From 35a8db8bf11ec216304f2c8dde62650e15d47e08 Mon Sep 17 00:00:00 2001 From: Patrick Robinson Date: Wed, 1 Apr 2020 01:55:20 +1100 Subject: [PATCH] Run Rebalance test many times to pick up concurrency bugs --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e3f7246..c700fac 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ check test tests: integration: get @go test -timeout 30s -tags=integration + @go test -run TestRebalance -count 25 -tags=integration docker-integration: @docker-compose run gokini make integration