Files
logos-messaging-interop-tests/.github
AYAHASSAN287 ec118816fa Channel API RC13 wrapper test (#212)
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.
2026-08-12 20:57:35 +03:00
..