Colin Patrick McCabe created HADOOP-10061:
---------------------------------------------
Summary:
TestMetricsSystemImpl#testInitFirstVerifyStopInvokedImmediately failed
Key: HADOOP-10061
URL: https://issues.apache.org/jira/browse/HADOOP-10061
Project: Hadoop Common
Issue Type: Bug
Components: metrics
Reporter: Colin Patrick McCabe
Priority: Minor
TestMetricsSystemImpl#testInitFirstVerifyStopInvokedImmediately failed with
"Wanted at most 2 times but was 3"
{code}
1 tests failed.
REGRESSION:
org.apache.hadoop.metrics2.impl.TestMetricsSystemImpl.testInitFirstVerifyStopInvokedImmediately
Error Message:
Wanted at most 2 times but was 3
Stack Trace:
org.mockito.exceptions.base.MockitoAssertionError:
Wanted at most 2 times but was 3
at
org.apache.hadoop.metrics2.impl.TestMetricsSystemImpl.testInitFirstVerifyStopInvokedImmediately(TestMetricsSystemImpl.java:114)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
{code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)