mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
chore: relax the version check in test_replicate_old_master
For commits marked with a git tag, the previous check did not hold. Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
25fc8bce2a
commit
1e7ca5ac85
1 changed files with 1 additions and 1 deletions
|
@ -2289,7 +2289,7 @@ async def test_replicate_old_master(
|
|||
f"df-{dfly_version}"
|
||||
== (await c_master.execute_command("info", "server"))["dragonfly_version"]
|
||||
)
|
||||
assert "df-dev" == (await c_replica.execute_command("info", "server"))["dragonfly_version"]
|
||||
assert dfly_version != (await c_replica.execute_command("info", "server"))["dragonfly_version"]
|
||||
|
||||
await c_master.execute_command("set", "k1", "v1")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue