radicle-heartwood-lfs/crates/radicle-node
Adrian Duke 80d30d3b59 e2e: Fix false-positive in canonical ref update test
Previously `test_fetch_emits_canonical_ref_update` was passing by
catching a leftover `CanonicalRefUpdated` event from the initial
repository fetch. Furthermore, the new commit was written to the
un-namespaced root. It can be proven to be the case by commenting out
the `alice.commit_to(...)` line and watching the test still pass.

Fix the test by committing to the namespaced default branch which will
trigger the `CanonicalRefUpdated` that is expected by Bob. Drains events
so we don't catch the wrong event, and explicitly announces.
2026-05-05 14:41:52 +01:00
..
src e2e: Fix false-positive in canonical ref update test 2026-05-05 14:41:52 +01:00
CHANGELOG.md node: Update 0.18.0 2026-03-18 20:53:00 +00:00
Cargo.toml cli: Handle broken pipe (SIGPIPE) gracefully 2026-04-29 10:57:24 +02:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00