[
https://issues.apache.org/jira/browse/BEAM-6722?focusedWorklogId=202118&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-202118
]
ASF GitHub Bot logged work on BEAM-6722:
----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Feb/19 17:46
Start Date: 21/Feb/19 17:46
Worklog Time Spent: 10m
Work Description: mxm commented on pull request #7916: [BEAM-6722] Ignore
HIFIOWithEmbeddedCassandraTest
URL: https://github.com/apache/beam/pull/7916#discussion_r259041209
##########
File path:
sdks/java/io/hadoop-input-format/src/test/java/org/apache/beam/sdk/io/hadoop/inputformat/HIFIOWithEmbeddedCassandraTest.java
##########
@@ -38,12 +38,14 @@
import org.apache.hadoop.mapreduce.InputFormat;
import org.junit.AfterClass;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
/** Tests to validate HadoopInputFormatIO for embedded Cassandra instance. */
+@Ignore("Ignored because HadoopInputFormatIO is deprecated, tested by
HadoopFormatIOCassandraTest")
Review comment:
If it is already tested by the other test, why not remove it entirely?
----------------------------------------------------------------
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: 202118)
Time Spent: 50m (was: 40m)
> :beam-sdks-java-io-cassandra:test is flaky
> ------------------------------------------
>
> Key: BEAM-6722
> URL: https://issues.apache.org/jira/browse/BEAM-6722
> Project: Beam
> Issue Type: Test
> Components: io-java-cassandra
> Reporter: Maximilian Michels
> Priority: Major
> Labels: flaky-test
> Time Spent: 50m
> Remaining Estimate: 0h
>
> I think this could be caused by the same issue as BEAM-6268.
> {noformat}
> 20:19:23 FAILURE: Build failed with an exception.
> 20:19:23
> 20:19:23 * What went wrong:
> 20:19:23 Execution failed for task ':beam-sdks-java-io-cassandra:test'.
> 20:19:23 > There were failing tests. See the report at:
> file:///home/jenkins/jenkins-slave/workspace/beam_PreCommit_Java_Commit@2/src/sdks/java/io/cassandra/build/reports/tests/test/index.html
> 20:19:23
> {noformat}
> https://builds.apache.org/job/beam_PreCommit_Java_Commit/4414/console
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)