Skip to content

feat(ci): miri test support for CI #1611

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

atcol
Copy link

@atcol atcol commented Aug 17, 2025

Which issue does this PR close?

What changes are included in this PR?

Adds a miri test call to the "ci" Github Actions workflow to detect UB.

Are these changes tested?

The PR's checks shows the successful run of the miri-related action in the workflow.

Note: there was UB detected in the test catalog::memory::catalog::tests::test_create_table_falls_back_to_namespace_location_if_table_location_is_missing @ 487484e

but I believe this to be limitations with stacked borrow checks and crossbeam-epoch. It triggered in the drop for Inner in base_cache of Moka from object_cache.

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.

Add miri to detect undefined behavior.
1 participant