summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-03 20:51:16 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-01-03 20:51:16 +0000
commit53b6bceedfdc2080b0286e6ca6e86a4f5c05901c (patch)
treedd72552f3fcc4b19520c29895a39d07556326c3e /searchcore
parent2d770a1c8d584acc0c4c6260f44f7f0099166ecc (diff)
Improve the distribution by using a indirect mapping that should improve
chance for better loaddistribution.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/attribute/attribute_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/attribute/attribute_test.cpp b/searchcore/src/tests/proton/attribute/attribute_test.cpp
index 2d75bb8906b..14b72c9d8f8 100644
--- a/searchcore/src/tests/proton/attribute/attribute_test.cpp
+++ b/searchcore/src/tests/proton/attribute/attribute_test.cpp
@@ -749,7 +749,7 @@ TEST_F("require that attribute writer spreads write over 2 write contexts", Fixt
TEST_DO(putAttributes(f, {0, 1}));
}
-TEST_F("require that attribute writer spreads write over 3 write contexts", Fixture(3))
+TEST_F("require that attribute writer spreads write over 3 write contexts", Fixture(8))
{
TEST_DO(putAttributes(f, {0, 1, 2}));
}