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(cockroachdb): Fixes cockroachdb wait strategy handling #2456

Merged
merged 10 commits into from
Jun 11, 2024

Commits on Mar 30, 2024

  1. Fixes cockroachdb wait strategy handling

    bstrausser committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    85e5e70 View commit details
    Browse the repository at this point in the history
  2. Clarify test intent

    bstrausser committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4663d37 View commit details
    Browse the repository at this point in the history
  3. Merge in default strategy to get connection

    bstrausser committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    c12cb33 View commit details
    Browse the repository at this point in the history
  4. Use subtests

    bstrausser committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d131370 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Separate out Connection logic

    bstrausser committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9789f92 View commit details
    Browse the repository at this point in the history
  2. Feedback from PR

    bstrausser committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9b66353 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge branch 'main' into bug/withwaitstrategydeadline

    bstrausser committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    5150d9d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Honor default settings

    bstrausser committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2992689 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix: make lint

    mdelapenya committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c1851a0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into bug/withwaitstrategydeadline

    * main: (48 commits)
      Fix race condition when looking up reaper (ryuk) container (testcontainers#2508)
      chore: bring golangci-lint back (testcontainers#2571)
      docs(compose): Fix typo docker compose docs (testcontainers#2565)
      Handle error properly during port forwarding initialization. (testcontainers#2550)
      chore: pin vearch version (testcontainers#2568)
      feat: add vearch module (testcontainers#2560)
      chore: run tests against latest Docker engine, nightly (testcontainers#2566)
      chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.0.7 (testcontainers#2562)
      Fix network accessor for port-forwarding feature (testcontainers#2551)
      --- (testcontainers#2549)
      fix: update search bar eval in mkdocs (testcontainers#2547)
      docs: improve contributing docs for code snippets (testcontainers#2546)
      chore: use a virtualenv for working with the docs site (testcontainers#2545)
      docs: document test session semantics (testcontainers#2544)
      feat(ryuk): allow to configure ryuk timeouts using env variables (testcontainers#2541)
      docs: fix CircleCI docs (testcontainers#2539)
      fix: add import to module generation (testcontainers#2537)
      chore: prepare for next minor development cycle (0.32.0)
      chore: use new version (v0.31.0) in modules and examples
      feat(mongodb): add replica set support via opts (testcontainers#2469)
      ...
    mdelapenya committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0c35c64 View commit details
    Browse the repository at this point in the history