feat(tests): Implement ERR-02 Invalid Sequence Handling and update test migration documentation
This commit is contained in:
		| @@ -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 () => {}, | ||||
|       }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user