Merge lp:~ted/dbus-test-runner/lp1260779 into lp:dbus-test-runner/14.04

Proposed by Ted Gould
Status: Merged
Approved by: Charles Kerr
Approved revision: 71
Merged at revision: 71
Proposed branch: lp:~ted/dbus-test-runner/lp1260779
Merge into: lp:dbus-test-runner/14.04
Diff against target: 11 lines (+1/-0)
1 file modified
libdbustest/process.c (+1/-0)
To merge this branch: bzr merge lp:~ted/dbus-test-runner/lp1260779
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+198987@code.launchpad.net

Commit message

Make sure to not clear the watcher if it fired

Description of the change

Sometimes processes die. We can not morn their death unnecssiarily, but we must be aware and handle the problems of their death reponsibly.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) wrote :

Epic.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libdbustest/process.c'
2--- libdbustest/process.c 2013-11-18 18:34:08 +0000
3+++ libdbustest/process.c 2013-12-13 19:00:01 +0000
4@@ -253,6 +253,7 @@
5
6 process->priv->complete = TRUE;
7 process->priv->status = status;
8+ process->priv->watcher = 0;
9
10 if (status) {
11 message = g_strdup_printf("Exited with status %d", status);

Subscribers

People subscribed via source and target branches