You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Nick Allen (JIRA)" <ji...@apache.org> on 2016/09/07 20:23:20 UTC

[jira] [Updated] (METRON-408) Intermittent Failures of Profile Integration Tests

     [ https://issues.apache.org/jira/browse/METRON-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Allen updated METRON-408:
------------------------------
    Description: 
{code}
Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 104.015 sec <<< FAILURE!
testExample1(org.apache.metron.profiler.integration.ProfilerIntegrationTest)  Time elapsed: 27.212 sec  <<< ERROR!
java.lang.IllegalStateException: No results found
	at org.apache.metron.profiler.integration.ProfilerIntegrationTest.readDouble(ProfilerIntegrationTest.java:231)
	at org.apache.metron.profiler.integration.ProfilerIntegrationTest.testExample1(ProfilerIntegrationTest.java:136)
Results :
Tests in error: 
  testExample1(org.apache.metron.profiler.integration.ProfilerIntegrationTest): No results found
{code}

The exception that actually causes this problem looks like the following.

{code}
2016-09-07 20:00:49 ERROR ProfileSplitterBolt:97 - Unexpected failure: message='Fatal: Unable to find valid profiler definition', tuple='source: kafkaSpout:3, stream: default, id: {}, [[B@602c79d6]'
java.lang.IllegalArgumentException: Fatal: Unable to find valid profiler definition
	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.doExecute(ProfileSplitterBolt.java:114)
	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.execute(ProfileSplitterBolt.java:94)
2016-09-07 20:00:49 ERROR executor:0 - 
java.lang.IllegalArgumentException: Fatal: Unable to find valid profiler definition
	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.doExecute(ProfileSplitterBolt.java:114)
	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.execute(ProfileSplitterBolt.java:94)
2016-09-07 20:01:10 ERROR ProfileSplitterBolt:97 - Unexpected failure: message='Fatal: Unable to find valid profiler definition', tuple='source: kafkaSpout:3, stream: default, id: {}, [[B@6e01711d]'
java.lang.IllegalArgumentException: Fatal: Unable to find valid profiler definition
	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.doExecute(ProfileSplitterBolt.java:114)
	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.execute(ProfileSplitterBolt.java:94)
{code}

  was:
{code}
Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 104.015 sec <<< FAILURE!
testExample1(org.apache.metron.profiler.integration.ProfilerIntegrationTest)  Time elapsed: 27.212 sec  <<< ERROR!
java.lang.IllegalStateException: No results found
	at org.apache.metron.profiler.integration.ProfilerIntegrationTest.readDouble(ProfilerIntegrationTest.java:231)
	at org.apache.metron.profiler.integration.ProfilerIntegrationTest.testExample1(ProfilerIntegrationTest.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Results :
Tests in error: 
  testExample1(org.apache.metron.profiler.integration.ProfilerIntegrationTest): No results found
{code}


> Intermittent Failures of Profile Integration Tests 
> ---------------------------------------------------
>
>                 Key: METRON-408
>                 URL: https://issues.apache.org/jira/browse/METRON-408
>             Project: Metron
>          Issue Type: Bug
>            Reporter: Nick Allen
>            Assignee: Nick Allen
>
> {code}
> Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 104.015 sec <<< FAILURE!
> testExample1(org.apache.metron.profiler.integration.ProfilerIntegrationTest)  Time elapsed: 27.212 sec  <<< ERROR!
> java.lang.IllegalStateException: No results found
> 	at org.apache.metron.profiler.integration.ProfilerIntegrationTest.readDouble(ProfilerIntegrationTest.java:231)
> 	at org.apache.metron.profiler.integration.ProfilerIntegrationTest.testExample1(ProfilerIntegrationTest.java:136)
> Results :
> Tests in error: 
>   testExample1(org.apache.metron.profiler.integration.ProfilerIntegrationTest): No results found
> {code}
> The exception that actually causes this problem looks like the following.
> {code}
> 2016-09-07 20:00:49 ERROR ProfileSplitterBolt:97 - Unexpected failure: message='Fatal: Unable to find valid profiler definition', tuple='source: kafkaSpout:3, stream: default, id: {}, [[B@602c79d6]'
> java.lang.IllegalArgumentException: Fatal: Unable to find valid profiler definition
> 	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.doExecute(ProfileSplitterBolt.java:114)
> 	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.execute(ProfileSplitterBolt.java:94)
> 2016-09-07 20:00:49 ERROR executor:0 - 
> java.lang.IllegalArgumentException: Fatal: Unable to find valid profiler definition
> 	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.doExecute(ProfileSplitterBolt.java:114)
> 	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.execute(ProfileSplitterBolt.java:94)
> 2016-09-07 20:01:10 ERROR ProfileSplitterBolt:97 - Unexpected failure: message='Fatal: Unable to find valid profiler definition', tuple='source: kafkaSpout:3, stream: default, id: {}, [[B@6e01711d]'
> java.lang.IllegalArgumentException: Fatal: Unable to find valid profiler definition
> 	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.doExecute(ProfileSplitterBolt.java:114)
> 	at org.apache.metron.profiler.bolt.ProfileSplitterBolt.execute(ProfileSplitterBolt.java:94)
> {code}



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