parkma99 commented on PR #6708:
URL: 
https://github.com/apache/arrow-datafusion/pull/6708#issuecomment-1599943315

   Hello @alamb , I would like to pass all tests in my local machine, but got 
some error.
   My computer is `Mac mini m2` with `16+256`.
   When I run command `cargo test` in Terminal, it got error with message : 
   ```failures:
   
   ---- fuzz_cases::order_spill_fuzz::test_sort_1k_mem stdout ----
   thread 'fuzz_cases::order_spill_fuzz::test_sort_1k_mem' panicked at 'called 
`Result::unwrap()` on an `Err` value: Execution("Failed to create partition 
file at 
\"/var/folders/c7/nfvz06pj3t5dxq4ycycq8czm0000gn/T/.tmpmetJoJ/.tmpAliZCF\": Os 
{ code: 24, kind: Uncategorized, message: \"Too many open files\" }")', 
datafusion/core/tests/fuzz_cases/order_spill_fuzz.rs:85:63
   note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
   
   
   failures:
       fuzz_cases::order_spill_fuzz::test_sort_1k_mem
   
   test result: FAILED. 14 passed; 1 failed; 0 ignored; 0 measured; 0 filtered 
out; finished in 14.88s
   
   error: test failed, to rerun pass `-p datafusion --test fuzz`
   ```
   When I run command `cargo test` in `VScode Terminal`, it got error with 
message :
   ```
   thread '<unknown>' has overflowed its stack
   fatal runtime error: stack overflow
   error: test failed, to rerun pass `-p datafusion-proto --lib`
   
   Caused by:
     process didn't exit successfully: 
`/Users/m/code/arrow-datafusion/target/debug/deps/datafusion_proto-34d869f2f58ec4e8`
 (signal: 6, SIGABRT: process abort signal)
   ```.
   


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