Skip to content

Commit

Permalink
Decrease ccr.auto_follow.wait_for_metadata_timeout in ccr rolling upg…
Browse files Browse the repository at this point in the history
…rade test,

in order to reduce the likelihood the test fails because of timeing issues.

Relates #37231
  • Loading branch information
martijnvg committed Jan 21, 2019
1 parent 3a3f5b3 commit a3180fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/qa/rolling-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ subprojects {
setting 'xpack.watcher.encrypt_sensitive_data', 'true'
}

if (version.onOrAfter('6.6.0')) {
setting 'ccr.auto_follow.wait_for_metadata_timeout', '1s'
}

// Old versions of the code contain an invalid assertion that trips
// during tests. Versions 5.6.9 and 6.2.4 have been fixed by removing
// the assertion, but this is impossible for released versions.
Expand Down

0 comments on commit a3180fd

Please sign in to comment.