alamb opened a new issue, #19121: URL: https://github.com/apache/datafusion/issues/19121
### Describe the bug For example https://github.com/apache/datafusion/actions/runs/19969939424/job/57271820497?pr=19066 ``` ---- memory_limit::test_in_mem_buffer_almost_full stdout ---- thread 'memory_limit::test_in_mem_buffer_almost_full' (44892) panicked at datafusion/core/tests/memory_limit/mod.rs:520:32: called `Result::unwrap()` on an `Err` value: ArrowError(IoError("No space left on device (os error 28)", Os { code: 28, kind: StorageFull, message: "No space left on device" }), Some("")) stack backtrace: 0: __rustc::rust_begin_unwind 1: core::panicking::panic_fmt 2: core::result::unwrap_failed 3: core_integration::memory_limit::test_in_mem_buffer_almost_full::{{closure}} 4: <core::pin::Pin<P> as core::future::future::Future>::poll 5: <core::pin::Pin<P> as core::future::future::Future>::poll 6: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}}::{{closure}} 7: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}}::{{closure}} 8: tokio::runtime::scheduler::current_thread::Context::enter 9: tokio::runtime::scheduler::current_thread::CoreGuard::block_on::{{closure}} 10: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} 11: tokio::runtime::context::scoped::Scoped<T>::set 12: tokio::runtime::context::set_scheduler::{{closure}} 13: std::thread::local::LocalKey<T>::try_with 14: std::thread::local::LocalKey<T>::with 15: tokio::runtime::context::set_scheduler 16: tokio::runtime::scheduler::current_thread::CoreGuard::enter 17: tokio::runtime::scheduler::current_thread::CoreGuard::block_on 18: tokio::runtime::scheduler::current_thread::CurrentThread::block_on::{{closure}} 19: tokio::runtime::context::runtime::enter_runtime 20: tokio::runtime::scheduler::current_thread::CurrentThread::block_on 21: tokio::runtime::runtime::Runtime::block_on_inner 22: tokio::runtime::runtime::Runtime::block_on 23: core_integration::memory_limit::test_in_mem_buffer_almost_full 24: core_integration::memory_limit::test_in_mem_buffer_almost_full::{{closure}} 25: core::ops::function::FnOnce::call_once note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. failures: memory_limit::test_in_mem_buffer_almost_full test result: FAILED. 825 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 31.44s error: test failed, to rerun pass `-p datafusion --test core_integration` Error: Process completed with exit code 101. ``` ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
