Updates to Github #github
Pcp Integration <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
15 New Commits: [pcp:master] By Ken McDonell <[email protected]>: fd7e213eec9b ( https://github.com/performancecopilot/pcp/commit/fd7e213eec9b8107769ca5265826d0a525ff72ed ) : qa/905 (new): start testing with PCP 2.7.8 Wind back the clock almost 8 years and make sure PCP protocols for interoperability comtinue to work. Added: qa/905 ( https://github.com/performancecopilot/pcp/blob/master/qa/905 ) Added: qa/905.out ( https://github.com/performancecopilot/pcp/blob/master/qa/905.out ) Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master/qa/group ) Modified: qa/qa_hosts.master ( https://github.com/performancecopilot/pcp/blob/master/qa/qa_hosts.master ) [pcp:master] By Ken McDonell <[email protected]>: f3a849754a9b ( https://github.com/performancecopilot/pcp/commit/f3a849754a9b543de068a346fa1143d0efc92a08 ) : configure and platform* headers: cleanup We _really_ don't need platform32.h and platform64.h and platformsz.h as everything from there can be done in the configure-magic applied to platform_defs.h Added FMT_UINT64 to go with FMT_INT64 for platform-specific printf formating of 64-bit ints. Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure ) Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac ) Modified: src/include/pcp/platform32.h ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform32.h ) Modified: src/include/pcp/platform64.h ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform64.h ) Modified: src/include/pcp/platform_defs.h.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform_defs.h.in ) Modified: src/include/pcp/platformsz.h.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platformsz.h.in ) [pcp:master] By Ken McDonell <[email protected]>: 9ecbb6fb6ca4 ( https://github.com/performancecopilot/pcp/commit/9ecbb6fb6ca4fc5273049f2ffed411c6af902f17 ) : qa/src/json_test.c: fix complier warnings Problem was with 64-bit printf format specifiers on 32-bit platforms ... use the FMT_INT64 and FMT_UINT64 macros. Modified: qa/src/json_test.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/json_test.c ) [pcp:master] By Ken McDonell <[email protected]>: 26a3de3e4ef4 ( https://github.com/performancecopilot/pcp/commit/26a3de3e4ef4ab2072da548e2d1547f8acef4607 ) : qa/src/pducheck.c: add -v for remote pcp version If pdu-server is running on a remote system, with a different version of pcp installed, then pmducheck needs to know that some PDU types may not be supported. Also change some of the compile-time conditionals to be compile-time _and_ run-time conditionals. Modified: qa/src/pducheck.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/pducheck.c ) [pcp:master] By Ken McDonell <[email protected]>: dde30c1b8d02 ( https://github.com/performancecopilot/pcp/commit/dde30c1b8d02ecba6ffa91179ef373bd18af0035 ) : Merge branch 'master' into apres-release Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/master/CHANGELOG ) Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/fedora.spec ) Modified: src/perl/MMV/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/perl/MMV/GNUmakefile ) [pcp:master] By Ken McDonell <[email protected]>: ebed5eb79b14 ( https://github.com/performancecopilot/pcp/commit/ebed5eb79b14dac5b1e0d508b433bf31798c5fcd ) : Merge branch 'apres-release' Added: qa/905 ( https://github.com/performancecopilot/pcp/blob/master/qa/905 ) Added: qa/905.out ( https://github.com/performancecopilot/pcp/blob/master/qa/905.out ) Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure ) Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac ) Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master/qa/group ) Modified: qa/qa_hosts.master ( https://github.com/performancecopilot/pcp/blob/master/qa/qa_hosts.master ) Modified: qa/src/json_test.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/json_test.c ) Modified: qa/src/pducheck.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/pducheck.c ) Modified: src/include/pcp/platform32.h ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform32.h ) Modified: src/include/pcp/platform64.h ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform64.h ) Modified: src/include/pcp/platform_defs.h.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform_defs.h.in ) Modified: src/include/pcp/platformsz.h.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platformsz.h.in ) [pcp:master] By Ken McDonell <[email protected]>: 3d9d3a5f5da0 ( https://github.com/performancecopilot/pcp/commit/3d9d3a5f5da09a64575f8af9c7c90845e59a004b ) : qa/895: remove hotproc metrics as well and filter out pduread diagnostic Just to be sure, to be sure, the hotproc metrics are dropped like the proc metrics ... these are not needed for the integrity of this test. While the test is trying to force a SIGINT to pmlogger while it is waiting for a PDU response from pmcd, we cannot guarantee this will happen. On a small percentage of test platforms the SIGINT sometimes arrives when pmlogger is not calling pduread(), and so the diagnostic is not generated ... simplest to filter the diagnostic from the .out file ... it remains in the .full file if required for triage. Modified: qa/895 ( https://github.com/performancecopilot/pcp/blob/master/qa/895 ) Modified: qa/895.out ( https://github.com/performancecopilot/pcp/blob/master/qa/895.out ) [pcp:master] By Mark Goodwin <[email protected]>: ef22a29f3c88 ( https://github.com/performancecopilot/pcp/commit/ef22a29f3c88c8bd2c253b71342fc161668a0799 ) : pmrep: use pmGetConfig for PCP config settings Use the @static pmapi.pmContext.pmGetConfig() method rather than relying on the environment directly. Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/pmrep.py ) [pcp:master] By Ken McDonell <[email protected]>: 0e9c326a81d9 ( https://github.com/performancecopilot/pcp/commit/0e9c326a81d9dc5e7e54ad15b06e93c2bbd8bb95 ) : qa/admin/pcp-daily: changes for older PCP version vm35 running PCP 2.7.8 has some special needs. Modified: qa/admin/pcp-daily ( https://github.com/performancecopilot/pcp/blob/master/qa/admin/pcp-daily ) [pcp:master] By Ken McDonell <[email protected]>: 2f83cf4d7a3f ( https://github.com/performancecopilot/pcp/commit/2f83cf4d7a3fc9a78421893ac3150c611215c740 ) : qa/admin/pcp-qa-summary: minor tweaking, nothing to see here Modified: qa/admin/pcp-qa-summary ( https://github.com/performancecopilot/pcp/blob/master/qa/admin/pcp-qa-summary ) [pcp:master] By Ken McDonell <[email protected]>: 5d7663c627c2 ( https://github.com/performancecopilot/pcp/commit/5d7663c627c2258c0f288c3e6d865ab7836845df ) : Merge branch 'master' of git://git.pcp.io/pcp Added: qa/src/qa_msgctl_stat.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/qa_msgctl_stat.c ) Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/master/CHANGELOG ) Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/master/VERSION.pcp ) Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/fedora.spec ) Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/master/debian/changelog ) Modified: qa/888 ( https://github.com/performancecopilot/pcp/blob/master/qa/888 ) Modified: qa/888.out ( https://github.com/performancecopilot/pcp/blob/master/qa/888.out ) Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/master/qa/src/GNUlocaldefs ) Modified: qa/src/qa_shmctl_stat.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/qa_shmctl_stat.c ) Modified: src/pmdas/linux/clusters.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/clusters.h ) Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help ) Modified: src/pmdas/linux/indom.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/indom.h ) Modified: src/pmdas/linux/ipc.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ipc.c ) Modified: src/pmdas/linux/ipc.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ipc.h ) 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 ) [pcp:master] By Mark Goodwin <[email protected]>: 941fcb7f041f ( https://github.com/performancecopilot/pcp/commit/941fcb7f041f939ec397da83de23d8b5bad3dad8 ) : Merge branch 'master' of git://git.pcp.io/pcp Modified: qa/003 ( https://github.com/performancecopilot/pcp/blob/master/qa/003 ) [pcp:master] By Ken McDonell <[email protected]>: 322f38519537 ( https://github.com/performancecopilot/pcp/commit/322f3851953791d026f9d8b4e53ca25b0264a9c0 ) : Merge branch 'master' of git://git.pcp.io/pcp Modified: qa/003 ( https://github.com/performancecopilot/pcp/blob/master/qa/003 ) [pcp:master] By Frank Ch. Eigler <[email protected]>: 9cc2ea1c5d9a ( https://github.com/performancecopilot/pcp/commit/9cc2ea1c5d9af20b7e3f767cf8e9eeedc9acf44c ) : src/python/pmapi.c: bump ref count for pyrarg Fixes (for me) SEGV in qa/1069 and qa/1072. Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/master/src/python/pmapi.c ) [pcp:master] By Mark Goodwin <[email protected]>: 3abe1d763c7f ( https://github.com/performancecopilot/pcp/commit/3abe1d763c7fbcd6c15a88382b6be3deb8e6cfb6 ) : Merge branch 'master' of git://git.pcp.io/kenj/pcp into kenj_merge Added: qa/905 ( https://github.com/performancecopilot/pcp/blob/master/qa/905 ) Added: qa/905.out ( https://github.com/performancecopilot/pcp/blob/master/qa/905.out ) Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure ) Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac ) Modified: qa/895 ( https://github.com/performancecopilot/pcp/blob/master/qa/895 ) Modified: qa/895.out ( https://github.com/performancecopilot/pcp/blob/master/qa/895.out ) Modified: qa/admin/pcp-daily ( https://github.com/performancecopilot/pcp/blob/master/qa/admin/pcp-daily ) Modified: qa/admin/pcp-qa-summary ( https://github.com/performancecopilot/pcp/blob/master/qa/admin/pcp-qa-summary ) Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master/qa/group ) Modified: qa/qa_hosts.master ( https://github.com/performancecopilot/pcp/blob/master/qa/qa_hosts.master ) Modified: qa/src/json_test.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/json_test.c ) Modified: qa/src/pducheck.c ( https://github.com/performancecopilot/pcp/blob/master/qa/src/pducheck.c ) Modified: src/include/pcp/platform32.h ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform32.h ) Modified: src/include/pcp/platform64.h ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform64.h ) Modified: src/include/pcp/platform_defs.h.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platform_defs.h.in ) Modified: src/include/pcp/platformsz.h.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/platformsz.h.in ) Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/master/src/python/pmapi.c ) --- [pcp] New branch kenj_merge ( https://github.com/performancecopilot/pcp/tree/kenj_merge ) was created by goodwinos.