Skip to content
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

[SDTEST-437] Auto test retries for minitest #214

Merged
merged 7 commits into from
Aug 9, 2024

Commits on Aug 8, 2024

  1. very rough idea with storing test retry callback in Thread.current to…

    … make it accessible in Minitest hooks
    anmarchenko committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    3225649 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    ffa3e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ca7c3 View commit details
    Browse the repository at this point in the history
  3. add fiber-local test_finished_callback to cleanup contribs code and e…

    …ncapsulate all the retries logic inside TestRetries::Component
    anmarchenko committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    f41a236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a02d023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    067c735 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f248d0 View commit details
    Browse the repository at this point in the history