Skip to content
Snippets Groups Projects

Initial implementation of an elasticsearch indexer in Go

Merged Nick Thomas requested to merge 1-initial-implementation into master
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -67,7 +67,7 @@ func TestElasticClientIndexAndRetrieval(t *testing.T) {
t.SkipNow()
}
os.Setenv("RAILS_ENV", fmt.Sprintf("test-%d", time.Now().Unix()))
os.Setenv("RAILS_ENV", fmt.Sprintf("test-elastic-%d", time.Now().Unix()))
client, err := elastic.FromEnv(projectID)
assert.NoError(t, err)
Loading