-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52841/
-----------------------------------------------------------
Review request for mesos, Alexander Rukletsov and Till Toenshoff.
Bugs: MESOS-6140
https://issues.apache.org/jira/browse/MESOS-6140
Repository: mesos
Description
-------
In case of failed tests the parallel test runner always prints the
full log of all failed shards. Since our tests produce usually more
than a screenful of output usually only failed tests from the shard
reported last will be visible which can give the impression that only
this shard failed.
This commit adds the number of failed shards to the output so users
get some hint that more failed tests might be reported off their
visible screen area.
Diffs
-----
support/mesos-gtest-runner.py 6c1cf54b36461c029241dd9c36540f1019a3707f
Diff: https://reviews.apache.org/r/52841/diff/
Testing
-------
* added a `FAIL()` to a single test and confirmed that with that the
parallelized test execution reported
[FAIL]: 1 shards have failed tests
Thanks,
Benjamin Bannier