You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Brian Hulette (Jira)" <ji...@apache.org> on 2021/05/06 22:50:00 UTC

[jira] [Updated] (BEAM-12303) Flake in PubSubIntegrationTest.test_streaming_with_attributes

     [ https://issues.apache.org/jira/browse/BEAM-12303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Hulette updated BEAM-12303:
---------------------------------
    Priority: P1  (was: P2)

> Flake in PubSubIntegrationTest.test_streaming_with_attributes
> -------------------------------------------------------------
>
>                 Key: BEAM-12303
>                 URL: https://issues.apache.org/jira/browse/BEAM-12303
>             Project: Beam
>          Issue Type: Bug
>          Components: io-py-gcp, test-failures
>            Reporter: Brian Hulette
>            Priority: P1
>              Labels: flake
>
> Saw this recently in Python PostCommit: https://ci-beam.apache.org/job/beam_PostCommit_Python36/3862/testReport/junit/apache_beam.io.gcp.pubsub_integration_test/PubSubIntegrationTest/test_streaming_with_attributes/
> {code}
> Expected: (Test pipeline expected terminated in state: RUNNING and Expected 4 messages.)
>      but: Expected 4 messages. Got 0 messages. Diffs (item, count):
>   Expected but not in actual: dict_items([(PubsubMessage(b'data001-seen', {'processed': 'IT'}), 1), (PubsubMessage(b'data002-seen', {'timestamp_out': '2018-07-11T02:02:50.149000Z', 'processed': 'IT'}), 1), (PubsubMessage(b'data003\xab\xac-seen', {'processed': 'IT'}), 1), (PubsubMessage(b'data004\xab\xac-seen', {'timestamp_out': '2018-07-11T02:02:50.149000Z', 'processed': 'IT'}), 1)])
>   Unexpected: dict_items([])
>   Stripped attributes: ['id', 'timestamp']
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)