| Newsgroups |
gmane.comp.sysutils.pcp |
| Message-ID |
<[email protected]> |
7 New Commits:
[pcp:master] By Ken McDonell <[email protected]>:
45b6477bae51 ( https://github.com/performancecopilot/pcp/commit/45b6477bae514021ec73aba1494918f27edd999b ) : qa: fix cleanup logic A number of tests were doing the $sudo rm -f $tmp.* too early, leaving files in /tmp. Exposed by recent systemd integration changes that may create $tmp.journal.pre and $tmp.journal.post files as part of a _service pcp restart ... the rm has to come _after_ the _service call.
Modified: qa/170 ( https://github.com/performancecopilot/pcp/blob/master/qa/170 )
Modified: qa/220 ( https://github.com/performancecopilot/pcp/blob/master/qa/220 )
Modified: qa/283 ( https://github.com/performancecopilot/pcp/blob/master/qa/283 )
Modified: qa/346 ( https://github.com/performancecopilot/pcp/blob/master/qa/346 )
Modified: qa/347 ( https://github.com/performancecopilot/pcp/blob/master/qa/347 )
Modified: qa/348 ( https://github.com/performancecopilot/pcp/blob/master/qa/348 )
Modified: qa/349 ( https://github.com/performancecopilot/pcp/blob/master/qa/349 )
Modified: qa/398 ( https://github.com/performancecopilot/pcp/blob/master/qa/398 )
Modified: qa/455 ( https://github.com/performancecopilot/pcp/blob/master/qa/455 )
Modified: qa/565 ( https://github.com/performancecopilot/pcp/blob/master/qa/565 )
Modified: qa/660 ( https://github.com/performancecopilot/pcp/blob/master/qa/660 )
Modified: qa/717 ( https://github.com/performancecopilot/pcp/blob/master/qa/717 )
Modified: qa/948 ( https://github.com/performancecopilot/pcp/blob/master/qa/948 )
Modified: qa/983 ( https://github.com/performancecopilot/pcp/blob/master/qa/983 )
[pcp:master] By Ken McDonell <[email protected]>:
42be8d4d3886 ( https://github.com/performancecopilot/pcp/commit/42be8d4d38869266f91c21a161cfc41081fb66e8 ) : qa/common.check: add sudo special source for journalctl et al
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/master/qa/common.check )
[pcp:master] By Ken McDonell <[email protected]>:
260448149b41 ( https://github.com/performancecopilot/pcp/commit/260448149b414fd255bc7feb3926219234edd4c8 ) : Merge branch 'master' of git://git.pcp.io/pcp
Added: qa/linux/meminfo-root-003.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/meminfo-root-003.tgz )
Modified: qa/1079.out ( https://github.com/performancecopilot/pcp/blob/master/qa/1079.out )
Modified: qa/821.out ( https://github.com/performancecopilot/pcp/blob/master/qa/821.out )
Modified: src/pcp/atop/ifprop.c ( https://github.com/performancecopilot/pcp/blob/master/src/pcp/atop/ifprop.c )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/mk.rewrite )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/root_linux ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/root_linux )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_proc/pmda.c )
[pcp:master] By Ken McDonell <[email protected]>:
54282783968a ( https://github.com/performancecopilot/pcp/commit/54282783968a6d176cb393be591ce942324d8bce ) : qa/common.check: fix cut-n-paste error in journalctl use When systemd is in play, this was (recently) broken for _service foo for any foo other than "pcp" or "pmcd".
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/master/qa/common.check )
[pcp:master] By Ken McDonell <[email protected]>:
ac930543cd50 ( https://github.com/performancecopilot/pcp/commit/ac930543cd50d9300ee5c78c3242afc70cfb0286 ) : qa/common.check: add more diagnostics when _wait_for_pmcd fails
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/master/qa/common.check )
[pcp:master] By Ken McDonell <[email protected]>:
863be4dbf084 ( https://github.com/performancecopilot/pcp/commit/863be4dbf084b127ed4686b3b77946ea0ae16353 ) : qa/832: disable pmcd autorestart during this test
Modified: qa/832 ( https://github.com/performancecopilot/pcp/blob/master/qa/832 )
[pcp:master] By Ken McDonell <[email protected]>:
9ee740bd7d10 ( https://github.com/performancecopilot/pcp/commit/9ee740bd7d103236ab88e20e6befabb9986d16c6 ) : qa: rename auto restart helper routines As Nathan pointed out, on some platforms daemon/service auto restarting may be handled by something other than systemd, so make these name changes: _stop_systemd_restart() -> _stop_auto_restart() _restore_systemd_restart() -> _restore_auto_restart()
Modified: qa/025 ( https://github.com/performancecopilot/pcp/blob/master/qa/025 )
Modified: qa/032 ( https://github.com/performancecopilot/pcp/blob/master/qa/032 )
Modified: qa/041 ( https://github.com/performancecopilot/pcp/blob/master/qa/041 )
Modified: qa/051 ( https://github.com/performancecopilot/pcp/blob/master/qa/051 )
Modified: qa/066 ( https://github.com/performancecopilot/pcp/blob/master/qa/066 )
Modified: qa/067 ( https://github.com/performancecopilot/pcp/blob/master/qa/067 )
Modified: qa/068 ( https://github.com/performancecopilot/pcp/blob/master/qa/068 )
Modified: qa/069 ( https://github.com/performancecopilot/pcp/blob/master/qa/069 )
Modified: qa/083 ( https://github.com/performancecopilot/pcp/blob/master/qa/083 )
Modified: qa/102 ( https://github.com/performancecopilot/pcp/blob/master/qa/102 )
Modified: qa/1034 ( https://github.com/performancecopilot/pcp/blob/master/qa/1034 )
Modified: qa/1041 ( https://github.com/performancecopilot/pcp/blob/master/qa/1041 )
Modified: qa/1053 ( https://github.com/performancecopilot/pcp/blob/master/qa/1053 )
Modified: qa/1058 ( https://github.com/performancecopilot/pcp/blob/master/qa/1058 )
Modified: qa/119 ( https://github.com/performancecopilot/pcp/blob/master/qa/119 )
Modified: qa/169 ( https://github.com/performancecopilot/pcp/blob/master/qa/169 )
Modified: qa/170 ( https://github.com/performancecopilot/pcp/blob/master/qa/170 )
Modified: qa/172 ( https://github.com/performancecopilot/pcp/blob/master/qa/172 )
Modified: qa/193 ( https://github.com/performancecopilot/pcp/blob/master/qa/193 )
Modified: qa/200 ( https://github.com/performancecopilot/pcp/blob/master/qa/200 )
Modified: qa/220 ( https://github.com/performancecopilot/pcp/blob/master/qa/220 )
Modified: qa/224 ( https://github.com/performancecopilot/pcp/blob/master/qa/224 )
Modified: qa/241 ( https://github.com/performancecopilot/pcp/blob/master/qa/241 )
Modified: qa/243 ( https://github.com/performancecopilot/pcp/blob/master/qa/243 )
Modified: qa/244 ( https://github.com/performancecopilot/pcp/blob/master/qa/244 )
Modified: qa/254 ( https://github.com/performancecopilot/pcp/blob/master/qa/254 )
Modified: qa/255 ( https://github.com/performancecopilot/pcp/blob/master/qa/255 )
Modified: qa/258 ( https://github.com/performancecopilot/pcp/blob/master/qa/258 )
Modified: qa/273 ( https://github.com/performancecopilot/pcp/blob/master/qa/273 )
Modified: qa/279 ( https://github.com/performancecopilot/pcp/blob/master/qa/279 )
Modified: qa/280 ( https://github.com/performancecopilot/pcp/blob/master/qa/280 )
Modified: qa/462 ( https://github.com/performancecopilot/pcp/blob/master/qa/462 )
Modified: qa/647 ( https://github.com/performancecopilot/pcp/blob/master/qa/647 )
Modified: qa/648 ( https://github.com/performancecopilot/pcp/blob/master/qa/648 )
Modified: qa/649 ( https://github.com/performancecopilot/pcp/blob/master/qa/649 )
Modified: qa/657 ( https://github.com/performancecopilot/pcp/blob/master/qa/657 )
Modified: qa/704 ( https://github.com/performancecopilot/pcp/blob/master/qa/704 )
Modified: qa/717 ( https://github.com/performancecopilot/pcp/blob/master/qa/717 )
Modified: qa/755 ( https://github.com/performancecopilot/pcp/blob/master/qa/755 )
Modified: qa/757 ( https://github.com/performancecopilot/pcp/blob/master/qa/757 )
Modified: qa/759 ( https://github.com/performancecopilot/pcp/blob/master/qa/759 )
Modified: qa/760 ( https://github.com/performancecopilot/pcp/blob/master/qa/760 )
Modified: qa/778 ( https://github.com/performancecopilot/pcp/blob/master/qa/778 )
Modified: qa/788 ( https://github.com/performancecopilot/pcp/blob/master/qa/788 )
Modified: qa/796 ( https://github.com/performancecopilot/pcp/blob/master/qa/796 )
Modified: qa/799 ( https://github.com/performancecopilot/pcp/blob/master/qa/799 )
Modified: qa/805 ( https://github.com/performancecopilot/pcp/blob/master/qa/805 )
Modified: qa/819 ( https://github.com/performancecopilot/pcp/blob/master/qa/819 )
Modified: qa/825 ( https://github.com/performancecopilot/pcp/blob/master/qa/825 )
Modified: qa/832 ( https://github.com/performancecopilot/pcp/blob/master/qa/832 )
Modified: qa/835 ( https://github.com/performancecopilot/pcp/blob/master/qa/835 )
Modified: qa/845 ( https://github.com/performancecopilot/pcp/blob/master/qa/845 )
Modified: qa/855 ( https://github.com/performancecopilot/pcp/blob/master/qa/855 )
Modified: qa/878 ( https://github.com/performancecopilot/pcp/blob/master/qa/878 )
Modified: qa/903 ( https://github.com/performancecopilot/pcp/blob/master/qa/903 )
Modified: qa/960 ( https://github.com/performancecopilot/pcp/blob/master/qa/960 )
Modified: qa/964 ( https://github.com/performancecopilot/pcp/blob/master/qa/964 )
Modified: qa/973 ( https://github.com/performancecopilot/pcp/blob/master/qa/973 )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/master/qa/common.check )