You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2018/01/09 13:51:00 UTC

[jira] [Created] (BEAM-3438) KinesisIO IT fail due to an unpredictable comparison and missing PipelineOptions property

Jean-Baptiste Onofré created BEAM-3438:
------------------------------------------

             Summary: KinesisIO IT fail due to an unpredictable comparison and 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é


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}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)