regression tests: remove unnecessary error leading to opt_rate.t instability.

This commit is contained in:
Alexey Kopytov
2018-12-23 11:12:00 +03:00
parent 8744b88cad
commit a4b8aeb31a

View File

@ -729,13 +729,6 @@ bool sb_more_events(int thread_id)
}
}
if (ck_pr_load_int(&queue_is_full))
{
log_text(LOG_FATAL, "Event queue is full. Terminating the worker thread");
return false;
}
ck_pr_inc_int(&sb_globals.concurrency);
timers[thread_id].queue_time = sb_timer_value(&sb_exec_timer) -