You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "haosdent (JIRA)" <ji...@apache.org> on 2016/05/29 10:42:12 UTC

[jira] [Created] (MESOS-5481) PerfFilter disable Registrar_BENCHMARK test cases incorrectly

haosdent created MESOS-5481:
-------------------------------

             Summary: PerfFilter disable Registrar_BENCHMARK test cases incorrectly
                 Key: MESOS-5481
                 URL: https://issues.apache.org/jira/browse/MESOS-5481
             Project: Mesos
          Issue Type: Bug
            Reporter: haosdent
            Assignee: haosdent
            Priority: Minor


Our registar benchmark test cases pattern is "*Registrar_BENCHMARK_Test.Performance*".

In {{PerfFilter}}, because
{code}
    return matches(test, "Perf") && perfError;
{code}

This would disable {{Registrar_BENCHMARK_Test.Performance}} incorrectly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)