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

Allow use reuse containers in parrallel packages tests #1572

Closed

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    8d2889a View commit details
    Browse the repository at this point in the history
  2. add test

    prongq committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    87310f4 View commit details
    Browse the repository at this point in the history
  3. remove os.exit from test

    prongq committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    4b486d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fdd45e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd4d56d View commit details
    Browse the repository at this point in the history
  6. disable keep-alive for test

    prongq committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    e4c5d1d View commit details
    Browse the repository at this point in the history
  7. remove container reuse check

    prongq committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    c941f6e View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge branch 'main' into allow-reuse-in-different-packages

    * main: (22 commits)
      feat: Allow the container working directory to be specified (testcontainers#1899)
      chore: make rabbitmq examples more readable (testcontainers#1905)
      chore(deps): bump github.com/twmb/franz-go and github.com/twmb/franz-go/pkg/kadm in /modules/redpanda (testcontainers#1896)
      Fix - respect ContainerCustomizer in neo4j module (testcontainers#1903)
      chore(deps): bump github.com/nats-io/nkeys and github.com/nats-io/nats.go in /modules/nats (testcontainers#1897)
      chore: add tests for withNetwork option (testcontainers#1894)
      chore(deps): bump google.golang.org/grpc and cloud.google.com/go/firestore in /modules/gcloud (testcontainers#1891)
      chore(deps): bump github.com/aws/aws-sdk-go and github.com/aws/aws-sdk-go-v2/config in /modules/localstack (testcontainers#1892)
      chore(deps): bump Github actions (testcontainers#1890)
      chore(deps): bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.10 (testcontainers#1858)
      chore(deps): bump github.com/hashicorp/consul/api in /examples/consul (testcontainers#1863)
      chore(deps): bump github.com/IBM/sarama in /modules/kafka (testcontainers#1874)
      chore(deps): bump github.com/couchbase/gocb/v2 in /modules/couchbase (testcontainers#1861)
      chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 (testcontainers#1867)
      chore(deps): bump github.com/neo4j/neo4j-go-driver/v5 in /modules/neo4j (testcontainers#1869)
      chore(deps): bump github.com/Shopify/toxiproxy/v2 in /examples/toxiproxy (testcontainers#1882)
      chore(deps): bump github.com/elastic/go-elasticsearch/v8 (testcontainers#1864)
      chore(deps): bump mkdocs-include-markdown-plugin from 6.0.1 to 6.0.3 (testcontainers#1860)
      chore(deps): bump k8s.io/client-go from 0.28.2 to 0.28.3 in /modules/k3s (testcontainers#1889)
      feat: expose a WithNetwork functional option (testcontainers#1887)
      ...
    mdelapenya committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    269ede2 View commit details
    Browse the repository at this point in the history