This is an automated email from the ASF dual-hosted git repository.

tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 53df3bc  PROTON-2412 Enable the io_uring tests after latest update
53df3bc is described below

commit 53df3bc71532a01f9a6077cddbea5c9e2b318e8c
Author: Timothy Bish <tabish...@gmail.com>
AuthorDate: Wed Jul 21 10:29:06 2021 -0400

    PROTON-2412 Enable the io_uring tests after latest update
    
    Following latest io_uring release the tests should be stable on
    platforms that don't support the feature.
---
 .../org/apache/qpid/protonj2/client/transport/TcpTransportTest.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/transport/TcpTransportTest.java
 
b/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/transport/TcpTransportTest.java
index 52b647d..4fb9f8b 100644
--- 
a/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/transport/TcpTransportTest.java
+++ 
b/protonj2-client/src/test/java/org/apache/qpid/protonj2/client/transport/TcpTransportTest.java
@@ -822,13 +822,11 @@ public class TcpTransportTest extends 
ImperativeClientTestCase {
         assertTrue(data.isEmpty());
     }
 
-    @Disabled("Disabled until the io_uring support matures, can cause CI 
issues")
     @Test
     public void testConnectToServerWithIOUringEnabled() throws Exception {
         doTestIORingSupport(true);
     }
 
-    @Disabled("Disabled until the io_uring support matures, can cause CI 
issues")
     @Test
     public void testConnectToServerWithIOUringDisabled() throws Exception {
         doTestIORingSupport(false);

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to