feat(tests): Implement ERR-02 Invalid Sequence Handling and update test migration documentation

This commit is contained in:
2025-10-28 11:13:47 +00:00
parent 0018b19164
commit 9cd15342e0
4 changed files with 54 additions and 25 deletions

View File

@@ -133,6 +133,7 @@ export async function startTestServer(config: ITestServerConfig): Promise<ITestS
recordAuthenticationFailure: async (_ip: string) => {},
recordSyntaxError: async (_ip: string) => {},
recordCommandError: async (_ip: string) => {},
recordError: (_ip: string) => false, // Returns false = don't block IP in tests
isBlocked: async (_ip: string) => false,
cleanup: async () => {},
};