Bug 994967

Summary: [RFE] please implement hooks for proper evolution-data-server end
Product: Red Hat Enterprise Linux 7 Reporter: Tomas Pelka <tpelka>
Component: evolution-data-serverAssignee: Matthew Barnes <mbarnes>
Status: CLOSED NOTABUG QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.1CC: aruizrui, mcrha, vrutkovs
Target Milestone: rcKeywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: 994966 Environment:
Last Closed: 2013-08-08 13:59:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 977395, 994966    
Bug Blocks:    

Description Tomas Pelka 2013-08-08 10:16:33 UTC
+++ This bug was initially created as a clone of Bug #994966 +++

Description of problem:
Vadim met that issue duffing code coverage gathering. We need the way how to end evolution-data-server properly to get (gcov) code coverage results.

Version-Release number of selected component (if applicable):
evolution-data-server-2.32.3

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:
We can of course kill eds but we would never get gcov/kcov results.

Expected results:


Additional info:

Comment 1 Milan Crha 2013-08-08 13:59:51 UTC
As Matthew notified me of, the code is there (I didn't notice it). The only difference is that the 2.32.3 uses SIGQUIT, while 3.8.x+ uses SIGTERM.