opensearch-project/dashboards-visualizations

[ACTION NEEDED] Fix flaky integration tests at distribution level

Opened this issue · 4 comments

What is the bug?
It was observed in 2.13.0 and previous other releases that this component manually signed off on the release for failing integration tests. See opensearch-project/opensearch-build#4433 (comment)
The flakiness of the test runs take a lot of time from the release team to collect go/no-go decision and significantly lower the confidence in the release bundles.

How can one reproduce the bug?
Steps to reproduce the behavior:

  1. Run integration testing for altering and see the failures.
  2. Issues can be reproduced using the steps declared in AUTOCUT issues for failed integration testing

What is the expected behavior?
Tests should be consistently passing.

Do you have any additional context?
Please note that this is a hard blocker for 2.14.0 release as per the discussion here

I've had a PR merged in recently to the opensearch-dashboards-functional-test repo that should ideally fix the flaky tests for dashboards-visualizations. I'll keep an eye out for any new failures.

@sejli Can you please provide your inputs?

Following @ps48's and my PRs to the opensearch-dashboards-functional-test repo, tests have been succeeding since.
PRs made:

Thanks @ps48 for the switch back to global tenant.

Adding 2.14.0 release manager @rishabh6788