mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: remove version checks when running our regtests (#2988)
This commit is contained in:
parent
c37fe87bf1
commit
07d076a658
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ class DflyInstanceFactory:
|
|||
args = {**self.args, **kwargs}
|
||||
args.setdefault("dbfilename", "")
|
||||
args.setdefault("enable_direct_fd", None) # Testing iouring with direct_fd enabled.
|
||||
args.setdefault("noversion_check", None)
|
||||
# MacOs does not set it automatically, so we need to set it manually
|
||||
args.setdefault("maxmemory", "8G")
|
||||
vmod = "dragonfly_connection=1,accept_server=1,listener_interface=1,main_service=1,rdb_save=1,replica=1,cluster_family=1"
|
||||
|
|
Loading…
Reference in a new issue