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

Test using consul container instead of plain binaries stored in the repo #80

Merged
merged 8 commits into from
Aug 27, 2024

Commits on Aug 26, 2024

  1. remove deprecated setuptools test command

    Mathias Brulatout committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ecb4be7 View commit details
    Browse the repository at this point in the history
  2. tests: replace consul binary execution with docker containers

    Drop support for 1.13 and 1.15 (partially for convenience as
    they're not in the hashicorp docker repo).
    We now also capture container logs and store them in a logs/
    folder. Each test will have its own consul log file.
    
    A few linter changes required due to a ruff upgrade.
    Mathias Brulatout committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8fa091d View commit details
    Browse the repository at this point in the history
  3. tests: move conftest.py up a level to have logs for all tests

    Mathias Brulatout committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    024f8da View commit details
    Browse the repository at this point in the history
  4. fix KO and flaky tests

    Mathias Brulatout committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    02254ce View commit details
    Browse the repository at this point in the history
  5. fix(avoid) some more flakyness

    Mathias Brulatout committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7167591 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d82353 View commit details
    Browse the repository at this point in the history
  7. split conftest.py to avoid some cyclic import

    Mathias Brulatout committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7756723 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. remove consistent hack

    Mathias Brulatout committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    76b94b2 View commit details
    Browse the repository at this point in the history