Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-9057

TestEventProcessing.test_insert_events_transactional is flaky

    XMLWordPrintableJSON

Details

    • ghx-label-12

    Description

      Assertion failure for custom_cluster.test_event_processing.TestEventProcessing.test_insert_events_transactional

      Error Message
      assert ['101', 'x', ..., '3', '2019'] == ['101', 'z', '28', '3', '2019']   At index 1 diff: 'x' != 'z'   Full diff:   - ['101', 'x', '28', '3', '2019']   ?          ^   + ['101', 'z', '28', '3', '2019']   ?          ^
      Stacktrace
      custom_cluster/test_event_processing.py:49: in test_insert_events_transactional
          self.run_test_insert_events(is_transactional=True)
      custom_cluster/test_event_processing.py:131: in run_test_insert_events
          assert data.split('\t') == ['101', 'z', '28', '3', '2019']
      E   assert ['101', 'x', ..., '3', '2019'] == ['101', 'z', '28', '3', '2019']
      E     At index 1 diff: 'x' != 'z'
      E     Full diff:
      E     - ['101', 'x', '28', '3', '2019']
      E     ?          ^
      E     + ['101', 'z', '28', '3', '2019']
      E     ?          ^
      

      Attachments

        Activity

          People

            vihangk1 Vihang Karajgaonkar
            afan Alice Fan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: