Exclude some long-running tests from miri #1862
Labels
development-process
Related to development process of arrow-rs
enhancement
Any new improvement worthy of a entry in the changelog
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.
The text was updated successfully, but these errors were encountered: