xline-kv / Xline

A geo-distributed KV store for metadata management
https://xline.cloud
Apache License 2.0
587 stars 74 forks source link

[Bug]: CI nextest failed by timeout #907

Open lxl66566 opened 1 month ago

lxl66566 commented 1 month ago

Description about the bug

There was a case that nextest failed by timeout found on github workflow. When I reruned the code without modifing any code, the failure disappeared. It's a rare error that cannot be reproduced stably. And It can be either the code bug or a nextest bug.

Version

0.6.1 (Default)

Relevant log output

the failed CI: https://github.com/xline-kv/Xline/actions/runs/10003614333/job/27650819920?pr=905 the success(rerun) CI: https://github.com/xline-kv/Xline/actions/runs/10003614333?pr=905 The failed test is: curp::it server::shutdown_rpc_should_shutdown_the_cluster There're a lot of RpcTransport(()) error

Code of Conduct

github-actions[bot] commented 1 month ago

👋 Thanks for opening this issue!

Reply with the following command on its own line to get help or engage:

lxl66566 commented 1 month ago

That might caused by the following:

This should be fixed when #918 merge.

github-actions[bot] commented 1 week ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.