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

Ensure tests can be run on MacOS #369

Open
Miles-Garnsey opened this issue Aug 30, 2023 · 0 comments
Open

Ensure tests can be run on MacOS #369

Miles-Garnsey opened this issue Aug 30, 2023 · 0 comments
Labels
ready Issues in the state 'ready' refactoring

Comments

@Miles-Garnsey
Copy link
Member

Tests currently don't run on MacOS because it doesn't offer EPoll. KQueue is an alternative but isn't supported by the current version of netty in management API.

We need to either:

  1. Run the tests in containers (perhaps via k8ssandra-operator).
  2. Update the version of netty in management API without touching the one on the Cassandra classpath.

DOD

  • The tests can be run on Linux, Mac and Windows.
@adejanovski adejanovski added the ready Issues in the state 'ready' label Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Issues in the state 'ready' refactoring
Projects
Status: Ready
Development

No branches or pull requests

3 participants