Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-12303

Flake in PubSubIntegrationTest.test_streaming_with_attributes

Details

    Description

      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/

      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']
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bhulette Brian Hulette
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: