Alexey Serbin has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/11905 )
Change subject: [dist-test] build environment for tests in loop mode
......................................................................
[dist-test] build environment for tests in loop mode
This patch fixes the issue of not deploying corresponding DATA_FILES
by dist-test when running a test via the loop sub-command.
I used the following command to run the ts_location_assignment-itest
in dist-test:
KUDU_ALLOW_SLOW_TESTS=1 \
../../build-support/dist_test.py loop -n 32 \
./bin/ts_location_assignment-itest --stress_cpu_threads=16
Prior to this patch, all runs failed because of the absence of
assign-location.py script at dist-test slaves:
http://dist-test.cloudera.org/job?job_id=aserbin.1541627808.8037
With this patch, all runs succeeded:
http://dist-test.cloudera.org/job?job_id=aserbin.1541627254.115588
Change-Id: I487194a396635bbaab457795bb24c0063eebbe5d
Reviewed-on: http://gerrit.cloudera.org:8080/11905
Reviewed-by: Adar Dembo <[email protected]>
Tested-by: Alexey Serbin <[email protected]>
---
M build-support/dist_test.py
1 file changed, 54 insertions(+), 20 deletions(-)
Approvals:
Adar Dembo: Looks good to me, approved
Alexey Serbin: Verified
--
To view, visit http://gerrit.cloudera.org:8080/11905
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I487194a396635bbaab457795bb24c0063eebbe5d
Gerrit-Change-Number: 11905
Gerrit-PatchSet: 5
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>