jhorstmann commented on PR #1863:
URL: https://github.com/apache/arrow-rs/pull/1863#issuecomment-1153880320
This did not seem to fix CI. Test tests still seem to get killed and then
retried by `miri.sh`:
```
test compute::kernels::cast_utils::tests::string_to_timestamp_timezone_space
... ok
error: test failed, to rerun pass '-p arrow --lib'
Caused by:
process didn't exit successfully:
`/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo-miri
/home/runner/work/arrow-rs/arrow-rs/target/miri/x86_64-unknown-linux-gnu/debug/deps/arrow-ca24f64806e3ede9
--skip csv --skip ipc --skip json` (exit status: 255)
test compute::kernels::comparison::tests::ilike_utf8_scalar_escape_testing
... Starting Arrow MIRI run...
Finished test [unoptimized + debuginfo] target(s) in 0.38s
Running unittests src/lib.rs
(target/miri/x86_64-unknown-linux-gnu/debug/deps/arrow-ca24f64806e3ede9)
running 1038 tests
test array::array::tests::test_array_ref_as_array ... ok
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]