[Gluster-infra] [Bug 1703433] New: gluster-block: setup GCOV & LCOV job
bugzilla at redhat.com
bugzilla at redhat.com
Fri Apr 26 12:08:59 UTC 2019
https://bugzilla.redhat.com/show_bug.cgi?id=1703433
Bug ID: 1703433
Summary: gluster-block: setup GCOV & LCOV job
Product: GlusterFS
Version: mainline
Status: NEW
Component: project-infrastructure
Assignee: bugs at gluster.org
Reporter: prasanna.kalever at redhat.com
CC: bugs at gluster.org, gluster-infra at gluster.org
Target Milestone: ---
Classification: Community
Description of problem:
### Kind of issue
Infra request:
Setup GCOV & LCOV job for gluster-block project which should run nightly or
weekly to help visualize test & line coverage achieved, which intern help us
understand:
* how often each line of code executes
* what lines of code are actually executed
* how much computing time each section of code uses
and work on possible optimizations.
### Other useful information
Repo:
https://github.com/gluster/gluster-block
To start with, we can build like we do with
[travis](https://github.com/gluster/gluster-block/blob/master/extras/docker/Dockerfile.fedora29)
Need to install run time dependencies:
# yum install glusterfs-server targetcli tcmu-runner
then start glusterd
# systemctl start glusterd
Then run simple test case
#
[./tests/basic.t](https://github.com/gluster/gluster-block/blob/master/tests/basic.t)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gluster-infra
mailing list