-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reflect node.max_local_storage_nodes setting removal #214
Conversation
71d3e2b
to
1366cad
Compare
Hi @mfussenegger, could you please take a look? Cannot run nightly locally on macOS due to mfussenegger/cr8#311 - and if I try to use |
@@ -226,7 +224,6 @@ def upgrade_node(self, old_node, new_version): | |||
return new_node | |||
|
|||
def setUp(self): | |||
self._path_data = self.mkdtemp() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this property is accessed in some other test cases:
tests/restart/test_blob.py
65: filepath = Path(self._path_data).glob(f'**/{digest}')
tests/bwc/test_upgrade.py
382: data_path_incl_cluster_id = os.path.join(self._path_data, self.CLUSTER_ID)
385: target_path_nodes = os.path.join(self._path_data, 'nodes')
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx for the hint!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I now keep this variable, just moved it below to the new_node
. checked locally 4.8->nightly by replacing nightly to branch:master
1366cad
to
9834a19
Compare
9834a19
to
8417a0e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Relates to crate/crate#12463
Fixes https://github.com/crate/crate-alerts/issues/249
Checklist