Re: [ovs-dev] [PATCH] tests: Wait up to OVS_CTL_TIMEOUT seconds.

2019-11-06 Thread William Tu
On Wed, Nov 06, 2019 at 01:47:26PM -0500, Aaron Conole wrote: > Ilya Maximets writes: > > > While running tests under valgrind, it could take more than 10 seconds > > for process to disappear after successful 'ovs-appctl exit' command. > > > > Same applies to some other events that tests are wait

Re: [ovs-dev] [PATCH] tests: Wait up to OVS_CTL_TIMEOUT seconds.

2019-11-06 Thread Aaron Conole
Ilya Maximets writes: > While running tests under valgrind, it could take more than 10 seconds > for process to disappear after successful 'ovs-appctl exit' command. > > Same applies to some other events that tests are waiting for with > OVS_WAIT macro. This makes tests to fail frequently under

[ovs-dev] [PATCH] tests: Wait up to OVS_CTL_TIMEOUT seconds.

2019-11-06 Thread Ilya Maximets
While running tests under valgrind, it could take more than 10 seconds for process to disappear after successful 'ovs-appctl exit' command. Same applies to some other events that tests are waiting for with OVS_WAIT macro. This makes tests to fail frequently under valgrind. Using OVS_CTL_TIMEOUT