test: add intentional functional test failure to verify CI detection
Some checks failed
CI Code / Check spelling (pull_request) Successful in 20s
CI Code / Check coding style (pull_request) Successful in 31s
CI Code / Linux (debian) (pull_request) Failing after 6m16s
CI Code / Linux (ubuntu) (pull_request) Failing after 6m21s
CI Code / Linux (arch) (pull_request) Failing after 6m25s
CI Code / Code Coverage (pull_request) Successful in 15m39s

This commit is contained in:
2026-01-29 14:56:38 +03:00
parent 6c5c523a1a
commit 35f1902cbc

View File

@@ -47,7 +47,7 @@ ping_server(void **state)
prof_input("/ping");
prof_timeout(10);
assert_true(prof_output_regex("Pinged server"));
assert_true(prof_output_regex("INTENTIONAL FAILURE"));
prof_timeout_reset();
}