Alexey Serbin has uploaded this change for review. ( 
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 dest-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
---
M build-support/dist_test.py
1 file changed, 16 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/05/11905/1
--
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: newchange
Gerrit-Change-Id: I487194a396635bbaab457795bb24c0063eebbe5d
Gerrit-Change-Number: 11905
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to