Benjamin Bannier created MESOS-6860:
---------------------------------------
Summary: Some tests use CHECK instead of ASSERT
Key: MESOS-6860
URL: https://issues.apache.org/jira/browse/MESOS-6860
Project: Mesos
Issue Type: Bug
Components: test
Reporter: Benjamin Bannier
Some tests check preconditions with {{CHECK}} instead of e.g., {{ASSERT_TRUE}}.
When such a check fails it leads to a undesirable complete abort of the test
run, potentially dumping core. We should make sure tests check preconditions in
a proper way, e.g., with {{ASSERT_TRUE}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)