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: circle ci integration testing on PRs #11246

Merged
merged 3 commits into from
Jun 3, 2022

Commits on Jun 2, 2022

  1. test: testcontainer hardening

    * migrates sql, mongodb to using internal testutil test-container code
    * stops logging before terminating container due to known race
      conditions in upstream logging
    * adds additional wait for commands in various places
    powersj committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b818ac1 View commit details
    Browse the repository at this point in the history
  2. test: integration testing with circleci

    This adds an integration test run with every circleci run. It does not
    take that long to run and would be helpful to have during runs to catch
    things in advanced.
    
    fixes: influxdata#10555
    powersj committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    aa30301 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d27f9db View commit details
    Browse the repository at this point in the history