Skip to content
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

Merged
merged 1 commit into from
May 18, 2022

Conversation

BaurzhanSakhariev
Copy link
Contributor

@BaurzhanSakhariev BaurzhanSakhariev commented May 17, 2022

@BaurzhanSakhariev BaurzhanSakhariev marked this pull request as draft May 17, 2022 07:54
@BaurzhanSakhariev BaurzhanSakhariev force-pushed the baur/bwc-max-local-storage-nodes branch from 71d3e2b to 1366cad Compare May 17, 2022 15:24
@BaurzhanSakhariev BaurzhanSakhariev marked this pull request as ready for review May 17, 2022 15:25
@BaurzhanSakhariev
Copy link
Contributor Author

BaurzhanSakhariev commented May 17, 2022

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 branch:master test runs but timeouts - probably because of local build of distribution. But with branch:master actual error cannot obtain lock is gone

@@ -226,7 +224,6 @@ def upgrade_node(self, old_node, new_version):
return new_node

def setUp(self):
self._path_data = self.mkdtemp()
Copy link
Member

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')

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thx for the hint!

Copy link
Contributor Author

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

@BaurzhanSakhariev BaurzhanSakhariev marked this pull request as draft May 18, 2022 06:13
@BaurzhanSakhariev BaurzhanSakhariev force-pushed the baur/bwc-max-local-storage-nodes branch from 1366cad to 9834a19 Compare May 18, 2022 08:37
@BaurzhanSakhariev BaurzhanSakhariev force-pushed the baur/bwc-max-local-storage-nodes branch from 9834a19 to 8417a0e Compare May 18, 2022 08:47
@BaurzhanSakhariev BaurzhanSakhariev marked this pull request as ready for review May 18, 2022 08:49
Copy link
Member

@mfussenegger mfussenegger left a comment

Choose a reason for hiding this comment

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

👍

@BaurzhanSakhariev BaurzhanSakhariev merged commit 49371b5 into master May 18, 2022
@BaurzhanSakhariev BaurzhanSakhariev deleted the baur/bwc-max-local-storage-nodes branch May 18, 2022 08:52
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.

2 participants