Skip to content

Update expected memory size in actor memory tests #1207

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

Merged
merged 2 commits into from
May 13, 2025

Conversation

simonjbeaumont
Copy link
Contributor

Motivation:

There's an open PR to add macOS CI and one of the tests is failing because there's a hardcoded expected size of a class instance, which isn't using the correct value. It seems that, since this test was written, the class instance uses less memory. This is reproducible locally. Since this isn't a regression, we should just use the newer (better) value as the expected.

Modifications:

Update value used in test.

Result:

Tests now pass on macOS.

@simonjbeaumont simonjbeaumont added the semver/none No version bump required. label May 8, 2025
@simonjbeaumont simonjbeaumont enabled auto-merge (squash) May 9, 2025 09:03
@czechboy0 czechboy0 disabled auto-merge May 13, 2025 13:55
@czechboy0 czechboy0 merged commit 3b9eef6 into apple:main May 13, 2025
32 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants