Skip to content

Commit

Permalink
chore: set serialization_max_chunk_size to 1 byte (#3379)
Browse files Browse the repository at this point in the history
Update the flag for extreme testing. We should remove this before the release.

* set serialization_max_chunk_size to 1 byte

---------

Signed-off-by: kostas <[email protected]>
  • Loading branch information
kostasrim authored Jul 25, 2024
1 parent 6d9e370 commit 2867d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/dragonfly/instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ def __init__(self, params: DflyParams, args):
if threads > 1:
self.args["num_shards"] = threads - 1

# Add 1 byte limit for big values
self.args["serialization_max_chunk_size"] = 1

def __del__(self):
assert self.proc == None

Expand Down

0 comments on commit 2867d54

Please sign in to comment.