Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22018 )
Change subject: IMPALA-13510: Unset the environment variable for tuple cache tests ...................................................................... IMPALA-13510: Unset the environment variable for tuple cache tests The test_cache_disabled test case would fail in the tuple cache build because the build enables the tuple cache using the environment variables, while the test case requires the tuple cache to remain disabled. This patch unset the related environment variable TUPLE_CACHE_DIR before running the tuple cache related tests to ensure the tests are using its own starting flags. Tests: Passed the test_tuple_cache.py under the tuple cache build. Change-Id: I2b551e533c7c69d5b29ed6ad6af90be57f53c937 Reviewed-on: http://gerrit.cloudera.org:8080/22018 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/custom_cluster/test_tuple_cache.py 1 file changed, 16 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22018 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I2b551e533c7c69d5b29ed6ad6af90be57f53c937 Gerrit-Change-Number: 22018 Gerrit-PatchSet: 6 Gerrit-Owner: Yida Wu <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
