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

ARTEMIS-1250 ClusteredMessageCounterTest.testNonDurableMessageAddedWithPaging fails #1362

Merged
merged 1 commit into from Jun 23, 2017

Conversation

dudaerich
Copy link
Contributor

Before sending of messages to server 0 begins, the test
should wait until consumer is registered at RemoteQueueBindingImpl
on server 0. Otherwise some messages may not be rebalanced
to server 1.

…thPaging fails

Before sending of messages to server 0 begins, the test
should wait until consumer is registered at RemoteQueueBindingImpl
on server 0. Otherwise some messages may not be rebalanced
to server 1.
@@ -127,10 +127,12 @@ private void testMessageAddedWithPaging(boolean durable) throws Exception {

addConsumer(1, 1, "queue0", null);

waitForBindings(0, "queues", 1, 1, false);
Copy link
Contributor

Choose a reason for hiding this comment

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

nice 1 .. thanks

@asfgit asfgit merged commit c5a25d3 into apache:master Jun 23, 2017
asfgit pushed a commit that referenced this pull request Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants