Jefffrey commented on code in PR #11150:
URL: https://github.com/apache/arrow-rs/pull/11150#discussion_r4061174272


##########
arrow-buffer/src/util/bit_chunk_iterator.rs:
##########
@@ -730,6 +730,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn fuzz_unaligned_bit_chunk_iterator() {

Review Comment:
           PASS [ 188.554s] (237/418) arrow-buffer 
util::bit_chunk_iterator::tests::fuzz_unaligned_bit_chunk_iterator
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915214064



##########
arrow-csv/src/reader/mod.rs:
##########
@@ -1389,6 +1389,7 @@ mod tests {
     use arrow_cast::display::array_value_to_string;
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn test_infer_schema_leading_plus_numbers() {

Review Comment:
           PASS [ 494.048s] (345/418) arrow-csv 
reader::tests::test_infer_schema_leading_plus_numbers
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915213908



##########
parquet/src/arrow/arrow_reader/selection/mod.rs:
##########
@@ -951,6 +951,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn auto_construction_edge_row_counts() {

Review Comment:
           PASS [2607.088s] (418/418) parquet 
arrow::arrow_reader::selection::tests::auto_construction_edge_row_counts
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915213787



##########
parquet/src/arrow/arrow_reader/selection/mod.rs:
##########
@@ -976,6 +977,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn auto_construction_randomized_equivalence() {

Review Comment:
           PASS [8398.090s] (418/418) parquet 
arrow::arrow_reader::selection::tests::auto_construction_randomized_equivalence 
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915213863



##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -4050,6 +4051,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn i64_column_bloom_filter_across_dictionary_fallback() {

Review Comment:
           PASS [ 167.816s] (356/418) parquet 
arrow::arrow_writer::tests::i64_column_bloom_filter_across_dictionary_fallback
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915214064



##########
parquet/src/column/writer/mod.rs:
##########
@@ -2248,6 +2248,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn test_bloom_filter_for_dictionary_encoded_chunks() {

Review Comment:
           PASS [ 526.383s] (405/418) parquet 
column::writer::tests::test_bloom_filter_for_dictionary_encoded_chunks
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915213787



##########
parquet/src/bloom_filter/mod.rs:
##########
@@ -974,6 +974,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn test_estimated_fpp_matches_serialized_bitset() {

Review Comment:
           PASS [1137.700s] (418/418) parquet 
bloom_filter::tests::test_estimated_fpp_matches_serialized_bitset
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915213908



##########
parquet/src/encodings/rle.rs:
##########
@@ -1017,6 +1017,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn test_put_batch_matches_put() {

Review Comment:
           PASS [ 473.326s] (417/418) parquet 
encodings::rle::tests::test_put_batch_matches_put
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915213908



##########
parquet/src/util/bit_util.rs:
##########
@@ -1592,6 +1592,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn test_put_batch() {

Review Comment:
           PASS [ 545.873s] (418/418) parquet 
util::bit_util::tests::test_put_batch 
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915214064



##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -4015,6 +4015,7 @@ mod tests {
     /// After falling back from dictionary encoding the filter holds the 
dictionary's values
     /// and every value written plain afterwards.
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn string_column_bloom_filter_across_dictionary_fallback() {

Review Comment:
           PASS [ 197.734s] (355/418) parquet 
arrow::arrow_writer::tests::string_column_bloom_filter_across_dictionary_fallback
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915213908



##########
arrow-buffer/src/buffer/boolean.rs:
##########
@@ -995,6 +995,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore)] // Takes too long
     fn test_from_bitwise_unary_op() {

Review Comment:
           PASS [ 286.920s] (270/418) arrow-buffer 
buffer::boolean::tests::test_from_bitwise_unary_op
   
   - 
https://github.com/apache/arrow-rs/actions/runs/35449936356/job/105915213787



-- 
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]

Reply via email to