Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24099 )
Change subject: KUDU-3750 python: per-test master/tserver flags ...................................................................... KUDU-3750 python: per-test master/tserver flags Add @master_flags and @tserver_flags decorators to KuduTestBase. Tests needing specific cluster flags spin up a dedicated mini-cluster; all other tests share a single class-level cluster. Unlike Java where every test runs on a fresh cluster, the shared cluster keeps the Python test suite fast since Python tests run on Jenkins builders and cannot utilize dist-test. Change-Id: I648adcd692b2093e99cb541b9f809ef0bb6bec0f Reviewed-on: http://gerrit.cloudera.org:8080/24099 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Marton Greber <[email protected]> Reviewed-by: Gabriella Lotz <[email protected]> --- M python/kudu/tests/common.py M python/kudu/tests/test_client.py A python/kudu/tests/test_mini_cluster.py M python/kudu/tests/util.py 4 files changed, 224 insertions(+), 46 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Marton Greber: Verified Gabriella Lotz: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/24099 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I648adcd692b2093e99cb541b9f809ef0bb6bec0f Gerrit-Change-Number: 24099 Gerrit-PatchSet: 3 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]> Gerrit-Reviewer: Zoltan Martonka <[email protected]>
