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

Add tests for CT + Kafka + DevServices #19354

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Conversation

stuartwdouglas
Copy link
Member

Fixes #19180

// @Broadcast
// public double process(int priceInUsd) {
// return priceInUsd * CONVERSION_RATE;
// }
Copy link
Member

Choose a reason for hiding this comment

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

Is this normal all this code is commented out?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it simulates starting with an empty class and then adding the code. In the dev mode test I just remove the comments.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

Ah right, sorry for the noise.

@gsmet gsmet merged commit bc82026 into quarkusio:main Aug 12, 2021
@quarkus-bot quarkus-bot bot added this to the 2.2 - main milestone Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dev Services for Kafka combined with continuous testing not working right.
2 participants