I've started playing with the QA tests, running them against PCP-2.9.0
So far I've managed to get through nearly the first 150 tests, fixing a
few things along the way.
The thing I started hitting in the 100's was that the hours on the
archives are coming out incorrectly (or the archives are wrong, or the
144.out is incorrect).
pmdumplog is telling me the same thing as pmlogreduce is:
pcpqa@laplace:/home/mort/src/pcpqa.git$ pmdumplog -a src-oss/naslog | head -n 4
Log Label (Log Format Version 2)
Performance metrics from host snort
commencing Thu Apr 8 01:11:09.969 2004
ending Thu Apr 8 01:21:25.942 2004
The full log is attached.
pcpqa@laplace:/home/mort/src/pcpqa.git$ diff -u 144.out 144.out.bad
--- 144.out 2009-08-27 09:08:26.000000000 -0400
+++ 144.out.bad 2009-09-01 12:28:17.000000000 -0400
@@ -3,30 +3,30 @@
=== network.interface.baudrate ===
5c5
-< end: Thu Apr 8 15:21:25 2004
+< end: Thu Apr 8 01:21:25 2004
---
-> end: Thu Apr 8 15:21:00 2004
+> end: Thu Apr 8 01:21:00 2004
=== network.interface.in.packets ===
5c5
-< end: Thu Apr 8 15:21:25 2004
+< end: Thu Apr 8 01:21:25 2004
---
-> end: Thu Apr 8 15:21:00 2004
+> end: Thu Apr 8 01:21:00 2004
=== kernel.all.load ===
5c5
-< end: Thu Apr 8 15:21:25 2004
+< end: Thu Apr 8 01:21:25 2004
---
-> end: Thu Apr 8 15:21:00 2004
+> end: Thu Apr 8 01:21:00 2004
=== kernel.all.cpu.idle ===
5c5
-< end: Thu Apr 8 15:21:25 2004
+< end: Thu Apr 8 01:21:25 2004
---
-> end: Thu Apr 8 15:21:00 2004
+> end: Thu Apr 8 01:21:00 2004
=== disk.all.total ===
5c5
-< end: Thu Apr 8 15:21:25 2004
+< end: Thu Apr 8 01:21:25 2004
---
-> end: Thu Apr 8 15:21:00 2004
+> end: Thu Apr 8 01:21:00 2004
144.full
Description: Text document
|