-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Simplify testSearchWhileRelocating #128095
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
Simplify testSearchWhileRelocating #128095
Conversation
This change logs the query failure as well as stops the test immediately after it. This makes it easier to read the logs and troubleshot the flaky failures once they happen.
Pinging @elastic/es-analytical-engine (Team:Analytics) |
} | ||
}); | ||
}, "testSearchWhileRelocating"); |
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.
Would it help to have the i
in the name?
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.
I would say it is not to important as long as we can identify this is the the source of the threads if they ever picked up by leak detector
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.
Although, there is no disadvantage in having it, will add shortly.
💚 Backport successful
|
This change logs the query failure as well as stops the test immediately after it. This makes it easier to read the logs and troubleshot the flaky failures once they happen.
This change logs the query failure as well as stops the test immediately after it.
This makes it easier to read the logs and troubleshot the flaky failures once they happen.