-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Test fix: align timeouts in testDataStreamLifecycleDownsampleRollingRestart
(#123769)
#126682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test fix: align timeouts in testDataStreamLifecycleDownsampleRollingRestart
(#123769)
#126682
Conversation
Pinging @elastic/es-data-management (Team:Data Management) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
💔 Backport failed
You can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…Restart` (elastic#123769) (elastic#126682) Recently we changed the implementation of `testDataStreamLifecycleDownsampleRollingRestart` to use a temporary state listener. We missed that the listener also had a timeout that was quite shorter than the `safeGet` timeout we were configuring. In this PR we align these two timeouts. Fixes: elastic#123769 (cherry picked from commit e461717) # Conflicts: # muted-tests.yml
…Restart` (#123769) (#126682) (#126816) Recently we changed the implementation of `testDataStreamLifecycleDownsampleRollingRestart` to use a temporary state listener. We missed that the listener also had a timeout that was quite shorter than the `safeGet` timeout we were configuring. In this PR we align these two timeouts. Fixes: #123769 (cherry picked from commit e461717) # Conflicts: # muted-tests.yml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Manually backported to |
…Restart` (elastic#123769) (elastic#126682) Recently we changed the implementation of `testDataStreamLifecycleDownsampleRollingRestart` to use a temporary state listener. We missed that the listener also had a timeout that was quite shorter than the `safeGet` timeout we were configuring. In this PR we align these two timeouts. Fixes: elastic#123769 (cherry picked from commit e461717) # Conflicts: # muted-tests.yml # x-pack/plugin/downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample/DataStreamLifecycleDownsampleDisruptionIT.java
…Restart` (#123769) (#126682) (#127049) Recently we changed the implementation of `testDataStreamLifecycleDownsampleRollingRestart` to use a temporary state listener. We missed that the listener also had a timeout that was quite shorter than the `safeGet` timeout we were configuring. In this PR we align these two timeouts. Fixes: #123769 (cherry picked from commit e461717) # Conflicts: # muted-tests.yml # x-pack/plugin/downsample/src/internalClusterTest/java/org/elasticsearch/xpack/downsample/DataStreamLifecycleDownsampleDisruptionIT.java Co-authored-by: Mary Gouseti <[email protected]>
Recently we changed the implementation of
testDataStreamLifecycleDownsampleRollingRestart
to use a temporary state listener. We missed that the listener also had a timeout that was quite shorter than thesafeGet
timeout we were configuring. In this PR we align these two timeouts.Fixes: #123769