-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Labels
C-bugCategory BugsCategory Bugs
Description
What type of bug is this?
Unexpected error
What subsystems are affected?
Datanode, Other
What happened?
mysql::mysql_server_test::test_server_require_secure_client_secure ---
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Io(Custom { kind: UnexpectedEof, error: "tls handshake eof" }))', src/servers/tests/mysql/mysql_server_test.rs:219:10
stack backtrace:
0: rust_begin_unwind
at /rustc/87588a2afd9ca903366f0deaf84d805f34469384/library/std/src/panicking.rs:584:5
1: core::panicking::panic_fmt
at /rustc/87588a2afd9ca903366f0deaf84d805f34469384/library/core/src/panicking.rs:142:14
2: core::result::unwrap_failed
at /rustc/87588a2afd9ca903366f0deaf84d805f34469384/library/core/src/result.rs:1805:5
3: <core::result::Result<mysql_async::conn::Conn, mysql_async::error::Error>>::unwrap
at /rustc/87588a2afd9ca903366f0deaf84d805f34469384/library/core/src/result.rs:1098:23
4: mod::mysql::mysql_server_test::do_test_query_all_datatypes::{closure#0}
at ./tests/mysql/mysql_server_test.rs:217:26
5: <core::future::from_generator::GenFuture<mod::mysql::mysql_server_test::do_test_query_all_datatypes::{closure#0}> as core::future::future::Future>::poll
at /rustc/87588a2afd9ca903366f0deaf84d805f34469384/library/core/src/future/mod.rs:91:19
6: mod::mysql::mysql_server_test::test_server_require_secure_client_secure::{closure#0}
at ./tests/mysql/mysql_server_test.rs:161:63
7: <core::future::from_generator::GenFuture<mod::mysql::mysql_server_test::test_server_require_secure_client_secure::{closure#0}> as core::future::future::Future>::poll
at /rustc/87588a2afd9ca903366f0deaf84d805f34469384/library/core/src/future/mod.rs:91:19
8: <tokio::park::thread::CachedParkThread>::block_on::<core::future::from_generator::GenFuture<mod::mysql::mysql_server_test::test_server_require_secure_client_secure::{closure#0}>>::{closure#0}
at /home/runner/.cargo/registry/src/github.zerozr99.workers.dev-1ecc6299db9ec823/tokio-1.21.1/src/park/thread.rs:267:54
9: tokio::coop::with_budget::<core::task::poll::Poll<core::result::Result<(), servers::error::Error>>, <tokio::park::thread::CachedParkThread>::block_on<core::future::from_generator::GenFuture<mod::mysql::mysql_server_test::test_server_require_secure_client_secure::{closure#0}>>::{closure#0}>::{closure#0}
at /home/runner/.cargo/registry/src/github.zerozr99.workers.dev-1ecc6299db9ec823/tokio-1.21.1/src/coop.rs:102:9
10: <std::thread::local::LocalKey<core::cell::Cell<tokio::coop::Budget>>>::try_with::<tokio::coop::with_budget<core::task::poll::Poll<core::result::Result<(), servers::error::Error>>, <tokio::park::thread::CachedParkThread>::block_on<core::future::from_generator::GenFuture<mod::mysql::mysql_server_test::test_server_require_secure_client_secure::{closure#0}>>::{closure#0}>::{closure#0}, core::task::poll::Poll<core::result::Result<(), servers::error::Error>>>
at /rustc/87588a2afd9ca903366f0deaf84d805f34469384/library/std/src/thread/local.rs:445:16
11: <std::thread::local::LocalKey<core::cell::Cell<tokio::coop::Budget>>>::with::<tokio::coop::with_budget<core::task::poll::Poll<core::result::Result<(), servers::error::Error>>, <tokio::park::thread::CachedParkThread>::block_on<core::future::from_generator::GenFuture<mod::mysql::mysql_server_test::test_server_require_secure_client_secure::{closure#0}>>::{closure#0}>::{closure#0}, core::task::poll::Poll<core::result::Result<(), servers::error::Error>>>
at /rustc/87588a2afd9ca903366f0deaf84d805f34469384/library/std/src/thread/local.rs:421:9
12: tokio::coop::with_budget::<core::task::poll::Poll<core::result::Result<(), servers::error::Error>>,
What operating system did you use?
Ubuntu 21.04 x64,
Relevant log output and stack trace
No response
How can we reproduce the bug?
Run the test, it's not constant.Metadata
Metadata
Assignees
Labels
C-bugCategory BugsCategory Bugs