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

Fix flaky tests 2 (stateless, integration) #61869

Merged
merged 6 commits into from Mar 28, 2024

Commits on Mar 26, 2024

  1. Copy the full SHA
    31cd444 View commit details
    Browse the repository at this point in the history
  2. integration tests: ClickHouseCluster.get_docker_handle() wait docke…

    …r frequently and less time
    fm4v committed Mar 26, 2024
    Copy the full SHA
    012431c View commit details
    Browse the repository at this point in the history
  3. stateless tests: fix flaky tests

    fm4v committed Mar 26, 2024
    Copy the full SHA
    5cd2d26 View commit details
    Browse the repository at this point in the history
  4. integration tests: persist pdb history between test runs

    Run pytest --pdb. On failure or breakpoint, it will fall back to PDB. Commands written here will be saved to a local file and loaded at the start of the next test run.
    fm4v committed Mar 26, 2024
    Copy the full SHA
    e98d6fd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    33e3d83 View commit details
    Browse the repository at this point in the history
  6. stateless tests: fix linter

    fm4v committed Mar 26, 2024
    Copy the full SHA
    0afd2e8 View commit details
    Browse the repository at this point in the history