You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2017/01/05 17:40:58 UTC

[jira] [Created] (MESOS-6860) Some tests use CHECK instead of ASSERT

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)