pcp
[Top] [All Lists]

pcp updates - mostly QA, a handful of code botch fixups

To: PCP <pcp@xxxxxxxxxxx>
Subject: pcp updates - mostly QA, a handful of code botch fixups
From: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun, 28 Dec 2014 18:24:49 +1100
Delivered-to: pcp@xxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
Changes committed to git://git.pcp.io/kenj/pcp dev

Ken McDonell (26):
      proc PMDA: fix off-by-one malloc error in hotproc_eval_procs()
proc PMDA: fix a second off-by-one malloc error in hotproc_eval_procs()
      libpcp_qmc: fix compilation warning in qmc_metric.cpp
      qa/761: deal with non-determinism for root PMDA
      qa/999: filter out permission warnings for papi PMDA
      tar packaging: tweak postinstall script
      qa/359: add filter for containers metrics when not available
      qa/359: small regex tweak for papi pattern
      qa/759: add notrun guard if unbound-control not installed
      root PMDA: fix string handling error in docker.c
qa/145: fix endian translation and expected output for non-secure platforms qa/023 & common.filter: more diags, dodge more init redirection chatter
      qa/023: move last diagnostic addition to a better place
      qa/769: when an init script is not installed, fake the output
      qa/admin/check-vm: better flagging of missing optional packages
      qa/admin/pcp-daily: small change in capturing the log
      qa/common.check: throw babble from systemctl away when not needed
qa/common.filter: dodge "redirecting" output for pcp stop case as well
      qa/common.rpm: increase delay in _rpm_package_install_await
      qa/828: another valgrind false report that needs to be suppressed
      qa/656: add notrun when valgrind not installed
libpcp/secureconnect.c: handle cases where SSL_ENABLE_DEFLATE not defined
      Makepkgs: die if build is doomed
      qa/admin/allow-pmlc-access: add some dirs to $PATH
      qa/admin/check-vm: tweak the package inventory
      Makepkgs: tweak last guard

 Makepkgs                          |   10 +++-
 build/tar/postinstall.tail        |    5 ++
 qa/023                            |    3 -
 qa/145                            |    2
 qa/145.out.nonsec                 |    2
 qa/359                            |   45 +++++++++---------
 qa/656                            |    4 +
 qa/759                            |    6 ++
 qa/761                            |   17 ++++++-
 qa/761.out                        |   60 ++++++++++++-------------
 qa/769                            |   11 ++++
 qa/828                            |   29 ++++++++++++
 qa/999                            |   11 ++--
 qa/admin/allow-pmlc-access        |   15 ++++++
qa/admin/check-vm | 91 ++++++++++++++++++--------------------
 qa/admin/pcp-daily                |    4 +
 qa/common.check                   |    2
 qa/common.filter                  |    4 +
 qa/common.rpm                     |    2
 src/libpcp/src/secureconnect.c    |   16 ++++++
 src/libpcp_qmc/src/qmc_metric.cpp |    4 -
 src/pmdas/linux_proc/proc_pid.c   |    4 -
 src/pmdas/root/docker.c           |    5 +-
 23 files changed, 233 insertions(+), 119 deletions(-)

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates - mostly QA, a handful of code botch fixups, Ken McDonell <=