d4302c6ac4
The nightly-windev job (cycle-2 TST-25) discharges TST-05's scheduling design: cron 0 6 * * * runs run-windev-ci.sh live, which sets MXGATEWAY_RUN_LIVE_MXACCESS_TESTS=1, runs WorkerLiveMxAccessSmokeTests on windev, and opens a Gitea issue on failure. That converts 'run by memory' into 'runs nightly, reports failures'. The finding's other half — audit the live suite for coverage of each of the eleven late-added command kinds — is not discharged. The audit's answer is negative for five: the suite covers all six COM commands and none of the five control commands (Ping/GetSessionState/GetWorkerInfo/DrainEvents/ShutdownWorker), which are exactly the kinds the finding calls masked by FakeWorkerHarness canned replies. Recorded as Partially done with the residual test work specified, rather than claiming closure.