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

Fix build on OpenBSD i386 #12142

Closed
wants to merge 5 commits into from
Closed

Conversation

rhubner
Copy link
Contributor

@rhubner rhubner commented Dec 13, 2023

No description provided.

@rhubner rhubner force-pushed the eb/openbsd-fix branch 2 times, most recently from 1be9a7b to 8689b80 Compare December 19, 2023 07:42
@@ -28,6 +31,12 @@ public MultiGetManyKeysTest(final Integer numKeys) {
this.numKeys = numKeys;
}

@BeforeClass
public static void beforeAllTest() {
Assume.assumeFalse("We are not running this test on OpenBSD dues to memory constraints",
Copy link
Collaborator

@adamretter adamretter Jan 23, 2024

Choose a reason for hiding this comment

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

Is this a problem on both OpenBSD 32 bit and 64 bit? If this is about memory limits, perhaps instead use !Environment.is64Bit()?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you also fix the message please, as it is now 32bit specific and not OpenBSD specific @rhubner please?

Copy link
Collaborator

@adamretter adamretter left a comment

Choose a reason for hiding this comment

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

Just some questions about Assumptions for tests, otherwise LGTM.

@rhubner rhubner marked this pull request as ready for review January 24, 2024 12:04
@adamretter adamretter self-requested a review January 24, 2024 12:56
Copy link
Collaborator

@adamretter adamretter left a comment

Choose a reason for hiding this comment

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

LGTM now thanks.

@facebook-github-bot
Copy link
Contributor

@ajkr has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@ajkr merged this pull request in 1d8c54a.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants