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

ccmlib/scylla_node: stop hardcoding api_port #593

Merged
merged 1 commit into from
Aug 4, 2024

Conversation

fruch
Copy link
Contributor

@fruch fruch commented Aug 1, 2024

servel place in the code were assuming that api_port would be 10000.

some tests in the java-driver we setting api_port to a random port hence breaking some of the ccm functionality, like nodetool and wait_for_other_notice logic

servel place in the code were assuming that `api_port` would be 10000.

some tests in the java-driver we setting `api_port` to a random port
hence breaking some of the ccm functionality, like nodetool and
wait_for_other_notice logic
Copy link
Contributor

@tchaikov tchaikov left a comment

Choose a reason for hiding this comment

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

lgtm modulo a nit.

ccmlib/scylla_node.py Show resolved Hide resolved
@fruch fruch merged commit cd885bc into scylladb:next Aug 4, 2024
4 checks passed
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