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)
Sat, May 4, 9:28 PM
Unknown Object (File)
Sat, May 4, 9:28 PM
Unknown Object (File)
Sat, May 4, 9:28 PM
Unknown Object (File)
Sat, May 4, 9:28 PM
Unknown Object (File)
Sat, May 4, 9:28 PM
Unknown Object (File)
Sat, May 4, 2:39 PM
Unknown Object (File)
Sat, May 4, 2:39 PM
Unknown Object (File)
Sat, May 4, 2:39 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