----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69776/ -----------------------------------------------------------
Review request for mesos, Andrei Budnik, Greg Mann, Jie Yu, and Qian Zhang. Repository: mesos Description ------- In mesos tests, there are some cases that multiple agents are running simultanuously. From commit 07bccc63, we start to have agents share the same config dir in the test sandbox. Unit tests that use the same credicial file dir may fail if there are agents read and write to the same credential file simultanuously. We should set unique dir per agent. Diffs ----- src/tests/mesos.cpp 0d51687f2fc05804d2668837f0cbec4bc2b2e35a Diff: https://reviews.apache.org/r/69776/diff/1/ Testing ------- make check Thanks, Gilbert Song
