Changes committed to git://git.pcp.io/nathans/pcp.git master
Nathan Scott (2):
qa: automated testing for per-context container switching
qa: make pmval set whoami info (like pmevent) for testing
qa/793 | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++
qa/793.out | 23 +++++++++++++++++
qa/common.docker | 7 +++++
qa/group | 1
qa/src/storepmcd.c | 4 +--
src/libpcp/src/util.c | 2 -
src/pmval/pmval.c | 3 ++
7 files changed, 103 insertions(+), 3 deletions(-)
commit e3f1e79bc9dfc977b9c1aaf0780f5f4fa81f8bba
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 16 16:22:22 2015 +1100
qa: make pmval set whoami info (like pmevent) for testing
Valgrind picked up a potentially uninitialised memory in the
result PDU when sending client ID (libpcp wrapper API), so we
may as well add this call here (like pmevent) as its expanded
the libpcp testing coverage as a result.
commit 3216b061c286b5868ace0b850f85d79ce95a28b8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Oct 16 16:17:32 2015 +1100
qa: automated testing for per-context container switching
|