Page MenuHomePhabricator

[Identity/Tunnelbroker] Add integration tests
ClosedPublic

Authored by jon on Aug 7 2023, 7:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 10:00 AM
Unknown Object (File)
Thu, Apr 25, 2:57 PM
Unknown Object (File)
Tue, Apr 16, 7:50 AM
Unknown Object (File)
Tue, Apr 16, 7:39 AM
Unknown Object (File)
Tue, Apr 16, 2:54 AM
Unknown Object (File)
Mon, Apr 15, 4:05 PM
Unknown Object (File)
Mon, Apr 15, 12:26 AM
Unknown Object (File)
Sat, Apr 13, 4:09 PM
Subscribers

Details

Summary

To make the review not as extensive, I split up the integration
tests into its own diff.

Follow up for: https://linear.app/comm/issue/ENG-4446

Depends on D8748

Test Plan
# Start localstack and rabbitmq
comm-dev services start

(cd services/identity && cargo run -- server)
(cd services/tunnelbroker && cargo run)

cd services/commtest
cargo test --test identity_tunnelbroker_tests

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 16 2023, 5:19 AM

Use ConnectionInitializationMessage as message name