Unverified Commit a68b71ac authored by Ozan Tezcan's avatar Ozan Tezcan Committed by GitHub
Browse files

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
parent fd0ca747
...@@ -346,7 +346,7 @@ jobs: ...@@ -346,7 +346,7 @@ jobs:
if: true && !contains(github.event.inputs.skiptests, 'cluster') if: true && !contains(github.event.inputs.skiptests, 'cluster')
run: ./runtest-cluster ${{github.event.inputs.cluster_test_args}} run: ./runtest-cluster ${{github.event.inputs.cluster_test_args}}
- name: unittest - name: unittest
run: ./src/redis-server test all --accurate run: ./src/redis-server test all
test-sanitizer-undefined: test-sanitizer-undefined:
runs-on: ubuntu-latest runs-on: ubuntu-latest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment