You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2024/02/10 19:39:04 UTC

(plc4x) branch fix/enum-discriminators updated: chore: Re enabled a test in order to see, if it's really flaky

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

cdutz pushed a commit to branch fix/enum-discriminators
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/fix/enum-discriminators by this push:
     new b2f30fa498 chore: Re enabled a test in order to see, if it's really flaky
b2f30fa498 is described below

commit b2f30fa498b32de697cb8ad2d99223c308f40606
Author: Christofer Dutz <cd...@apache.org>
AuthorDate: Sat Feb 10 20:38:57 2024 +0100

    chore: Re enabled a test in order to see, if it's really flaky
    
    fixes: #590
---
 .../apache/plc4x/java/spi/optimizer/RequestTransactionManagerTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plc4j/spi/src/test/java/org/apache/plc4x/java/spi/optimizer/RequestTransactionManagerTest.java b/plc4j/spi/src/test/java/org/apache/plc4x/java/spi/optimizer/RequestTransactionManagerTest.java
index e1a0b36949..820eda9ee1 100644
--- a/plc4j/spi/src/test/java/org/apache/plc4x/java/spi/optimizer/RequestTransactionManagerTest.java
+++ b/plc4j/spi/src/test/java/org/apache/plc4x/java/spi/optimizer/RequestTransactionManagerTest.java
@@ -124,7 +124,6 @@ public class RequestTransactionManagerTest {
     }
 
     @Test
-    @Disabled("This test is randomly failing on Jenkins")
     public void abortTransactionFromExternally() throws ExecutionException, InterruptedException {
         CompletableFuture<Void> sendRequest = new CompletableFuture<>();
         CompletableFuture<Void> receiveResponse = new CompletableFuture<>();