Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,9 +591,6 @@ tests:
- class: org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/134407
- class: org.elasticsearch.action.admin.cluster.stats.SearchUsageStatsTests
method: testToXContent
issue: https://github.com/elastic/elasticsearch/issues/135558
- class: org.elasticsearch.search.ccs.SparseVectorQueryBuilderCrossClusterSearchIT
method: testSparseVectorQueryWithCcsMinimizeRoundTripsFalse
issue: https://github.com/elastic/elasticsearch/issues/135559
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public SearchUsageStats() {
this.sections = new HashMap<>();
this.rescorers = new HashMap<>();
this.retrievers = new HashMap<>();
this.extendedSearchUsageStats = ExtendedSearchUsageStats.EMPTY;
this.extendedSearchUsageStats = new ExtendedSearchUsageStats();
}

/**
Expand Down