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

Docker-based test failure for DiskIoMgrTest BE test

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 4.1.0
    • Impala 4.2.0
    • Infrastructure
    • None
    • ghx-label-1

    Description

      The docker-based tests have an optimization that doesn't start the minicluster for the BE tests. The minicluster wasn't needed at the time, so this was a nice speedup. However, backend tests now access the minicluster, specifically DiskIoMgrTest.WriteToRemote*

      We should start the minicluster for BE tests for the docker-based tests.

      These lines in docker/entrypoint.sh need to be modified:

          if ! bin/run-backend-tests.sh; then
            echo "Tests $1 failed!"
            return 1
          else
            echo "Tests $1 succeeded!"
            return 0
          fi

      https://github.com/apache/impala/blob/master/docker/entrypoint.sh#L413-L419

      Attachments

        Activity

          People

            joemcdonnell Joe McDonnell
            joemcdonnell Joe McDonnell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: