Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.2.0
-
Fix Version/s: None
-
Component/s: Test
-
Labels:None
Description
The cpp test will sporadically fail with:
----------------------------------------------------------
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from ClientTest
[ RUN ] ClientTest.Nation
/data/2/jenkins/workspace/record-service-asan/repos/RecordServiceClient/cpp/tests/client-test.cc:63: Failure
Value of: 3
Expected: plan_result.tasks[0].local_hosts.size()
Which is: 2
Expecting 3x replication
[ FAILED ] ClientTest.Nation (452 ms)
[ RUN ] ClientTest.NationFile
[ OK ] ClientTest.NationFile (450 ms)
[----------] 2 tests from ClientTest (902 ms total)