Skip to content

Commit

Permalink
test: Move "unit_race" test from Travis shard 4 to 0.
Browse files Browse the repository at this point in the history
This will balance the shards better. This test in particular takes ~3m48s.

Exampe for Shard Execution times before this change:
(see https://travis-ci.org/youtube/vitess/builds/159687311)

shard 0:  6m55s
shard 1: 11m48s
shard 2: 12m08s
shard 3: 14m46s
shard 4: 17m20s

Eventually, we could do the automatic rebalancing again :)
  • Loading branch information
michael-berlin committed Sep 13, 2016
1 parent 6196cdd commit 671969c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

{
"Tests": {
"automation_horizontal_resharding": {
Expand Down Expand Up @@ -311,7 +312,7 @@
"unit_test_race"
],
"Manual": false,
"Shard": 4,
"Shard": 0,
"RetryMax": 0,
"Tags": []
},
Expand Down

0 comments on commit 671969c

Please sign in to comment.