-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Separate Kafka-based integration tests from main integration tests #2691
Labels
kind/enhancement
New feature or request
Milestone
Comments
gunnarmorling
added a commit
to gunnarmorling/quarkus
that referenced
this issue
Jun 2, 2019
gunnarmorling
added a commit
to gunnarmorling/quarkus
that referenced
this issue
Jun 2, 2019
gunnarmorling
added a commit
to gunnarmorling/quarkus
that referenced
this issue
Jun 2, 2019
gunnarmorling
added a commit
to gunnarmorling/quarkus
that referenced
this issue
Jun 2, 2019
gunnarmorling
added a commit
to gunnarmorling/quarkus
that referenced
this issue
Jun 3, 2019
gunnarmorling
added a commit
to gunnarmorling/quarkus
that referenced
this issue
Jun 3, 2019
gunnarmorling
added a commit
to gunnarmorling/quarkus
that referenced
this issue
Jun 3, 2019
cescoffier
added a commit
that referenced
this issue
Jun 4, 2019
#2691 Extracting Kafka-based integration tests into their own module
gunnarmorling
added a commit
to gunnarmorling/quarkus
that referenced
this issue
Jun 4, 2019
mswiderski
pushed a commit
to mswiderski/quarkus
that referenced
this issue
Jun 13, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Kafka-based integration tests spin up a Kafka node which isn't needed for the majority of tests in integration-tests main. On the other hand, there's an H2 database started up, which isn't needed in the Kafka tests. Separating the tests into two module will make running individual tests quicker, e.g. from within the IDE. I'll send a PR an a bit.
The text was updated successfully, but these errors were encountered: