Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jupyter_execute_request is flaky #23666

Open
dsherret opened this issue May 3, 2024 · 0 comments
Open

jupyter_execute_request is flaky #23666

dsherret opened this issue May 3, 2024 · 0 comments
Assignees
Labels
flaky a test is not reliable or determinstic

Comments

@dsherret
Copy link
Member

dsherret commented May 3, 2024

---- jupyter::jupyter_execute_request stdout ----
command /Users/runner/work/deno/deno/target/release/deno jupyter --kernel --conn /var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/deno-cli-testTxGXcr/connection.json
command cwd /var/folders/3m/p59k4qdj0f17st0gn2cmj3640000gn/T/deno-cli-testTxGXcr
thread 'jupyter::jupyter_execute_request' panicked at tests/integration/jupyter_tests.rs:561:6:
stream not found
stack backtrace:
   0:        0x100eda73c - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h0aa20ca08aeb683c
   1:        0x100d7c51c - core::fmt::write::h168dbafcf35bac68
   2:        0x100edce40 - std::io::Write::write_fmt::h6542afca710d2aa1
   3:        0x100edc878 - std::sys_common::backtrace::print::h57b289e4b951ee17
   4:        0x100edc5a4 - std::panicking::default_hook::***closure***::h783b6c512154ec65
   5:        0x100edc0d8 - std::panicking::default_hook::hcdfa9e1e0f234a4f
error: test failed, to rerun pass `-p cli_tests --test integration_tests`
   6:        0x100edd214 - std::panicking::rust_panic_with_hook::h9aea678ca49d64cf
   7:        0x100edcfd4 - std::panicking::begin_panic_handler::***closure***::ha16c3377e66deceb
   8:        0x100edcf38 - std::sys_common::backtrace::__rust_end_short_backtrace::hea8fdda1ea8a4c0e
   9:        0x100edcf2c - _rust_begin_unwind
  10:        0x100d7b478 - core::panicking::panic_fmt::h1cb43b60f5788132
  11:        0x100d82bdc - core::option::expect_failed::h11259946fc70dab4
  12:        0x100c6a290 - core::option::Option<T>::expect::h18d9390a5d783edf
  13:        0x100ca7014 - integration_tests::jupyter::jupyter_execute_request::***closure***::hf0aa47dd327685ed
  14:        0x100c788b8 - tokio::runtime::runtime::Runtime::block_on::hb469092ce84b56d2
  15:        0x100ba2a34 - core::ops::function::FnOnce::call_once::h34317b68f04f3f2b
  16:        0x100ef476c - test::__rust_begin_short_backtrace::he4ac465ee2112f70
  17:        0x100ef2548 - test::run_test::***closure***::h596d0554a4a78e26
  18:        0x100ef4af0 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha5f46acead689572
  19:        0x100ef4904 - core::ops::function::FnOnce::call_once***vtable.shim***::hbfacf00afa1541e7
  20:        0x100edf164 - std::sys::pal::unix::thread::Thread::new::thread_start::h207e3c76161182d1
  21:        0x183506f94 - __pthread_joiner_wake

https://github.com/denoland/deno/actions/runs/8919724267/job/24496399647

@dsherret dsherret added the flaky a test is not reliable or determinstic label May 3, 2024
@nathanwhit nathanwhit self-assigned this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky a test is not reliable or determinstic
Projects
None yet
Development

No branches or pull requests

2 participants