Skip to content
Snippets Groups Projects
Commit c2c91ad7 authored by Eric Cano's avatar Eric Cano
Browse files

Serialized request queueing in unit test to make helgrind happy.

parent 782c3976
No related branches found
No related tags found
No related merge requests found
......@@ -493,8 +493,8 @@ TEST_P(SchedulerTest, archive_and_retrieve_new_file) {
request.requester.name = s_userName;
request.requester.group = "userGroup";
scheduler.queueRetrieve("disk_instance", request, lc);
scheduler.waitSchedulerDbSubthreadsComplete();
}
scheduler.waitSchedulerDbSubthreadsComplete();
// Check that the retrieve request is queued
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment