From 91296d85e8a6f1aca5beaeeecf648683c83c75bc Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 Mar 2026 22:44:34 +0200 Subject: Fix mapreduce integration drain race --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3