This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/master by this push:
new d809976 NO-JIRA Fixing LargeMessageTest::testPendingRecord
d809976 is described below
commit d809976e4e57865673a9d11fe1b7d69d1f4bc234
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Apr 16 12:13:19 2020 -0400
NO-JIRA Fixing LargeMessageTest::testPendingRecord
---
.../activemq/artemis/tests/integration/client/LargeMessageTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/LargeMessageTest.java
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/LargeMessageTest.java
index 79c7674..7d4df61 100644
---
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/LargeMessageTest.java
+++
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/client/LargeMessageTest.java
@@ -297,6 +297,7 @@ public class LargeMessageTest extends LargeMessageTestBase {
assertEquals("position = " + i, getSamplebyte(i),
message.getBodyBuffer().readByte());
}
message.acknowledge();
+ session.commit();
validateNoFilesOnLargeDir();
}