----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71031/ -----------------------------------------------------------
Review request for mesos, Andrei Sekretenko and Meng Zhu. Repository: mesos Description ------- The existing incremented counter is problematic if the action is used multiple times in a test, as the task id will clash across usages. No tests appear to rely on the existing task id assignment scheme, so this updates it to be randomly unique via UUID. Diffs ----- src/tests/mesos.hpp d0c82fa4c1800ed2a1825d563a9462ecd41b77fd Diff: https://reviews.apache.org/r/71031/diff/1/ Testing ------- make check Thanks, Benjamin Mahler
