mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
fix pytest: use generic random dbfilename in tests (#3617)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
8e9b097b9d
commit
658243fd09
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ async def test_multidb(df_factory, format: str):
|
|||
"""
|
||||
Test serialization of multiple logical databases
|
||||
"""
|
||||
dbfilename = f"test-multidb{rand(0, 5000)}"
|
||||
dbfilename = f"dump_{tmp_file_name()}"
|
||||
instance = df_factory.create(dbfilename=dbfilename)
|
||||
instance.start()
|
||||
async_client = instance.client()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue