pcp updates: qa and systemd, pmda_ulong() fix, qa
"Ken McDonell" <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
Changes committed to git://git.pcp.io/kenj/pcp master
Ken McDonell (4):
qa/systemd: removed
qa/common.check: use systemctl daemon-reload if possible
src/perl/PMDA/PMDA.xs: type returned by pmda_ulong was wrong
qa/798: make conditional .out depending on pmda_ulong() type
qa/.gitignore | 1
qa/798 | 8
qa/798.out.32 | 427 +++++++++++++++++++++++++++++++++++++++++
qa/798.out.64 | 427 +++++++++++++++++++++++++++++++++++++++++
qa/GNUmakefile | 2
qa/GNUmakefile.install | 2
qa/common.check | 14 +
qa/systemd/GNUmakefile | 23 --
qa/systemd/GNUmakefile.install | 1
qa/systemd/pmcd.conf | 2
qa/systemd/pmmgr.conf | 2
qa/systemd/pmproxy.conf | 2
qa/systemd/pmwebd.conf | 2
src/perl/PMDA/PMDA.xs | 2
14 files changed, 878 insertions(+), 37 deletions(-)
Details ...
commit 3b6eb7ffee71b3f604219bf29b6f1ce235aebf79
Author: Ken McDonell <[email protected]>
Date: Sun Nov 20 07:26:52 2016 +1100
qa/798: make conditional .out depending on pmda_ulong() type
Needs related fix for pmda_ulong() in the PCP::PMDA perl module.
commit 67ff83a76d21d7f20baaea1a61650fa83f184d3a
Author: Ken McDonell <[email protected]>
Date: Sun Nov 20 07:18:04 2016 +1100
src/perl/PMDA/PMDA.xs: type returned by pmda_ulong was wrong
In what I suspect is a cut-n-paste error, pmda_ulong() was returning
PM_TYPE_32 or PM_TYPE_64 instead of PM_TYPE_U32 or PM_TYPE_U64.
commit 77a15bee13432776d7820bb2c8e06929e0baa68c
Author: Ken McDonell <[email protected]>
Date: Sat Nov 19 11:20:06 2016 +1100
qa/common.check: use systemctl daemon-reload if possible
commit a8b1e061e42145ebc10bb80ef416ca96a6c0d802
Author: Ken McDonell <[email protected]>
Date: Sat Nov 19 07:36:08 2016 +1100
qa/systemd: removed
We believe this is replaced by the more targeted and more generally
applicable logic of the methods _stop_systemd_restart() and
_restore_systemd_restart() in qa/common.check and the associated
use of these in the tests that do NOT require PCP daemons to be
restarted by systemd.
-=-=-=-=-=-=-=-=-=-=-=-
pcp mailing list
[email protected]
https://groups.io/g/pcp/messages
-=-=-
Groups.io Links:
You receive all messages sent to this group.
View/Reply Online (#14746): https://groups.io/g/pcp/message/14746
View All Messages In Topic (1): https://groups.io/g/pcp/topic/3153853
Mute This Topic: https://groups.io/mt/3153853?uid=174580
New Topic: https://groups.io/g/pcp/post
Change Your Subscription: https://groups.io/g/pcp/editsub?uid=174580
Group Home: https://groups.io/g/pcp
Contact Group Owner: [email protected]
Terms of Service: https://groups.io/static/tos
Unsubscribe: https://groups.io/g/pcp/leave/354243/563757577/xyzzy
-=-=-=-=-=-=-=-=-=-=-=-