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

TestQueryLive.test_executor_groups is flaky

    XMLWordPrintableJSON

Details

    • Task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Impala 4.4.1
    • None
    • Test
    • None
    • ghx-label-13

    Description

      custom_cluster/test_query_live.py:299: in test_executor_groups
          self.assert_only_coordinators(result.runtime_profile, coords=[0, 1], execs=[2, 3])
      custom_cluster/test_query_live.py:63: in assert_only_coordinators
          self.assert_impalads(profile, coords, execs)
      custom_cluster/test_query_live.py:60: in assert_impalads
          assert ":" + str(DEFAULT_KRPC_PORT + port_idx) not in profile
      E   assert ':27003' not in 'Query (id=1d439574eef2... TotalTime: 15.635us\n'
      E     ':27003' is contained here:
      E       Query (id=1d439574eef2a2d7:27003d5000000000):
      E     ?                           ++++++
      

      The assertion here is not specific enough, so unique identifiers can accidentally match it.

      Attachments

        Activity

          People

            MikaelSmith Michael Smith
            MikaelSmith Michael Smith
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: