-
Notifications
You must be signed in to change notification settings - Fork 810
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
MIRI failure in array::ffi::tests::test_struct
and other ffi tests
#580
Comments
The failing test was added in https://github.com/apache/arrow-rs/pull/287/files from @roee88 . @jorgecarleitao and I signed off on it. |
Hi @alamb, Without jumping into conclusions.. there is also an option that the test itself is not the issue because it actually successfully passed the miri check at the time in #323 (I tested with miri quite a lot when I worked on the ffi parts). There have been changes to the ffi code since then and it's possible that one of them re-introduced the error that was fixed in #323. |
Thanks @roee88 -- that is a good point. Whoever works on this ticket can perhaps look for other changes to FFI that may have introduced the MIRI issue as a way to isolate what was going on |
Closes apache#580 Signed-off-by: roee88 <roee88@gmail.com>
array::ffi::tests::test_struct
array::ffi::tests::test_struct
and datatypes::ffi::tests::test_field
array::ffi::tests::test_struct
and datatypes::ffi::tests::test_field
array::ffi::tests::test_struct
and datatypes::ffi::tests
array::ffi::tests::test_struct
and datatypes::ffi::tests
array::ffi::tests::test_struct
and other ffi tests
Closes #580 Signed-off-by: roee88 <roee88@gmail.com>
Closes #580 Signed-off-by: roee88 <roee88@gmail.com>
Describe the bug
The test array::ffi::tests::test_struct signals a MIRI failure
To Reproduce
The tests fails with variations of the following
And
and
Expected behavior
The test should pass without any issues being flagged by MIRI
Additional context
Test disabled in #578
Example of failing test: https://github.com/apache/arrow-rs/pull/578/checks?check_run_id=3118470856
The text was updated successfully, but these errors were encountered: