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/285.out | |
download | pcp-47e6e7c84f008a53061e661f31ae96629bc694ef.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/285.out')
-rw-r--r-- | qa/285.out | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/qa/285.out b/qa/285.out new file mode 100644 index 0000000..5a99c31 --- /dev/null +++ b/qa/285.out @@ -0,0 +1,41 @@ +QA output created by 285 +=== dso and daemon handle indom ops the same way? === + +dbpmda> open dso SAMPLEDSO sample_init 30 +dbpmda> instance 30.1 +pmInDom: 30.1 +[ 0] inst: 0 name: "red" +[ 1] inst: 1 name: "green" +[ 2] inst: 2 name: "blue" +dbpmda> instance 30.1 0 +pmInDom: 30.1 +[ 0] name: "red" +dbpmda> instance 30.1 "red" +pmInDom: 30.1 +[ 0] inst: 0 + +dbpmda> open pipe $PCP_PMDAS_DIR/sample/pmdasample -d 30 +Start pmdasample PMDA: $PCP_PMDAS_DIR/sample/pmdasample -d 30 +dbpmda> instance 30.1 +pmInDom: 30.1 +[ 0] inst: 0 name: "red" +[ 1] inst: 1 name: "green" +[ 2] inst: 2 name: "blue" +dbpmda> instance 30.1 0 +pmInDom: 30.1 +[ 0] name: "red" +dbpmda> instance 30.1 "red" +pmInDom: 30.1 +[ 0] inst: 0 + +Differences ... expect none after the "open" processing +1c1,2 +< dbpmda> open dso SAMPLEDSO sample_init 30 +--- +> dbpmda> open pipe $PCP_PMDAS_DIR/sample/pmdasample -d 30 +> Start pmdasample PMDA: $PCP_PMDAS_DIR/sample/pmdasample -d 30 + +=== IPC-PDU version botch for second PMDA? === +dbpmda> open dso SAMPLEDSO sample_init 30 +dbpmda> open pipe $PCP_PMDAS_DIR/sample/pmdasample -d 29 +Start pmdasample PMDA: $PCP_PMDAS_DIR/sample/pmdasample -d 29 |