You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'sim::test::hold_all' panicked at 'assertion failed: `(left != right)`
left: `192.168.0.1`,
right: `192.168.0.1`', src/top.rs:35:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'sim::test::hold_all' panicked at 'a spawned task panicked and the LocalSet is configured to shutdown on unhandled panic', /Users/foo/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.26.0/src/task/local.rs:603:17
The text was updated successfully, but these errors were encountered:
When using
hold
with regular expressions,Pair
throws an exception because it expects the twoIpAddr
to be different.Here is a minimal test:
Fails with:
The text was updated successfully, but these errors were encountered: