Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-79] fix integration-test failure #956

Merged
merged 1 commit into from Sep 14, 2016

Conversation

manuzhang
Copy link
Contributor

@manuzhang manuzhang commented Sep 14, 2016

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

  • Make sure the PR title is formatted like:
    [BEAM-<Jira issue #>] Description of pull request
  • Make sure tests pass via mvn clean verify. (Even better, enable
    Travis-CI on your fork and ensure the whole test matrix passes).
  • Replace <Jira issue #> in the title with the actual Jira issue
    number, if there is one.
  • If this contribution is large, please file an Apache
    Individual Contributor License Agreement.

@manuzhang
Copy link
Contributor Author

@dhalperi Could you reenable integration test on Jenkins for gearpump-runner ?

@asfgit asfgit merged commit 272fe9f into apache:gearpump-runner Sep 14, 2016
asfgit pushed a commit that referenced this pull request Sep 14, 2016
@dhalperi
Copy link
Contributor

Hi Manu, the tests still do not pass. See the jenkins run.

testMultiOutputParDoWithSideInputs(org.apache.beam.sdk.transforms.ParDoTest)  Time elapsed: 1.263 sec  <<< ERROR!
java.lang.IllegalStateException: no translator registered for View.CreatePCollectionView
    at org.apache.beam.runners.gearpump.GearpumpPipelineTranslator.visitPrimitiveTransform(GearpumpPipelineTranslator.java:102)
    at org.apache.beam.sdk.runners.TransformTreeNode.visit(TransformTreeNode.java:224)
    at org.apache.beam.sdk.runners.TransformTreeNode.visit(TransformTreeNode.java:219)
    at org.apache.beam.sdk.runners.TransformTreeNode.visit(TransformTreeNode.java:219)
    at org.apache.beam.sdk.runners.TransformHierarchy.visit(TransformHierarchy.java:101)
    at org.apache.beam.sdk.Pipeline.traverseTopologically(Pipeline.java:292)
    at org.apache.beam.runners.gearpump.GearpumpPipelineTranslator.translate(GearpumpPipelineTranslator.java:82)
    at org.apache.beam.runners.gearpump.GearpumpPipelineRunner.run(GearpumpPipelineRunner.java:111)
    at org.apache.beam.runners.gearpump.TestGearpumpRunner.run(TestGearpumpRunner.java:54)
    at org.apache.beam.runners.gearpump.TestGearpumpRunner.run(TestGearpumpRunner.java:34)
    at org.apache.beam.sdk.Pipeline.run(Pipeline.java:182)
    at org.apache.beam.sdk.testing.TestPipeline.run(TestPipeline.java:113)
    at org.apache.beam.sdk.transforms.ParDoTest.testMultiOutputParDoWithSideInputs(ParDoTest.java:710)
    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:498)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:168)
    at org.junit.rules.RunRules.evaluate(RunRules.java:20)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
    at org.apache.maven.surefire.junitcore.pc.Scheduler$1.run(Scheduler.java:387)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)

@manuzhang
Copy link
Contributor Author

sorry, I was under the wrong impression that surefire version had already been upgraded to 2.19.1 where excluding tests should work. opened #959

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants