From a68b71ac02db64cd4b6fbb2cb5219ea43e19ea88 Mon Sep 17 00:00:00 2001 From: Ozan Tezcan Date: Sun, 21 Nov 2021 19:27:54 +0300 Subject: Don't use accurate option with ASAN unit tests (#9818) specifically the ziplist and listpack unit tests and benchmarks run for too long with address sanitizer and --accurate --- .github/workflows/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 58501dc0a..faaaf02ef 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -346,7 +346,7 @@ jobs: if: true && !contains(github.event.inputs.skiptests, 'cluster') run: ./runtest-cluster ${{github.event.inputs.cluster_test_args}} - name: unittest - run: ./src/redis-server test all --accurate + run: ./src/redis-server test all test-sanitizer-undefined: runs-on: ubuntu-latest -- cgit v1.2.1