[
https://issues.apache.org/jira/browse/BEAM-6268?focusedWorklogId=177198&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-177198
]
ASF GitHub Bot logged work on BEAM-6268:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Dec/18 21:32
Start Date: 19/Dec/18 21:32
Worklog Time Spent: 10m
Work Description: kennknowles closed pull request #7325: [BEAM-6268]
Ignore failed HadoopFormatIOCassandraTest
URL: https://github.com/apache/beam/pull/7325
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git
a/sdks/java/io/hadoop-format/src/test/java/org/apache/beam/sdk/io/hadoop/format/HadoopFormatIOCassandraTest.java
b/sdks/java/io/hadoop-format/src/test/java/org/apache/beam/sdk/io/hadoop/format/HadoopFormatIOCassandraTest.java
index ea22698d1893..04eadeaaf468 100644
---
a/sdks/java/io/hadoop-format/src/test/java/org/apache/beam/sdk/io/hadoop/format/HadoopFormatIOCassandraTest.java
+++
b/sdks/java/io/hadoop-format/src/test/java/org/apache/beam/sdk/io/hadoop/format/HadoopFormatIOCassandraTest.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 HadoopFormatIO for embedded Cassandra instance. */
+@Ignore("Ignored because of BEAM-6268")
@RunWith(JUnit4.class)
public class HadoopFormatIOCassandraTest implements Serializable {
private static final long serialVersionUID = 1L;
----------------------------------------------------------------
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: 177198)
Time Spent: 1h 40m (was: 1.5h)
> PreCommit fails in beam-sdks-java-io-hadoop-format:test
> -------------------------------------------------------
>
> Key: BEAM-6268
> URL: https://issues.apache.org/jira/browse/BEAM-6268
> Project: Beam
> Issue Type: Test
> Components: io-java-hadoop
> Reporter: Maximilian Michels
> Assignee: Alexey Romanenko
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Hadoop tests are failing in PreCommit.
> {noformat}
> 20:00:05 * What went wrong:
> 20:00:05 Execution failed for task ':beam-sdks-java-io-hadoop-format:test'.
> 20:00:05 > Process 'Gradle Test Executor 86' finished with non-zero exit
> value 1
> 20:00:05 This problem might be caused by incorrect test process
> configuration.
> 20:00:05 Please refer to the test execution section in the user guide at
> https://docs.gradle.org/4.10.2/userguide/java_plugin.html#sec:test_execution
> 20:00:05
> {noformat}
> https://builds.apache.org/job/beam_PreCommit_Java_Cron/725
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)