Re: [devel] [PATCH 1/1] mdstest: fix tet_svc_subscr_VDEST_11() fail with TIPC transport [#2978]

2019-01-17 Thread Minh Hon Chau
Hi Thuan, I think it's ok for sleep() to make the test simple, ack from me. thanks Minh On 29/11/18 7:47 pm, thuan.tran wrote: TIPC published event received is not as order MDS service install. Service 600 got published role active before role standby even install role standby before role

[devel] [PATCH 1/1] mdstest: fix tet_svc_subscr_VDEST_11() fail with TIPC transport [#2978]

2018-11-29 Thread thuan.tran
TIPC published event received is not as order MDS service install. Service 600 got published role active before role standby even install role standby before role active. The simplest and safe solution is add sleep 1s before change vdest role to active. --- src/mds/apitest/mdstipc_api.c | 1 + 1