We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc6eb6 commit b326926Copy full SHA for b326926
docs/build.gradle
@@ -65,6 +65,13 @@ testClusters.matching { it.name == "yamlRestTest"}.configureEach {
65
keystorePassword 'keystore-password'
66
}
67
68
+ // debug ccr test failures:
69
+ // https://github.com/elastic/elasticsearch/issues/95678
70
+ // https://github.com/elastic/elasticsearch/issues/94359
71
+ // https://github.com/elastic/elasticsearch/issues/96561
72
+ setting 'logger.org.elasticsearch.transport.SniffConnectionStrategy', 'DEBUG'
73
+ setting 'logger.org.elasticsearch.transport.RemoteClusterService', 'DEBUG'
74
+
75
// enable regexes in painless so our tests don't complain about example snippets that use them
76
setting 'script.painless.regex.enabled', 'true'
77
setting 'xpack.security.enabled', 'false'
0 commit comments