mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
test replication test fail on github
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
3bfb994526
commit
b007b049d3
2 changed files with 4 additions and 4 deletions
4
.github/workflows/regression-tests.yml
vendored
4
.github/workflows/regression-tests.yml
vendored
|
@ -48,8 +48,8 @@ jobs:
|
|||
cd ${GITHUB_WORKSPACE}/tests
|
||||
pip install -r dragonfly/requirements.txt
|
||||
export DRAGONFLY_PATH="${GITHUB_WORKSPACE}/build/dragonfly" # used by PyTests
|
||||
pytest -xvs dragonfly/replication_test.py::test_disconnect_replica --df alsologtostderr --df enable_multi_shard_sync=true
|
||||
pytest -xvs dragonfly/replication_test.py::test_disconnect_replica --df alsologtostderr --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()
|
||||
|
|
|
@ -493,9 +493,9 @@ class DflySeeder:
|
|||
pipe.execute_command(*cmd)
|
||||
|
||||
try:
|
||||
print("before exec")
|
||||
# print("before exec")
|
||||
await pipe.execute()
|
||||
print("after exec")
|
||||
# print("after exec")
|
||||
except Exception as e:
|
||||
raise SystemExit(e)
|
||||
queue.task_done()
|
||||
|
|
Loading…
Reference in a new issue