Mike Percy has uploaded a new change for review. http://gerrit.cloudera.org:8080/4424
Change subject: WIP: Implement an upgrade test ...................................................................... WIP: Implement an upgrade test This program takes two binary directories and runs a simple "upgrade" test between the two versions to ensure that a table created with "Version A" of the software can be read by "Version B" of the software. TODO: Change the cmake config so that it doesn't get run as a unit test but still can use gtest / KuduTest. As a follow-up, we would benefit from a higher-level script that can manage upgrade and downgrade testing across many versions of Kudu. Change-Id: I2831b47e6c0b644a256e1914fa495f453318e0cd --- M src/kudu/integration-tests/CMakeLists.txt M src/kudu/integration-tests/external_mini_cluster.cc M src/kudu/integration-tests/external_mini_cluster.h A src/kudu/integration-tests/upgrade-test.cc 4 files changed, 166 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/24/4424/1 -- To view, visit http://gerrit.cloudera.org:8080/4424 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2831b47e6c0b644a256e1914fa495f453318e0cd Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]>
