Skip to content

Commit

Permalink
[TA545] Unit test automation of mgmt_thread, negative as well as posi… (
Browse files Browse the repository at this point in the history
#90)

..tive scenario covered.

Signed-off-by: satbir <[email protected]>
  • Loading branch information
satbirchhikara authored and vishnuitta committed Sep 28, 2018
1 parent d0f0edd commit 2d4747b
Show file tree
Hide file tree
Showing 2 changed files with 473 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/zrepl/zrepl.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ main(int argc, char **argv)
goto initialize_error;
}

SLIST_INIT(&uzfs_mgmt_conns);
mutex_init(&conn_list_mtx, NULL, MUTEX_DEFAULT, NULL);
mutex_init(&async_tasks_mtx, NULL, MUTEX_DEFAULT, NULL);
zrepl_svc_run();
zrepl_monitor_errors();

Expand Down
Loading

0 comments on commit 2d4747b

Please sign in to comment.