Skip to content

Commit 3ae9ac9

Browse files
committed
Bump the scroll keep-alive time in cluster upgrade tests. (#50195)
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 commit 3ae9ac9

File tree

1 file changed

+1
-1
lines changed
  • x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster

1 file changed

+1
-1
lines changed

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/10_basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
rest_total_hits_as_int: true
3535
index: upgraded_scroll
3636
size: 1
37-
scroll: 5m
37+
scroll: 10m
3838
sort: foo
3939
body:
4040
query:

0 commit comments

Comments
 (0)