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
This commit is contained in:
Ozan Tezcan
2021-11-21 19:27:54 +03:00
committed by GitHub
parent fd0ca74763
commit a68b71ac02

View File

@@ -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