Skip to content

Commit

Permalink
chore: remove version checks when running our regtests (dragonflydb#2988
Browse files Browse the repository at this point in the history
)
  • Loading branch information
romange committed May 1, 2024
1 parent c37fe87 commit 07d076a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dragonfly/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def create(self, existing_port=None, **kwargs) -> DflyInstance:
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"
Expand Down

0 comments on commit 07d076a

Please sign in to comment.