Skip to content
Snippets Groups Projects
Commit 7064b40e authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Replace REQUIRE by FAIL_CHECK to avoid random test crashes

Since connect_socket_server is called by a thread, this may produce a
race condition which gives variable test number results and eventually
produce test crashes.

One must not use REQUIRE* or CHECK* inside separate threads.
parent 483ec229
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment