tests: SECS-I T1 / T2-recv timer firings; T3/T4 no-op assertions

test_secsi.cpp covered T2 on the send side (retry) and a tick-based
back-to-back exchange.  This commit fills in the rest of the timer
matrix at FSM level:

  T1 in RecvBlock → abort, reason mentions "T1"
  T1 outside RecvBlock → ignored
  T2 in RecvEotSent → abort
  T2 in RecvBlock → abort (mid-block stall)
  T3 / T4 → FSM-level no-op (documented as upper-layer driven)
  T2 contrast → send-side retries, recv-side aborts (same timer,
                different recovery, both demonstrated in one test)

If a future commit moves T3 or T4 enforcement into the FSM, the
no-op test breaks loudly so protocol.hpp can be updated alongside.

Closes #7 in the test-gap backlog.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-09 10:42:46 +02:00
parent 82f9794655
commit 31677d9d91
2 changed files with 147 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ add_executable(secsgem_tests
tests/test_hsms_timers.cpp
tests/test_hsms_s9.cpp
tests/test_secsi.cpp
tests/test_secsi_timers.cpp
tests/test_secsi_tcp.cpp
tests/test_host_handler.cpp
tests/test_control_state.cpp