[
https://issues.apache.org/jira/browse/BEAM-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16327355#comment-16327355
]
ASF GitHub Bot commented on BEAM-3438:
--------------------------------------
iemejia closed pull request #4379: [BEAM-3438] Disable IT on KinesisIO
URL: https://github.com/apache/beam/pull/4379
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/kinesis/pom.xml b/sdks/java/io/kinesis/pom.xml
index f1499741b1b..153e548605f 100644
--- a/sdks/java/io/kinesis/pom.xml
+++ b/sdks/java/io/kinesis/pom.xml
@@ -31,27 +31,6 @@
<build>
<plugins>
- <!-- Integration Tests -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
- <configuration>
- <useManifestOnlyJar>false</useManifestOnlyJar>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>integration-test</goal>
- <goal>verify</goal>
- </goals>
- <configuration>
- <systemPropertyVariables>
-
<beamTestPipelineOptions>${integrationTestPipelineOptions}</beamTestPipelineOptions>
- </systemPropertyVariables>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
----------------------------------------------------------------
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]
> KinesisReaderIT fails due to a missing PipelineOptions property
> ---------------------------------------------------------------
>
> Key: BEAM-3438
> URL: https://issues.apache.org/jira/browse/BEAM-3438
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-extensions, testing
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> {{KinesisReaderIT}} fails due to a missing property in the
> {{PipelineOptions}}:
> {code}
> java.lang.IllegalArgumentException: Class interface
> org.apache.beam.sdk.testing.TestPipelineOptions missing a property named
> 'project'.
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)