Skip to content

Commit

Permalink
un-mute Watcher rolling upgrade tests and bump up logging (#42377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis authored May 29, 2019
1 parent 590c7d1 commit 697c793
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
2 changes: 2 additions & 0 deletions x-pack/qa/rolling-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ 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,10 +1,6 @@
---
"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 @@ -74,10 +70,6 @@
---
"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,8 +1,5 @@
---
"CRUD watch APIs":
- skip:
reason: https://github.com/elastic/elasticsearch/issues/33185
version: "6.7.0 - "

- do:
watcher.put_watch:
Expand Down Expand Up @@ -93,10 +90,6 @@
---
"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,10 +1,6 @@
---
"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 @@ -73,10 +69,6 @@
---
"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 697c793

Please sign in to comment.