Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/11841
Change subject: [cmake] place all DATA_FILE under bin/testdata ...................................................................... [cmake] place all DATA_FILE under bin/testdata Updated the convention for the DATA_FILE parameter of the ADD_KUDU_TEST macro. With this patch, all test data files are placed under the <build_dir>/bin/testdata directory after running cmake. The new convention eases the restrictions on the layout of the source data files. That, in its turn, helps to stop duplicating the auxiliary test files needed for various tests. Change-Id: I75064c6bcf9a569648b922b55f539730769cdf4c --- M CMakeLists.txt M src/kudu/integration-tests/CMakeLists.txt M src/kudu/integration-tests/table_locations-itest.cc M src/kudu/master/CMakeLists.txt D src/kudu/master/testdata/first_argument.sh M src/kudu/mini-cluster/external_mini_cluster.cc R src/kudu/scripts/assign-location.py R src/kudu/scripts/first_argument.sh M src/kudu/tablet/compaction_policy-test.cc M src/kudu/tools/CMakeLists.txt D src/kudu/tools/testdata/first_argument.sh 11 files changed, 19 insertions(+), 66 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/41/11841/1 -- To view, visit http://gerrit.cloudera.org:8080/11841 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I75064c6bcf9a569648b922b55f539730769cdf4c Gerrit-Change-Number: 11841 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
