Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 4.4.0
-
ghx-label-7
Description
JS_TESTs can install the required node.js binaries on the fly before running the test steps. Unfortunately the installation steps hardcode the CPU architecture as x86_64 in https://github.com/apache/impala/blob/master/tests/run-js-tests.sh#L27, which causes a failure later if the tests are run on an instance with an aarch64 (Graviton) CPU.