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

Fixing the failing tests on MacOS #271

Merged
merged 2 commits into from
Mar 23, 2022
Merged

Fixing the failing tests on MacOS #271

merged 2 commits into from
Mar 23, 2022

Conversation

Isty001
Copy link
Member

@Isty001 Isty001 commented Mar 23, 2022

Looks like a possible source of these random failings, and wild seg faults is that the cache is not initialized in some tests where it's actually used. For some reason it causes some completely unrelated issues in the mac build. Probably the uninitialized variables corrupted the memory.

Intialize the cache in test where it's used
@jwerle
Copy link
Member

jwerle commented Mar 23, 2022

@Isty001 🔨

Intialize the cache in test where it's used
@Isty001 Isty001 merged commit 910ee5c into master Mar 23, 2022
@Isty001 Isty001 deleted the macos-test-fix branch March 23, 2022 15:29
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.

2 participants