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

flaky test: e2e_test/streaming/watermark.slt #11798

Closed
fuyufjh opened this issue Aug 21, 2023 · 3 comments · Fixed by #11799
Closed

flaky test: e2e_test/streaming/watermark.slt #11798

fuyufjh opened this issue Aug 21, 2023 · 3 comments · Fixed by #11799

Comments

@fuyufjh
Copy link
Member

fuyufjh commented Aug 21, 2023

Is your feature request related to a problem? Please describe.

image

I have seen this several times. For example: https://buildkite.com/risingwavelabs/pull-request/builds/29942#018a15e4-95bc-4aa5-a952-6f42022f747e

By the way, why no error message was printed out?

Error: some test case failed:
  | [
  | "e2e_test/streaming/watermark.slt",
  | ]
  |  
  | Stack backtrace:
  | 0: anyhow::error::<impl anyhow::Error>::msg
  | 1: sqllogictest::main::{{closure}}
  | 2: tokio::runtime::park::CachedParkThread::block_on
  | 3: tokio::runtime::context::runtime::enter_runtime
  | 4: tokio::runtime::runtime::Runtime::block_on
  | 5: sqllogictest::main
  | 6: std::sys_common::backtrace::__rust_begin_short_backtrace
  | 7: std::rt::lang_start::{{closure}}
  | 8: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/core/src/ops/function.rs:284:13
  | 9: std::panicking::try::do_call
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/std/src/panicking.rs:500:40
  | 10: std::panicking::try
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/std/src/panicking.rs:464:19
  | 11: std::panic::catch_unwind
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/std/src/panic.rs:142:14
  | 12: std::rt::lang_start_internal::{{closure}}
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/std/src/rt.rs:148:48
  | 13: std::panicking::try::do_call
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/std/src/panicking.rs:500:40
  | 14: std::panicking::try
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/std/src/panicking.rs:464:19
  | 15: std::panic::catch_unwind
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/std/src/panic.rs:142:14
  | 16: std::rt::lang_start_internal
  | at /rustc/f0411ffcebcd7f75ac02ed45feb53ffd07b75398/library/std/src/rt.rs:148:20
  | 17: main
  | 18: <unknown>
  | 19: __libc_start_main
  | 20: _start

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

@lmatz
Copy link
Contributor

lmatz commented Aug 21, 2023

@TennyZhuang
Copy link
Contributor

TennyZhuang commented Aug 21, 2023

@xxchan will take a look at the confusing error message.

After a simple investigation, when failed to run {file_name} was printed, an extra Caused by should always exist, but I can't find it.

@xxchan
Copy link
Member

xxchan commented Aug 21, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants