neural-search icon indicating copy to clipboard operation
neural-search copied to clipboard

[FEATURE] Add retry for BWC tests

Open chishui opened this issue 8 months ago • 2 comments

Is your feature request related to a problem?

BWC tests are quite flaky, here is one failed test example:

  • https://github.com/opensearch-project/neural-search/actions/runs/9377650430/job/25871682884

We can introduce retry for BWC tests to reduce the chance of random failures.

What solution would you like?

OpenSearch core repo uses test-retry plugin to retry flaky tests: https://github.com/opensearch-project/OpenSearch/blob/main/build.gradle#L469

What alternatives have you considered?

N/A

Do you have any additional context?

N/A

chishui avatar Jun 06 '24 14:06 chishui