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

Redesign in Kafka tests #1847

Merged
merged 1 commit into from
May 25, 2020
Merged

Conversation

jbescos
Copy link
Member

@jbescos jbescos commented May 21, 2020

I didn't change functionality, but I did some changes in the tests.

There are less connections/disconnections to Kafka. CDI container is running during all the execution of the tests.

Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
@@ -180,7 +180,7 @@ public void onComplete() {
.to(new Subscriber<Message<ConsumerRecord<Long, String>>>() {
@Override
public void onSubscribe(Subscription subscription) {
LOGGER.fine(() -> "onSubscribe()");
LOGGER.fine(() -> "channel5 onSubscribe()");
Copy link
Contributor

Choose a reason for hiding this comment

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

Channel 5?

Copy link
Contributor

Choose a reason for hiding this comment

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

i see sorry

Copy link
Member Author

Choose a reason for hiding this comment

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

It is just the name of the class.

@jbescos
Copy link
Member Author

jbescos commented May 25, 2020

I have run this 1944 times and there were no issues.

Previously, I was able to find an issue after running it 370 times.

@danielkec danielkec added the messaging Reactive Messaging label May 25, 2020
@danielkec danielkec merged commit db6dcae into helidon-io:master May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
messaging Reactive Messaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants