diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/200.out.1 | |
download | pcp-debian/3.9.10.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/200.out.1')
-rw-r--r-- | qa/200.out.1 | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/qa/200.out.1 b/qa/200.out.1 new file mode 100644 index 0000000..b041128 --- /dev/null +++ b/qa/200.out.1 @@ -0,0 +1,38 @@ +QA output created by 200 + +PMCD_RECONNECT_TIMEOUT="" +Waiting for pmcd to terminate ... +Starting pmcd ... +pmFetch failed: IPC protocol failure +pmReconnectContext: success +delay: 14-16 secs + +PMCD_RECONNECT_TIMEOUT="1,3,5" +Waiting for pmcd to terminate ... +Starting pmcd ... +pmFetch failed: IPC protocol failure +pmReconnectContext: success +delay: 6-10 secs + +PMCD_RECONNECT_TIMEOUT="2" +Waiting for pmcd to terminate ... +Starting pmcd ... +pmFetch failed: IPC protocol failure +pmReconnectContext: success +delay: 6-10 secs + +PMCD_RECONNECT_TIMEOUT="1-2" +Waiting for pmcd to terminate ... +Starting pmcd ... +pmFetch failed: IPC protocol failure +[DATE] recon(PID) Warning: pmReconnectContext: ignored bad PMCD_RECONNECT_TIMEOUT = '1-2' +pmReconnectContext: success +delay: 14-16 secs + +PMCD_RECONNECT_TIMEOUT="1,2,foo" +Waiting for pmcd to terminate ... +Starting pmcd ... +pmFetch failed: IPC protocol failure +[DATE] recon(PID) Warning: pmReconnectContext: ignored bad PMCD_RECONNECT_TIMEOUT = '1,2,foo' +pmReconnectContext: success +delay: 14-16 secs |