For some features, it's easier to just have a unittest demonstrate
the expected behavior. This sets up that framework, and modifies
the existing code to make it more explicit as to what is going on
when debugging.
Depends on D7659
Paths
| Differential D7661 Authored by • jon on Apr 27 2023, 7:21 AM.
Details
Summary For some features, it's easier to just have a unittest demonstrate Depends on D7659 Test Plan (cd services/tunnelbroker && RUST_LOG=debug cargo run &) cd services/commtest && cargo test --test tunnelbroker_integration_test
Diff Detail
Event TimelineHerald added subscribers: atul, tomek, ashoat. · View Herald TranscriptApr 27 2023, 7:21 AM2023-04-27 07:21:56 (UTC-7) Harbormaster completed remote builds in B18867: Diff 25845.Apr 27 2023, 7:39 AM2023-04-27 07:39:59 (UTC-7) • jon edited the summary of this revision. (Show Details)Apr 27 2023, 8:55 AM2023-04-27 08:55:15 (UTC-7)
This revision is now accepted and ready to land.Apr 29 2023, 11:38 AM2023-04-29 11:38:25 (UTC-7) • jon added inline comments.
Closed by commit rCOMM2bead14e6f9c: [Tunnelbroker] Add integration tests (authored by • jon). · Explain WhyApr 30 2023, 10:31 PM2023-04-30 22:31:05 (UTC-7) This revision was automatically updated to reflect the committed changes. • jon marked 2 inline comments as done. bartek removed a child revision: D7765: [native] Add thumbHash prop to image components.May 9 2023, 8:14 AM2023-05-09 08:14:12 (UTC-7)
Revision Contents
Diff 25845 services/commtest/Cargo.lock
services/commtest/Cargo.toml
services/commtest/src/tunnelbroker/mod.rs
services/commtest/src/tunnelbroker/new_session.rs
services/commtest/src/tunnelbroker/tunnelbroker_utils.rs
services/commtest/tests/tunnelbroker_integration_test.rs
|