Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: zzzk1 <[email protected]>
  • Loading branch information
zzzk1 committed Jan 18, 2025
1 parent cdbf97f commit e8caadd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/storage/integration/elasticsearch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func (s *ESStorageIntegration) initializeES(t *testing.T, c *http.Client, allTag
Transport: c.Transport,
})
require.NoError(t, err)

s.initSpanstore(t, allTagsAsFields)

s.CleanUp = func(t *testing.T) {
Expand All @@ -111,7 +110,7 @@ func (*ESStorageIntegration) initializeESFactory(t *testing.T, allTagsAsFields b
fmt.Sprintf("--es.num-shards=%v", 5),
fmt.Sprintf("--es.num-replicas=%v", 1),
fmt.Sprintf("--es.index-prefix=%v", indexPrefix),
fmt.Sprintf("--es.use-ilm=%v", true),
fmt.Sprintf("--es.use-ilm=%v", false),
fmt.Sprintf("--es.service-cache-ttl=%v", 1*time.Second),
fmt.Sprintf("--es.tags-as-fields.all=%v", allTagsAsFields),
fmt.Sprintf("--es.bulk.actions=%v", 1),
Expand Down

0 comments on commit e8caadd

Please sign in to comment.