-
Notifications
You must be signed in to change notification settings - Fork 143
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
[BUG] Tag Mismatch error on VisualizationsToolIT.testVisualizationFound Windows Test #3347
Comments
seeing VisualizationIT failing again but with different error. #3353 |
Hmm This is confusing I would think that the retry would help but like you said here it didnt help. Its clearly failing even when the retries are according to how many nodes there are. If only there was some way to dump all possible info and configuration when this happens |
Hey @Hailong-am do you mind taking a look? Thanks |
Catch All Triage - 1, 2, 3 |
do you the link or the logs for this failure? |
Hey Hailong, we are trying to get to paste the stack traces with reproduction line too. Thankfully this build failure log didn't expire. Can you take a look? |
Adding the log here in txt format so it doesn't expire 6_Build and Test MLCommons Plugin on linux (21).txt Here is another example of another build failure. |
What is the bug?
ml-commons/plugin/src/test/java/org/opensearch/ml/tools/VisualizationsToolIT.java
Lines 59 to 66 in 85d0c9e
There is a retry enabled on the VisualizationsToolIT.testVisualizationFound test but it seems that retry has a bit of a flaw if the underlying problem is different I am seeing that the problem here is a encryption issue. This might be the source of all of our flaky tests
How can one reproduce the bug?
This was discovered in a build failure.
What is the expected behavior?
This test should pass or timeout but not have this encryption issue.
The text was updated successfully, but these errors were encountered: