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

run-all-tests.sh needs to start Impala for first run of custom cluster tests

    XMLWordPrintableJSON

Details

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

    Description

      On docker-based tests, the task that runs the custom cluster tests also runs a basic test for run-workload.py. In order for that test to succeed, the Impala cluster needs to already be running.

      So, this code for starting the Impala cluster should also run when CLUSTER_TEST=true (i.e. include it in the outer if):

        if [[ "$BE_TEST" == true || "$FE_TEST" == true || "$EE_TEST" == true
            || "$JDBC_TEST" == true ]]; then
          if [[ $i == 1 || "$CLUSTER_TEST" == true ]]; then
            start_impala_cluster
          fi
        fi

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: