Skip to content

Commit

Permalink
Clean up field caps test after fix (#83405)
Browse files Browse the repository at this point in the history
Since pushing #82716, the tests in #80335 have only failed on the 7.16 branch, i.e. the branch that did not get the fix. We can close the issue (so that it can be reopened when another failure occurs).

Closes #80335
  • Loading branch information
ywelsch committed Feb 4, 2022
1 parent 6d05f52 commit c78b719
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions qa/mixed-cluster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ BuildParams.bwcVersions.withWireCompatiple { bwcVersion, baseName ->
numberOfNodes = 4
setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
setting 'xpack.security.enabled', 'false'
// extra logger settings to help debug https://github.com/elastic/elasticsearch/issues/80335
setting 'logger.org.elasticsearch.transport.TransportService.tracer', 'TRACE'
setting 'transport.tracer.include', '"indices:data/read/field_caps*"'
}

tasks.register("${baseName}#mixedClusterTest", StandaloneRestIntegTestTask) {
Expand Down

0 comments on commit c78b719

Please sign in to comment.