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

Assertion Failure - test_insert_events_transactional in test_event_processing

    XMLWordPrintableJSON

Details

    • ghx-label-8

    Description

      custom_cluster.test_event_processing.TestEventProcessing.test_insert_events_transactional (from pytest)

      Error Message
      assert ['101', '200'] == ['101', '201']   At index 1 diff: '200' != '201'   Full diff:   - ['101', '200']   ?            ^   + ['101', '201']   ?            ^
      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:95: in run_test_insert_events
          assert data.split('\t') == ['101', '201']
      E   assert ['101', '200'] == ['101', '201']
      E     At index 1 diff: '200' != '201'
      E     Full diff:
      E     - ['101', '200']
      E     ?            ^
      E     + ['101', '201']
      E     ?            ^
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: