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-1934: fix handling/accounting of sent AMQP connection data #2144

Merged
merged 1 commit into from Jun 15, 2018

Conversation

gemmellr
Copy link
Member

Fix for https://issues.apache.org/jira/browse/ARTEMIS-1934 with some tests, plus improvements for the existing max frame size tests.

updates max frame size tests to verify behaviour seen with standalone
brokers rather than non represenative test-only conditions, as well
as more closely validate the recieved messages
@@ -209,15 +209,15 @@ public void flushBytes() {
lock.lock();
try {
while (true) {
int pending = transport.pending();
ByteBuffer head = transport.head();
Copy link
Contributor

Choose a reason for hiding this comment

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

nice catch! thanks!

@asfgit asfgit merged commit 9a3442f into apache:master Jun 15, 2018
asfgit pushed a commit that referenced this pull request Jun 15, 2018
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