Taras Bobrovytsky has uploaded a new patch set (#3). Change subject: IMPALA-3368: Fix race in test_scratch_disk.py ......................................................................
IMPALA-3368: Fix race in test_scratch_disk.py The problem is that xdist is spinning up multiple processes and each process tries to create the the same temp dirs. This commit fixes the issue by creating a randomly named dir to avoid the conflict. Change-Id: Ic0764843ace00aef8c9b01139906e01ab5213047 --- M tests/custom_cluster/test_scratch_disk.py 1 file changed, 47 insertions(+), 34 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/17/2817/3 -- To view, visit http://gerrit.cloudera.org:8080/2817 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic0764843ace00aef8c9b01139906e01ab5213047 Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Taras Bobrovytsky <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Taras Bobrovytsky <[email protected]>
