1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

add tracing support

This commit is contained in:
Rob Ede
2022-03-08 22:13:55 +00:00
parent 77d4a69b2f
commit c5d6174cec
10 changed files with 13 additions and 12 deletions

View File

@ -254,6 +254,7 @@ async fn test_max_concurrent_connections() {
h.join().unwrap().unwrap();
}
// TODO: race-y failures detected due to integer underflow when calling Counter::total
#[actix_rt::test]
async fn test_service_restart() {
use std::task::{Context, Poll};