Report native backend blockers
This commit is contained in:
parent
ee80ff780c
commit
d9150024dd
7 changed files with 103 additions and 13 deletions
|
|
@ -154,6 +154,15 @@ fn geth_status_against_running_daemon() {
|
|||
assert!(stdout.contains("endpoint:"));
|
||||
assert!(stdout.contains("iroh relay: disabled"));
|
||||
assert!(stdout.contains("iroh discovery: local-network disabled"));
|
||||
assert!(stdout.contains(
|
||||
"native backend cas: iroh-control-alpn-bootstrap target iroh-blobs 0.97.0 (blocked)"
|
||||
));
|
||||
assert!(stdout.contains(
|
||||
"native backend kv: iroh-control-alpn-bootstrap target iroh-docs 0.95.0 (blocked)"
|
||||
));
|
||||
assert!(stdout.contains(
|
||||
"native backend pubsub: iroh-control-alpn-bootstrap target iroh-gossip 0.95.0 (blocked)"
|
||||
));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
|
|||
Loading…
Reference in a new issue