influxdb/task/backend/coordinator
Mark Rushakoff 558d10f28b test(task): skip long tests in -short mode
Before, running go test -short -count=1 ./task/... would take about 15
seconds. By skipping these two long tests in short mode, that takes
about 10 seconds instead. In particular, the task package itself went
from 10 seconds to under a second, but there wasn't a realized 10 second
gain due to packages being tested in parallel.
2018-11-21 14:11:11 -08:00
..
coordinator.go fix(task): fix closure mistake when reclaiming tasks 2018-10-31 19:00:02 -07:00
coordinator_test.go test(task): skip long tests in -short mode 2018-11-21 14:11:11 -08:00