This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 75fa0c2ea6 ARTEMIS-5812 Enabling other protocols on PagedSNFSoakTest
75fa0c2ea6 is described below
commit 75fa0c2ea65c04db598777ef1ab3a526f89b48c3
Author: Clebert Suconic <[email protected]>
AuthorDate: Thu Dec 11 16:58:47 2025 -0500
ARTEMIS-5812 Enabling other protocols on PagedSNFSoakTest
---
.../soak/brokerConnection/mirror/PagedSNFSoakTest.java | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git
a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/PagedSNFSoakTest.java
b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/PagedSNFSoakTest.java
index 428b237857..4a695fdf02 100644
---
a/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/PagedSNFSoakTest.java
+++
b/tests/soak-tests/src/test/java/org/apache/activemq/artemis/tests/soak/brokerConnection/mirror/PagedSNFSoakTest.java
@@ -123,10 +123,22 @@ public class PagedSNFSoakTest extends SoakTestBase {
@Test
@Timeout(240)
- public void testRandomProtocol() throws Exception {
+ public void testAMQP() throws Exception {
testAccumulateAndSend("AMQP");
}
+ @Test
+ @Timeout(240)
+ public void testCORE() throws Exception {
+ testAccumulateAndSend("CORE");
+ }
+
+ @Test
+ @Timeout(240)
+ public void testOPENWIRE() throws Exception {
+ testAccumulateAndSend("OPENWIRE");
+ }
+
private void testAccumulateAndSend(final String protocol) throws Exception {
startDC1();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]