Yida Wu has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/17102 )
Change subject: IMPALA-10533: Fix TestScratchDir.test_scratch_dirs_mix_local_and_remote_dir_spill_local_only seems flaky ...................................................................... IMPALA-10533: Fix TestScratchDir.test_scratch_dirs_mix_local_and_remote_dir_spill_local_only seems flaky The E2E testcase emulates the situation when there are two types of scratch directories, the data only spills to the local one when the space of local directory is sufficient. The testcase works fine for the debug build, however in the release build, the system runs faster and more data is spilled from memory which exceeds the setting of the local scratch space limit. To solve this, the size limit of local scratch space is changed from 100M to 2GB, so that allows all of the spilled data is in the local instead of the remote directory. Tests: Reran test_scratch_dirs_mix_local_and_remote_dir_spill_local_only in the release build. Change-Id: If2dc32196b2554aee9fc94a4ccbbf5803dbcce1d --- M tests/custom_cluster/test_scratch_disk.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/02/17102/2 -- To view, visit http://gerrit.cloudera.org:8080/17102 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: If2dc32196b2554aee9fc94a4ccbbf5803dbcce1d Gerrit-Change-Number: 17102 Gerrit-PatchSet: 2 Gerrit-Owner: Yida Wu <wydbaggio...@gmail.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Thomas Tauber-Marshall <tmarsh...@cloudera.com>