-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[AUTOCUT] Gradle Check Flaky Test Report for ClientYamlTestSuiteIT #14319
Comments
@prudhvigodithi can we confirm if these failures are pointing to an individual test or the overall test class? |
Also, can we highlight the branch the test is failing on, in the issue description? |
Hey @getsaurabh02 today the gradle check runs on a commit ref, the issue description, the markdown table created has the commit that has the flaky failure. Here for this issue the commit 8b62948 has a flaky failure for the test class Sometimes there are can be more than one test failing for the same commit or for the different one, here is the example #14381, in that case we group them under one issue created for a specific test class name. |
@finnegancarroll do you want to take a look on these failures? |
@prudhvigodithi Does the ci-bot closes out flaky tests if they don't fail for a certain time / runs? |
Hey @sandeshkr419 the automation wont re-open the issue once closed. So the idea is once the flaky tests are fixed, the user can close the issue and automation wont re-open if there are no new failures with respect to same flaky test. For now we can close the issue and monitor this flaky test issue. |
Flaky Test Report for
ClientYamlTestSuiteIT
Noticed the
ClientYamlTestSuiteIT
has some flaky, failing tests that failed during post-merge actions.Details
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=indices.delete_index_template/10_basic/Delete index template which is not used by data stream but index pattern matches}
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/360_date_histogram/Date histogram aggregation w/ shared field range test}
org.opensearch.test.rest.ClientYamlTestSuiteIT.classMethod
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=indices.segments/10_basic/basic segments test}
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/360_date_histogram/Date histogram aggregation w/ shared field range test}
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/360_date_histogram/Date histogram aggregation w/ shared field range test}
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/20_terms/string profiler via global ordinals}
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/20_terms/string profiler via global ordinals}
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/20_terms/string profiler via global ordinals}
org.opensearch.test.rest.ClientYamlTestSuiteIT.test {p0=search.aggregation/20_terms/string profiler via global ordinals}
The other pull requests, besides those involved in post-merge actions, that contain failing tests with the
ClientYamlTestSuiteIT
class are:For more details on the failed tests refer to OpenSearch Gradle Check Metrics dashboard.
The text was updated successfully, but these errors were encountered: