This is an automated email from the ASF dual-hosted git repository. jbarrett pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode-native.git
commit e3fd0a6e43f0e307e406ae31eccf90f4d22df8da Author: David Kimura <[email protected]> AuthorDate: Wed Sep 20 13:36:50 2017 -0700 GEODE-3674: Workaround possible threading bug in testcase framework --- cppcache/integration-test/testThinClientSecurityMultiUserTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cppcache/integration-test/testThinClientSecurityMultiUserTest.cpp b/cppcache/integration-test/testThinClientSecurityMultiUserTest.cpp index 75a741b..f0a1972 100644 --- a/cppcache/integration-test/testThinClientSecurityMultiUserTest.cpp +++ b/cppcache/integration-test/testThinClientSecurityMultiUserTest.cpp @@ -359,8 +359,8 @@ DUNIT_TASK_DEFINITION(CLIENT_1, StepOne) false, -1, true, 0); LOG("Region created successfully"); PoolPtr pool = getPool(regionNamesAuth[0]); - int m_numberOfUsers = 10; - int m_numberOfOps = 100; + int m_numberOfUsers = 3; + int m_numberOfOps = 10; UserThread* uthreads = new UserThread[m_numberOfUsers]; for (int i = 0; i < m_numberOfUsers; i++) { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
