chore: disable serialization_max_chunk_size in regtests (#3445)

Intended to stabilize regression tests before releasing our next version.

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
Roman Gershman 2024-08-05 10:38:18 +03:00 committed by GitHub
parent 38fba1d398
commit e482eefcbb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,7 @@ class DflyInstance:
self.args["num_shards"] = threads - 1
# Add 1 byte limit for big values
self.args["serialization_max_chunk_size"] = 1
# self.args["serialization_max_chunk_size"] = 1
def __del__(self):
assert self.proc == None