Skip to content

Support retry of flaky test: TestFullSyncExecution

Hunar Khanna requested to merge hkhanna2_retry_flaky_test_20231221 into master

Issue: Support retry of flaky test: TestFullSyncExecution (#491 - closed)

What does this MR do

  • Adds a new test helper retryFlakyTest which retries a passed test section a fixed number of times (3). The test attempts stop if an attempt succeeds or all allowed attempts are exhausted in which case the test is marked as failed
  • Update TestFullSyncExecution to use retryFlakyTest

Merge request reports