Skip to content

Commit

Permalink
chore: disable serialization_max_chunk_size in regtests (#3445)
Browse files Browse the repository at this point in the history
Intended to stabilize regression tests before releasing our next version.

Signed-off-by: Roman Gershman <[email protected]>
  • Loading branch information
romange authored Aug 5, 2024
1 parent 38fba1d commit e482eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dragonfly/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self, params: DflyParams, args):
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
Expand Down

0 comments on commit e482eef

Please sign in to comment.