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:44 UTC

[ignite] branch ignite-14659 updated (231b794 -> b10c94f)

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

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


    from 231b794  WIP
     add f818afd  WIP
     new b10c94f  WIP

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../CellularPreparedTxStreamer.java                      |  6 +++---
 .../tests/ignitetest/tests/cellular_affinity_test.py     | 16 ++++++++--------
 2 files changed, 11 insertions(+), 11 deletions(-)

[ignite] 01/01: WIP

Posted by av...@apache.org.
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