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)