Bug 1703433 - gluster-block: setup GCOV & LCOV job
Summary: gluster-block: setup GCOV & LCOV job
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: project-infrastructure
Version: mainline
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Deepshikha khandelwal
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-04-26 12:08 UTC by Prasanna Kumar Kalever
Modified: 2019-07-02 03:38 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-07-02 03:38:36 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Prasanna Kumar Kalever 2019-04-26 12:08:59 UTC
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)


Note You need to log in before you can comment on or make changes to this bug.