Re: [vpp-dev] [csit-dev] make test python segfault in ubuntu 16.04

2017-09-11 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Dave, the tests are not run in parallel. For each testcase *class* a new vpp is started and all the tests which are members of that class are run against that vpp. Then the vpp is killed and another class is picked. We use a helper thread to "pump" stdout & stderr from vpp to the logger,

Re: [vpp-dev] [csit-dev] make test python segfault in ubuntu 16.04

2017-08-28 Thread Florin Coras (fcoras)
Florin Coras (fcoras)" <fco...@cisco.com>, "csit-...@lists.fd.io" <csit-...@lists.fd.io> Subject: Re: [csit-dev] make test python segfault in ubuntu 16.04 vpp-dev, Florin, Below is an analysis of the all of the failures that this patch encountered before finally passing. Non

Re: [vpp-dev] [csit-dev] make test python segfault in ubuntu 16.04

2017-08-25 Thread Dave Wallace
vpp-dev, Florin, Below is an analysis of the all of the failures that this patch encountered before finally passing. None of the failures were related in any way to the code changes in the patch. In summary, there appear to be a number of different factors involved with these failures. *