Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-07-10 Thread David Marchand
On Tue, Jul 9, 2019 at 5:50 PM Michael Santana Francisco < msant...@redhat.com> wrote: > On 7/1/19 2:07 PM, Michael Santana Francisco wrote: > >> > >> > >> On Mon, Jul 1, 2019 at 6:04 PM Aaron Conole wrote: > > - rwlock_autotest and hash_readwrite_lf_autotest are taking a little > more >

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-07-09 Thread Michael Santana Francisco
On 7/1/19 2:07 PM, Michael Santana Francisco wrote: On Mon, Jul 1, 2019 at 6:04 PM Aaron Conole wrote: - rwlock_autotest and hash_readwrite_lf_autotest are taking a little more than 10s, Occasionally the distributor test times out as well. I've moved them as part of a separate patch, tha

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-07-01 Thread Michael Santana Francisco
> > > > On Mon, Jul 1, 2019 at 6:04 PM Aaron Conole wrote: >> >> >> - rwlock_autotest and hash_readwrite_lf_autotest are taking a little more >> >> than 10s, >> >> Occasionally the distributor test times out as well. I've moved them as >> part of a separate patch, that I'll post along with a bi

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-07-01 Thread David Marchand
On Mon, Jul 1, 2019 at 6:04 PM Aaron Conole wrote: > >> - rwlock_autotest and hash_readwrite_lf_autotest are taking a little > more > >> than 10s, > > Occasionally the distributor test times out as well. I've moved them as > part of a separate patch, that I'll post along with a bigger series t

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-07-01 Thread Thomas Monjalon
01/07/2019 18:04, Aaron Conole: > Michael and I are leaning toward > introducing a new variable called RUN_TESTS which will do the docs and > unit testing since those combined would add quite a bit to the execution > time of each job (and feel free to bike shed the name, since the patches > aren't

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-07-01 Thread Aaron Conole
Thomas Monjalon writes: > 15/06/2019 08:42, David Marchand: >> This is a joint effort to make the unit tests ready for CI. > > Applied, thanks > > Remaining work below from your list: > [...] >> - the tests on --file-prefix are still ko, and have been isolated in a >> test that we could disable

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-06-27 Thread Thomas Monjalon
15/06/2019 08:42, David Marchand: > This is a joint effort to make the unit tests ready for CI. Applied, thanks Remaining work below from your list: [...] > - the tests on --file-prefix are still ko, and have been isolated in a > test that we could disable while waiting for the fixes, > - rwloc

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-06-17 Thread David Marchand
On Mon, Jun 17, 2019 at 1:57 PM Bruce Richardson wrote: > On Mon, Jun 17, 2019 at 01:41:21PM +0200, David Marchand wrote: > >On Mon, Jun 17, 2019 at 1:18 PM Bruce Richardson > ><[1]bruce.richard...@intel.com> wrote: > > > > On Mon, Jun 17, 2019 at 12:46:03PM +0200, David Marchand wro

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-06-17 Thread Bruce Richardson
On Mon, Jun 17, 2019 at 01:41:21PM +0200, David Marchand wrote: >On Mon, Jun 17, 2019 at 1:18 PM Bruce Richardson ><[1]bruce.richard...@intel.com> wrote: > > On Mon, Jun 17, 2019 at 12:46:03PM +0200, David Marchand wrote: > >On Mon, Jun 17, 2019 at 12:02 PM Bruce Richardson >

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-06-17 Thread David Marchand
On Mon, Jun 17, 2019 at 1:18 PM Bruce Richardson wrote: > On Mon, Jun 17, 2019 at 12:46:03PM +0200, David Marchand wrote: > >On Mon, Jun 17, 2019 at 12:02 PM Bruce Richardson > ><[1]bruce.richard...@intel.com> wrote: > > > > On Sat, Jun 15, 2019 at 08:42:15AM +0200, David Marchand wr

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-06-17 Thread Bruce Richardson
On Mon, Jun 17, 2019 at 12:46:03PM +0200, David Marchand wrote: >On Mon, Jun 17, 2019 at 12:02 PM Bruce Richardson ><[1]bruce.richard...@intel.com> wrote: > > On Sat, Jun 15, 2019 at 08:42:15AM +0200, David Marchand wrote: > > This is a joint effort to make the unit tests ready f

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-06-17 Thread David Marchand
On Mon, Jun 17, 2019 at 12:02 PM Bruce Richardson < bruce.richard...@intel.com> wrote: > On Sat, Jun 15, 2019 at 08:42:15AM +0200, David Marchand wrote: > > This is a joint effort to make the unit tests ready for CI. > > The first patches are fixes that I had accumulated. > > Then the second part

Re: [dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-06-17 Thread Bruce Richardson
On Sat, Jun 15, 2019 at 08:42:15AM +0200, David Marchand wrote: > This is a joint effort to make the unit tests ready for CI. > The first patches are fixes that I had accumulated. > Then the second part of the series focuses on skipping tests when some > requirements are not fulfilled so that we ca

[dpdk-dev] [PATCH v2 00/15] Unit tests fixes for CI

2019-06-14 Thread David Marchand
This is a joint effort to make the unit tests ready for CI. The first patches are fixes that I had accumulated. Then the second part of the series focuses on skipping tests when some requirements are not fulfilled so that we can start them in a restrained environment like Travis virtual machines th