Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/11841 )
Change subject: [cmake] place all DATA_FILES under bin/testdata ...................................................................... [cmake] place all DATA_FILES under bin/testdata Updated the convention for the DATA_FILES 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 auxiliary files needed for various tests. Change-Id: I75064c6bcf9a569648b922b55f539730769cdf4c Reviewed-on: http://gerrit.cloudera.org:8080/11841 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- 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(-) Approvals: Adar Dembo: Looks good to me, approved Alexey Serbin: Verified -- 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: merged Gerrit-Change-Id: I75064c6bcf9a569648b922b55f539730769cdf4c Gerrit-Change-Number: 11841 Gerrit-PatchSet: 3 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]>
