Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-10-06 Thread milanisko k
čt 6. 10. 2016 v 16:41 odesílatel Andrea Frittoli napsal: > The difficulty with integration testing is that the services under test > run in processes separated from the test one(s). > > There is not obvious / existing mechanism to collect coverage data in this > case.

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-10-06 Thread Andrea Frittoli
The difficulty with integration testing is that the services under test run in processes separated from the test one(s). There is not obvious / existing mechanism to collect coverage data in this case. Several cycles back used to be a backdoor built into nova to enable coverage data collection

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-09-29 Thread Assaf Muller
On Thu, Sep 29, 2016 at 5:27 AM, milanisko k wrote: > > > út 27. 9. 2016 v 20:12 odesílatel Assaf Muller napsal: > >> On Tue, Sep 27, 2016 at 2:05 PM, Assaf Muller wrote: >> >>> >>> >>> On Tue, Sep 27, 2016 at 12:18 PM, Timur Nurlygayanov

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-09-29 Thread milanisko k
út 27. 9. 2016 v 20:12 odesílatel Assaf Muller napsal: > On Tue, Sep 27, 2016 at 2:05 PM, Assaf Muller wrote: > >> >> >> On Tue, Sep 27, 2016 at 12:18 PM, Timur Nurlygayanov < >> tnurlygaya...@mirantis.com> wrote: >> >>> Hi milan, >>> >>> we have measured the

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-09-29 Thread milanisko k
út 27. 9. 2016 v 18:21 odesílatel Timur Nurlygayanov < tnurlygaya...@mirantis.com> napsal: > Hi milan, > > we have measured the test coverage for OpenStack components with > coverage.py tool [1]. It is very easy tool and it allows measure the > coverage by lines of code and etc. (several metrics

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-09-27 Thread Assaf Muller
On Tue, Sep 27, 2016 at 2:05 PM, Assaf Muller wrote: > > > On Tue, Sep 27, 2016 at 12:18 PM, Timur Nurlygayanov < > tnurlygaya...@mirantis.com> wrote: > >> Hi milan, >> >> we have measured the test coverage for OpenStack components with >> coverage.py tool [1]. It is very easy

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-09-27 Thread Assaf Muller
On Tue, Sep 27, 2016 at 12:18 PM, Timur Nurlygayanov < tnurlygaya...@mirantis.com> wrote: > Hi milan, > > we have measured the test coverage for OpenStack components with > coverage.py tool [1]. It is very easy tool and it allows measure the > coverage by lines of code and etc. (several metrics

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-09-27 Thread Timur Nurlygayanov
Hi milan, we have measured the test coverage for OpenStack components with coverage.py tool [1]. It is very easy tool and it allows measure the coverage by lines of code and etc. (several metrics are available). [1] https://coverage.readthedocs.io/en/coverage-4.2/ On Tue, Sep 27, 2016 at 1:06

Re: [openstack-dev] [QA][infra][all] Measuring code coverage in integration tests

2016-09-27 Thread Jordan Pittier
Hi, On Tue, Sep 27, 2016 at 11:43 AM, milanisko k wrote: > Dear Stackers, > I'd like to gather some overview on the $Sub: is there some infrastructure > in place to gather such stats? Are there any groups interested in it? Any > plans to establish such infrastructure? > I am