Skip to content

Commit

Permalink
Revert "un-mute Watcher rolling upgrade tests and bump up logging (el…
Browse files Browse the repository at this point in the history
…astic#42377)"

This reverts commit 697c793.
  • Loading branch information
jkakavas committed May 30, 2019
1 parent f70cd1c commit a21ff86
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x-pack/qa/rolling-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ for (Version version : bwcVersions.wireCompatible) {
setting 'xpack.security.authc.token.timeout', '60m'
setting 'logger.org.elasticsearch.xpack.security.authc.TokenService', 'trace'
setting 'xpack.security.audit.enabled', 'true'
setting 'logger.org.elasticsearch.xpack.watcher', 'debug'
setting 'logger.org.elasticsearch.xpack.core.watcher', 'debug'
rootProject.globalInfo.ready {
if (project.inFipsJvm) {
setting 'xpack.security.transport.ssl.key', 'testnode.pem'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
"CRUD watch APIs":

- skip:
reason: https://github.com/elastic/elasticsearch/issues/33185
version: "6.7.0 - "

# no need to put watch, exists already
- do:
watcher.get_watch:
Expand Down Expand Up @@ -70,6 +74,10 @@
---
"Test watcher stats output":

- skip:
reason: https://github.com/elastic/elasticsearch/issues/33185
version: "6.7.0 - "

- do:
watcher.stats: {}
- match: { "manually_stopped": false }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
"CRUD watch APIs":
- skip:
reason: https://github.com/elastic/elasticsearch/issues/33185
version: "6.7.0 - "

- do:
watcher.put_watch:
Expand Down Expand Up @@ -90,6 +93,10 @@
---
"Test watcher stats output":

- skip:
reason: https://github.com/elastic/elasticsearch/issues/33185
version: "6.7.0 - "

- do:
watcher.stats: {}
- match: { "manually_stopped": false }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
"CRUD watch APIs":

- skip:
reason: https://github.com/elastic/elasticsearch/issues/33185
version: "6.7.0 - "

# no need to put watch, exists already
- do:
watcher.get_watch:
Expand Down Expand Up @@ -69,6 +73,10 @@
---
"Test watcher stats output":

- skip:
reason: https://github.com/elastic/elasticsearch/issues/33185
version: "6.7.0 - "

- do:
watcher.stats: {}
- match: { "manually_stopped": false }
Expand Down

0 comments on commit a21ff86

Please sign in to comment.