Skip to content

Conversation

romange
Copy link
Collaborator

@romange romange commented Aug 30, 2023

  1. No logic was changed during refactoring.
  2. Flipped the flag to run regression tests for now own with zset_tree=on

@romange romange requested a review from dranikpg August 30, 2023 09:27
1. No logic was changed during refactoring.
2. Flipped the flag to run regression tests for now own with zset_tree=on

Signed-off-by: Roman Gershman <[email protected]>
@@ -72,7 +72,7 @@ def stop(self, kill=False):
def _start(self):
if self.params.existing_port:
return
base_args = [f"--{v}" for v in self.params.args]
base_args = ["--use_zset_tree"] + [f"--{v}" for v in self.params.args]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this intentionally here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, updated the PR description (too lazy to send a commit only for this)

@romange romange merged commit 3829e36 into main Aug 30, 2023
@romange romange deleted the Pr1 branch August 30, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants