[Pkg-nagios-changes] [pkg-mod-gearman] 34/48: updated changelog
Stig Sandbeck Mathisen
ssm at debian.org
Sun Nov 24 22:38:11 UTC 2013
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository pkg-mod-gearman.
commit c4dbd5d399edd8e9e9f0efe8a6188f4e2811725d
Author: Sven Nierlein <Sven.Nierlein at consol.de>
Date: Fri Nov 1 19:53:19 2013 +0100
updated changelog
---
Changes | 2 +-
t/02-full.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Changes b/Changes
index d15044e..a2f3e6f 100644
--- a/Changes
+++ b/Changes
@@ -2,7 +2,7 @@ This file documents the revision history for mod_gearman.
next:
- fixed send_gearman to send duplicate result to normal server (Brian Christiansen)
- - improved dead worker detection
+ - ensure worker are running and doing jobs after reload/sighup
1.4.10 Mon Aug 5 11:38:53 CEST 2013
- fixed segfault on empty arguments (Michael Friedrich)
diff --git a/t/02-full.c b/t/02-full.c
index 6b3e814..2a0e4e9 100644
--- a/t/02-full.c
+++ b/t/02-full.c
@@ -344,7 +344,7 @@ void check_no_worker_running(char* worker_logfile) {
// ensure no worker are running anymore
char *username=getenv("USER");
- snprintf(cmd, 150, "ps -efl | grep -v grep | grep '%s' | grep mod_gearman_worker", username);
+ snprintf(cmd, 150, "ps -efl 2>/dev/null | grep -v grep | grep '%s' | grep mod_gearman_worker", username);
rrc = real_exit_code(run_check(cmd, &result, &error));
ok(rrc == 1, "no worker running anymore");
like(result, "^\\s*$", "ps output should be empty");
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-mod-gearman
More information about the Pkg-nagios-changes
mailing list