Revision 3ae9ac9a93c95bd0cdc054951cf95d88e1e18d96 authored by Julie Tibshirani on 16 December 2019, 18:37:03 UTC, committed by Julie Tibshirani on 16 December 2019, 19:00:08 UTC
In the yaml cluster upgrade tests, we start a scroll in a mixed-version cluster,
then attempt to continue the scroll after the upgrade is complete. This test
occasionally fails because the scroll can expire before the cluster is done
upgrading.

The current scroll keep-alive time 5m. This PR bumps it to 10m, which gives a
good buffer since in failing tests the time was only exceeded by ~30 seconds.

Addresses #46529.
1 parent b6ccd12
History
File Mode Size
.ci
.github
benchmarks
buildSrc
client
dev-tools
distribution
docs
gradle
libs
licenses
modules
plugins
qa
rest-api-spec
server
test
x-pack
.dir-locals.el -rw-r--r-- 3.3 KB
.eclipseformat.xml -rw-r--r-- 40.1 KB
.editorconfig -rw-r--r-- 202 bytes
.gitattributes -rw-r--r-- 32 bytes
.gitignore -rw-r--r-- 711 bytes
CONTRIBUTING.md -rw-r--r-- 23.3 KB
LICENSE.txt -rw-r--r-- 645 bytes
NOTICE.txt -rw-r--r-- 228 bytes
README.textile -rw-r--r-- 8.3 KB
TESTING.asciidoc -rw-r--r-- 27.1 KB
Vagrantfile -rw-r--r-- 14.1 KB
build.gradle -rw-r--r-- 20.5 KB
gradle.properties -rw-r--r-- 129 bytes
gradlew -rwxr-xr-x 5.8 KB
gradlew.bat -rw-r--r-- 2.9 KB
settings.gradle -rw-r--r-- 4.1 KB

README.textile

back to top