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

Failed test during pre-commit: custom_cluster.test_executor_groups.TestExecutorGroups.test_executor_concurrency

    XMLWordPrintableJSON

Details

    Description

      Observed this test failure in pre-commit test of an unrelated change. Looks like the expected number of concurrent queries reached 4 while it is expected to be 3 or less.

      custom_cluster/test_executor_groups.py:293: in test_executor_concurrency
          assert max(num_running) == 3, \
      E   AssertionError: Unexpected number of running queries: [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3]
      E   assert 4 == 3
      E    +  where 4 = max([3, 3, 3, 3, 3, 3, ...]) 

       

      Attachments

        1. impalad.ip-172-31-3-83.ubuntu.log.INFO.20191020-182539.109469
          285 kB
          Anurag Mantripragada
        2. TEST-impala-custom-cluster.log
          42 kB
          Anurag Mantripragada
        3. TEST-impala-custom-cluster.xml
          5.16 MB
          Anurag Mantripragada

        Activity

          People

            tarmstrong Tim Armstrong
            anuragmantri Anurag Mantripragada
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: