Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 3.2.0
-
ghx-label-7
Description
Several tests in be/src/util were converted to the unified backend test executable in IMPALA-8071. Unfortunately, some tests stopped running as part of this change. Specifically, the tests in bit-stream-utils-test.cc and system-state-info-test.cc were not included in the test binary and stopped running. The tests changed to use ADD_UNIFIED_BE_LSAN_TEST, but the files were not included in the UtilTests library.
These two files should be included in the test executable and we need to update the validation of the unified test executable (bin/validate-unified-backend-test-filters.py) to catch this case.