diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-13 22:44:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-13 22:44:34 +0200 |
| commit | 91296d85e8a6f1aca5beaeeecf648683c83c75bc (patch) | |
| tree | d6bf0b0be51a72d0a597402e84b3664145d8e041 /Makefile | |
| parent | 1b34e1f2501b8def0a0fb4eae28bf6c19a8adde2 (diff) | |
Fix mapreduce integration drain race
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
