1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

fix(tests): Disable logging in replication tests (#906)

Disable debug logging in replication pytests
This commit is contained in:
Vladislav 2023-03-04 21:42:12 +03:00 committed by GitHub
parent a3b5f0b54a
commit 95f422ab6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,8 +53,8 @@ jobs:
run: |
cd ${GITHUB_WORKSPACE}/tests
export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/build/dragonfly" # used by PyTests
pytest -xvs dragonfly/replication_test.py --df alsologtostderr --df vmodule=replica=2 --df enable_multi_shard_sync=true
pytest -xvs dragonfly/replication_test.py --df alsologtostderr --df vmodule=replica=2 --df enable_multi_shard_sync=false
pytest -xvs dragonfly/replication_test.py --df alsologtostderr --df enable_multi_shard_sync=true
pytest -xvs dragonfly/replication_test.py --df alsologtostderr --df enable_multi_shard_sync=false
- name: Send notification on failure
if: failure() || cancelled()