Skip to content
Permalink
Browse files
MDEV-30055 shutdown_now_windows.test fails with "Assertion `unix_sock…
….fd >= 0' failed."

Remove DBUG_ASSERT that depends on timing.
  • Loading branch information
vaintroub committed Nov 21, 2022
1 parent 0d586d6 commit 3e0fd5e
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1110,7 +1110,6 @@ bool setup_connection_thread_globals(THD *thd)

DBUG_EXECUTE_IF("CONNECT_wait", {
extern MYSQL_SOCKET unix_sock;
DBUG_ASSERT(unix_sock.fd >= 0);
while (unix_sock.fd >= 0)
my_sleep(1000);
});

0 comments on commit 3e0fd5e

Please sign in to comment.