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:
parent
a3b5f0b54a
commit
95f422ab6e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/regression-tests.yml
vendored
4
.github/workflows/regression-tests.yml
vendored
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue