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

Enable compatibility tests on macOS #6857

Merged
merged 2 commits into from
May 19, 2023
Merged

Conversation

adutra
Copy link
Contributor

@adutra adutra commented May 19, 2023

This commit enables all the compatibility tests that are currently doable on macOS, namely, all tests except the ones relying on RocksDB.

Compatibility tests with RocksDB fail consistently with SIGSEGV on macOS.

This commit enables all the compatibility tests
that are currently doable on macOS, namely, all
tests except the ones relying on RocksDB.

Compatibility tests with RocksDB fail consistently
with SIGSEGV on macOS.
@adutra adutra added the pr-macos-win Test PR on macOS + Windows label May 19, 2023
// Compatibility tests fail, because Windows not supported by testcontainers (logged message)
if ((Os.isFamily(Os.FAMILY_MAC) || Os.isFamily(Os.FAMILY_WINDOWS)) && System.getenv("CI") != null) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This will have the side-effect of enabling compatibility tests in CI. If they fail for whatever reason, I will re-disable them in CI. As long as I can run them locally it's fine :-)

@adutra
Copy link
Contributor Author

adutra commented May 19, 2023

As expected CI has failed, so I just reverted the CI change.

Podman usage in the macOS CI jobs needs some serious updates, which I will try to tackle next.

@adutra adutra merged commit 068c24d into projectnessie:main May 19, 2023
@adutra adutra deleted the compat-macos branch May 19, 2023 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-macos-win Test PR on macOS + Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants