Skip to content

Conversation

ludfjig
Copy link
Contributor

@ludfjig ludfjig commented Sep 12, 2025

This test was observed to be flaky, I believe due to race condition where other tests mmap allocate the same address (reused) after the memory is dropped, but before proocmaps are read. Fix by increasing memory size alot to prevent reuse of same address (hopefully). Also now runs on windows and no need to #[ignore]. If this doesn't fix it, we can try some other strategy or remove the test

@ludfjig ludfjig added kind/refactor For PRs that restructure or remove code without adding new functionality. area/testing Related to tests or testing infrastructure labels Sep 12, 2025
@ludfjig ludfjig force-pushed the fix_test_drop branch 2 times, most recently from 539b58d to 1e52586 Compare September 12, 2025 23:12
@ludfjig ludfjig changed the title Unignore and restructure test_drop test. Also now run on windows Fix flaky test test_drop Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Related to tests or testing infrastructure kind/refactor For PRs that restructure or remove code without adding new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant