-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Test investigation: [CI] ILMDownsampleDisruptionIT testILMDownsampleRollingRestart #137363
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 investigation: [CI] ILMDownsampleDisruptionIT testILMDownsampleRollingRestart #137363
Conversation
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
DaveCTurner
left a comment
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.
Looks ok, some nits but nothing needing another review.
test/framework/src/main/java/org/elasticsearch/test/TestCluster.java
Outdated
Show resolved
Hide resolved
test/framework/src/main/java/org/elasticsearch/test/TestCluster.java
Outdated
Show resolved
Hide resolved
test/framework/src/main/java/org/elasticsearch/test/TestCluster.java
Outdated
Show resolved
Hide resolved
| assertAcked(client().execute(ILMActions.PUT, putLifecycleRequest).actionGet()); | ||
| } | ||
|
|
||
| @TestLogging( |
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.
@TestIssueLogging would be more accurate here
|
Thank you @DaveCTurner , I will fix the nits and merge. |
Co-authored-by: David Turner <david.turner@elastic.co>
…ollingRestart (elastic#137363) We are adding extra logging to investigate [[CI] ILMDownsampleDisruptionIT testILMDownsampleRollingRestart](elastic#136585). The current logging aims to help us understand what happens when the test tier down tries to delete the downsampled index.
We are adding extra logging to investigate [CI] ILMDownsampleDisruptionIT testILMDownsampleRollingRestart.
The current logging aims to help us understand what happens when the test tier down tries to delete the downsampled index.