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

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 625d4fb7cd IGNITE-23367 Fix testManyItemsWithDisconnectAndRetry 
flakiness (#4549)
625d4fb7cd is described below

commit 625d4fb7cd29e58b931e915c2df58f887f3b2cc4
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Mon Oct 14 11:51:12 2024 +0300

    IGNITE-23367 Fix testManyItemsWithDisconnectAndRetry flakiness (#4549)
---
 .../client/src/test/java/org/apache/ignite/client/DataStreamerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/client/src/test/java/org/apache/ignite/client/DataStreamerTest.java 
b/modules/client/src/test/java/org/apache/ignite/client/DataStreamerTest.java
index e0869c391b..445d0e2979 100644
--- 
a/modules/client/src/test/java/org/apache/ignite/client/DataStreamerTest.java
+++ 
b/modules/client/src/test/java/org/apache/ignite/client/DataStreamerTest.java
@@ -241,7 +241,7 @@ public class DataStreamerTest extends 
AbstractClientTableTest {
         try (var publisher = new SimplePublisher<Tuple>()) {
             var options = DataStreamerOptions.builder()
                     .pageSize(2)
-                    .perPartitionParallelOperations(2)
+                    .perPartitionParallelOperations(1)
                     .build();
 
             streamFut = withReceiver

Reply via email to