[
https://issues.apache.org/jira/browse/BEAM-5389?focusedWorklogId=144412&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-144412
]
ASF GitHub Bot logged work on BEAM-5389:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Sep/18 18:51
Start Date: 14/Sep/18 18:51
Worklog Time Spent: 10m
Work Description: yifanzou opened a new pull request #6399: [BEAM-5389]
fix the checksum assertion in the TfIdf IT
URL: https://github.com/apache/beam/pull/6399
**Please** add a meaningful description for your change here
------------------------
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
It will help us expedite review of your Pull Request if you tag someone
(e.g. `@username`) to look at it.
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
</br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| --- | --- | --- | ---
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 144412)
Time Spent: 10m
Remaining Estimate: 0h
> [beam_PostCommit_Java_GradleBuild][:beam-runners-google-cloud-dataflow-java:examplesJavaIntegrationTest]
>
> ---------------------------------------------------------------------------------------------------------
>
> Key: BEAM-5389
> URL: https://issues.apache.org/jira/browse/BEAM-5389
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Batkhuyag Batsaikhan
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> [https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1465/]
> Relevant log:
> 11:10:52.145 [LIFECYCLE]
> [org.gradle.internal.operations.DefaultBuildOperationExecutor] > Task
> :beam-runners-google-cloud-dataflow-java:examplesJavaIntegrationTest
> 11:10:57.265 [DEBUG] [TestEventLogger]
> 11:10:57.265 [DEBUG] [TestEventLogger]
> org.apache.beam.examples.complete.TfIdfIT > testE2ETfIdf FAILED
> 11:10:57.266 [DEBUG] [TestEventLogger] java.lang.AssertionError:
> 11:10:57.266 [DEBUG] [TestEventLogger] Expected: Expected checksum is
> (f072786dde51dc09fc74bf38ffbfc27dcfdf0b96)
> 11:10:57.266 [DEBUG] [TestEventLogger] but: was
> (0549d1dc8821976121771aefcb0e2297177bdb88)
> 11:10:57.266 [DEBUG] [TestEventLogger] at
> org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
> 11:10:57.266 [DEBUG] [TestEventLogger] at
> org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:8)
> 11:10:57.266 [DEBUG] [TestEventLogger] at
> org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:138)
> 11:10:57.266 [DEBUG] [TestEventLogger] at
> org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:90)
> 11:10:57.266 [DEBUG] [TestEventLogger] at
> org.apache.beam.runners.dataflow.TestDataflowRunner.run(TestDataflowRunner.java:55)
> 11:10:57.266 [DEBUG] [TestEventLogger] at
> org.apache.beam.sdk.Pipeline.run(Pipeline.java:313)
> 11:10:57.266 [DEBUG] [TestEventLogger] at
> org.apache.beam.sdk.Pipeline.run(Pipeline.java:299)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> org.apache.beam.examples.complete.TfIdf.runTfIdf(TfIdf.java:427)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> org.apache.beam.examples.complete.TfIdfIT.testE2ETfIdf(TfIdfIT.java:72)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> java.lang.reflect.Method.invoke(Method.java:498)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
> 11:10:57.267 [DEBUG] [TestEventLogger] at
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
> 11:10:57.268 [DEBUG] [TestEventLogger] at
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> org.junit.runners.ParentRunner.run(ParentRunner.java:363)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 11:10:57.269 [DEBUG] [TestEventLogger] at
> java.lang.reflect.Method.invoke(Method.java:498)
> 11:10:57.270 [DEBUG] [TestEventLogger] at
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> 11:10:57.270 [DEBUG] [TestEventLogger] at
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 11:10:57.270 [DEBUG] [TestEventLogger] at
> org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
> 11:10:57.270 [DEBUG] [TestEventLogger] at
> org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
> 11:10:57.270 [DEBUG] [TestEventLogger] at
> com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
> 11:10:57.270 [DEBUG] [TestEventLogger] at
> org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
> 11:10:57.270 [DEBUG] [TestEventLogger] at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 11:10:57.270 [DEBUG] [TestEventLogger] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 11:10:57.271 [DEBUG] [TestEventLogger] at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 11:10:57.271 [DEBUG] [TestEventLogger] at
> java.lang.reflect.Method.invoke(Method.java:498)
> 11:10:57.271 [DEBUG] [TestEventLogger] at
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
> 11:10:57.271 [DEBUG] [TestEventLogger] at
> org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
> 11:10:57.272 [DEBUG] [TestEventLogger] at
> org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155)
> 11:10:57.272 [DEBUG] [TestEventLogger] at
> org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137)
> 11:10:57.272 [DEBUG] [TestEventLogger] at
> org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
> 11:10:57.272 [DEBUG] [TestEventLogger] at
> org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
> 11:10:57.273 [DEBUG] [TestEventLogger] at
> org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
> 11:10:57.273 [DEBUG] [TestEventLogger] at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> 11:10:57.273 [DEBUG] [TestEventLogger] at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> 11:10:57.273 [DEBUG] [TestEventLogger] at
> org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
> 11:10:57.273 [DEBUG] [TestEventLogger] at
> java.lang.Thread.run(Thread.java:748)
> 11:10:57.278 [DEBUG] [TestEventLogger]
> 11:10:57.278 [DEBUG] [TestEventLogger]
> org.apache.beam.examples.complete.TfIdfIT FAILED
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)