summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-13 22:44:34 +0200
committerPaul Buetow <paul@buetow.org>2026-03-13 22:44:34 +0200
commit91296d85e8a6f1aca5beaeeecf648683c83c75bc (patch)
treed6bf0b0be51a72d0a597402e84b3664145d8e041 /Makefile
parent1b34e1f2501b8def0a0fb4eae28bf6c19a8adde2 (diff)
Fix mapreduce integration drain race
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 659c9d1..26e63aa 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,9 @@ test:
${GO} clean -testcache
set -e; find . -name '*_test.go' | while read file; do dirname $$file; done | \
sort -u | while read dir; do ${GO} test -tags '${GO_TAGS}' --race -v -failfast $$dir || exit 2; done
+test-integration: clean build
+ ${GO} clean -testcache
+ DTAIL_INTEGRATION_TEST_RUN_MODE=yes ${GO} test -tags '${GO_TAGS}' --race -count=1 ./integrationtests
benchmark: build dtail-tools
./dtail-tools benchmark -mode run
benchmark-quick: build dtail-tools