mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-08-25 03:01:38 +00:00
Adds the RC13 close/re-create test: the sender closes the channel and creates it again under the same id, then sends. The receiver must get the new message in causal order after the old one, with no replay of the message that predates the re-create. Backs it with a close_and_recreate command on the subprocess sender, and runs the channel lifecycle tests in the wrapper CI job -- they are marked smoke, but the smoke job ignores tests/wrappers_tests, so that job is the only place they run.