Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 0 additions & 9 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,15 +393,6 @@ tests:
- class: org.elasticsearch.xpack.esql.action.EsqlQueryLoggingIT
method: testLogging
issue: https://github.com/elastic/elasticsearch/issues/143780
- class: org.elasticsearch.xpack.logsdb.FlattenedRollingUpgradeIT
method: testIndexing
issue: https://github.com/elastic/elasticsearch/issues/143782
- class: org.elasticsearch.xpack.logsdb.KeywordRollingUpgradeIT
method: testIndexing
issue: https://github.com/elastic/elasticsearch/issues/143795
- class: org.elasticsearch.xpack.logsdb.LogsdbIndexingRollingUpgradeIT
method: testIndexing
issue: https://github.com/elastic/elasticsearch/issues/143799
- class: org.elasticsearch.upgrades.FullClusterRestartIT
method: testClusterState {cluster=UPGRADED}
issue: https://github.com/elastic/elasticsearch/issues/143800
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,12 @@ protected void clusterRollingUpgrade(CheckedConsumer<Integer, Exception> onNodeU
try {
initClient();
onNodeUpgradeComplete.accept(count[0]++);
closeClients();
} catch (Exception e) {
throw new RuntimeException(e);
}
});
initClient();
}

protected ElasticsearchCluster getCluster() {
Expand Down