dist_test: shard some long-running tests

Change-Id: I6ca6d84cccd095c88c9bcd3a35977ec131801afc
Reviewed-on: http://gerrit.cloudera.org:8080/9285
Reviewed-by: Alexey Serbin <aser...@cloudera.com>
Tested-by: Kudu Jenkins


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/c61ed9b3
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/c61ed9b3
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/c61ed9b3

Branch: refs/heads/master
Commit: c61ed9b3fb0a6646ec182005d3a640d31c6b31e3
Parents: 306c86a
Author: Todd Lipcon <t...@apache.org>
Authored: Mon Feb 12 12:03:53 2018 -0800
Committer: Todd Lipcon <t...@apache.org>
Committed: Mon Feb 12 23:07:29 2018 +0000

----------------------------------------------------------------------
 build-support/dist_test.py | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/c61ed9b3/build-support/dist_test.py
----------------------------------------------------------------------
diff --git a/build-support/dist_test.py b/build-support/dist_test.py
index 78fe5cb..b084af6 100755
--- a/build-support/dist_test.py
+++ b/build-support/dist_test.py
@@ -88,11 +88,14 @@ DEPS_FOR_ALL = \
 # since it's only worth doing when a test has lots of separate cases and
 # more than one of them runs relatively long.
 NUM_SHARDS_BY_TEST = {
+  'all_types-itest': 8,
+  'all_types-scan-correctness-test': 8,
   'cfile-test': 4,
   'client-test': 8,
   'delete_table-itest': 4,
   'delete_table-test': 8,
   'flex_partitioning-itest': 8,
+  'kudu-tool-test': 4,
   'mt-tablet-test': 4,
   'raft_consensus-itest': 6,
   'rowset_tree-test': 6,

Reply via email to