dbus2 / zbus

Rust D-Bus crate.
Other
316 stars 70 forks source link

WIP: add vsock connection tests #846

Open elmarco opened 3 weeks ago

elmarco commented 3 weeks ago

The test fails with tokio-vsock, which doesn't seem to send or flush the BEGIN command. More investigation needed.

zeenix commented 3 weeks ago

We already have an automatically created pr for nix update and cargo.lock isn't really something that affects users. Please don't touch it directly. Bots take care of it.

elmarco commented 6 days ago

@zeenix any idea why tokio-vsock doesn't receive BEGIN.. or how to debug that.. I am bit stuck.

(cargo test --features tokio-vsock,p2p connection::p2p_tests::vsock_connect)

zeenix commented 6 days ago

@zeenix any idea why tokio-vsock doesn't receive BEGIN.. or how to debug that.. I am bit stuck.

Seems to be only an issue for tokio-vsock (vsock works). I left a comment for improvement and that might help but otherwise, I'm stumped too. Maybe a bug in tokio-vsock?