jhorstmann opened a new issue, #1862:
URL: https://github.com/apache/arrow-rs/issues/1862
**Is your feature request related to a problem or challenge? Please describe
what you are trying to do.**
Related to #1833. Some tests take excessively long to run under miri and
also consume a large amount of memory. To make the CI finish in a reasonable
time we should exclude them
**Describe the solution you'd like**
The tests I noticed are
- `test_dense_i32_large`
- `fuzz_test_slices_iterator`
- `fuzz_filter`
**Describe alternatives you've considered**
Bigger instances for CI would solve the memory usage, but the runtime would
still be quite long.
--
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]