[
https://issues.apache.org/jira/browse/BEAM-12303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17404511#comment-17404511
]
Rogelio Miguel Hernandez Sandoval commented on BEAM-12303:
----------------------------------------------------------
This issue no longer happened in the last 10 builds
> 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)