You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2021/04/30 12:50:45 UTC

[ignite] 01/01: WIP

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

av pushed a commit to branch ignite-14659
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit b10c94f89da7f34dfb4e95bc6ad65e4e1dec8daf
Author: Anton Vinogradov <av...@apache.org>
AuthorDate: Fri Apr 30 15:49:49 2021 +0300

    WIP
---
 modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py b/modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py
index 7141c97..a423432 100644
--- a/modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py
+++ b/modules/ducktests/tests/ignitetest/tests/cellular_affinity_test.py
@@ -79,7 +79,7 @@ class CellularAffinity(IgniteTest):
 
     CACHE_NAME = "test-cache"
 
-    PREPARED_TX_CNT = 500  # possible amount at real cluster under load (per cell).
+    PREPARED_TX_CNT = 5000  # possible amount at real cluster under load (per cell).
     PREPARED_MULTIKEY_TX_CNT = PREPARED_TX_CNT / 2  # should not cause full recovery waiting on alive nodes (per cell)
     PREPARED_NONCOLOCATED_TX_CNT = PREPARED_TX_CNT * 2  # huge value, should not affect dramatically on switch speed