influxdb/task/backend
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
..
bolt Use snowflake for bolt task ids 2018-10-30 18:20:59 -05:00
coordinator test(task): skip long tests in -short mode 2018-11-21 14:11:11 -08:00
executor feat(task): integrate task logs with system buckets 2018-11-15 08:59:15 -08:00
storetest feat(task): integrate task logs with system buckets 2018-11-15 08:59:15 -08:00
Makefile fix(Makefile): remove old clean targets 2018-11-15 20:21:30 -06:00
error_test.go feat(task): add ability to retry runs 2018-10-30 09:20:40 -07:00
inmem_logreaderwriter.go feat(task): integrate task logs with system buckets 2018-11-15 08:59:15 -08:00
inmem_store.go feat(task): include task status when listing tasks 2018-10-24 09:38:02 -07:00
inmem_store_test.go test(task): cache parsed options in test 2018-08-07 12:46:50 -07:00
logreaderwriter_test.go feat(task): integrate task logs with system buckets 2018-11-15 08:59:15 -08:00
meta.go feat(task): add ability to retry runs 2018-10-30 09:20:40 -07:00
meta.pb.go refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
meta.proto refactor: modify tooling to take advantage of go run 2018-10-15 11:01:27 -05:00
meta_test.go feat(task): add ability to retry runs 2018-10-30 09:20:40 -07:00
point_logwriter.go feat(task): integrate task logs with system buckets 2018-11-15 08:59:15 -08:00
query_logreader.go fix(platform): keep authorization struct on proxy query request 2018-11-20 15:20:51 -08:00
scheduler.go opentracing 2018-11-12 16:34:06 -06:00
scheduler_metrics.go feat(task): migrate task code from enterprise 2018-07-26 15:16:56 -07:00
scheduler_test.go chore(task): fix megacheck errors 2018-11-01 12:46:33 -07:00
store.go feat(task): add ability to retry runs 2018-10-30 09:20:40 -07:00