Andrew Wong has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17326
Change subject: [tests] enable using txns in TestWorkload ...................................................................... [tests] enable using txns in TestWorkload I have an upcoming test in which it'd convenient to have an easy means to generate a transactional workload. This patch introduces some options to the TestWorkload class that satisfy this need: - set_begin_txn(bool begin_txn) - set_commit_txn(bool commit_txn) - set_txn_id(int64_t txn_id) Change-Id: Ia81daac8fcfd552603a0302c3d9aa411ea082ab1 --- M src/kudu/integration-tests/test_workload.cc M src/kudu/integration-tests/test_workload.h M src/kudu/integration-tests/txn_write_ops-itest.cc 3 files changed, 195 insertions(+), 9 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/17326/1 -- To view, visit http://gerrit.cloudera.org:8080/17326 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ia81daac8fcfd552603a0302c3d9aa411ea082ab1 Gerrit-Change-Number: 17326 Gerrit-PatchSet: 1 Gerrit-Owner: Andrew Wong <[email protected]>
