[
https://issues.apache.org/jira/browse/BEAM-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated BEAM-3438:
---------------------------------------
Description:
{{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}
was:
The KinesisIO IT are failing for two reasons:
1. {{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}
2. {{KinesisReaderTest.watermarkAdvancesWhenEnoughRecordsReadRecently}} fails
due to a data comparison:
{code}
org.junit.ComparisonFailure: expected:<[-290308-12-21T19:59:05.225]Z> but
was:<[1970-01-01T00:00:01.000]Z>
{code}
> 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é
>
> {{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
(v6.4.14#64029)