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

Improve integration tests time and stability #27

Merged
merged 1 commit into from
Jul 17, 2022

Conversation

akudiyar
Copy link
Collaborator

@akudiyar akudiyar commented Jul 3, 2022

  • Combine the integration tests into a tests suite
  • Start the Docker container with Cartridge once per test suite
  • Update testcontainers to an unreleased version with fixed reusing of
    the container images

build.sbt Outdated
Global / resolvers += Resolver.mavenLocal
Global / resolvers ++= Seq(
Resolver.mavenLocal,
"jitpack".at("https://jitpack.io") // TODO: Remove when testcontainers-java:1.17.3 is released
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JFYI it is released now :)

- Combine the integration tests into a tests suite
- Start the Docker container with Cartridge once per test suite
- Update testcontainers to an unreleased version with fixed reusing of
the container images
@akudiyar akudiyar merged commit d5c6de4 into master Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants