Hello Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17326
to look at the new patch set (#2).
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()
- set_commit_txn()
- set_rollback_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, 223 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/17326/2
--
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: newpatchset
Gerrit-Change-Id: Ia81daac8fcfd552603a0302c3d9aa411ea082ab1
Gerrit-Change-Number: 17326
Gerrit-PatchSet: 2
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)