You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2016/07/20 00:33:21 UTC

[1/2] incubator-trafodion git commit: [TRAFODION-2110] core/TESTRTS is being incorrectly flagged as PASSED

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 17e0e2192 -> 81a455e0c


[TRAFODION-2110] core/TESTRTS is being incorrectly flagged as PASSED

Some of the filter conditions were reporting error when it was
applied on both the expected and log output.


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/dab5b45a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/dab5b45a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/dab5b45a

Branch: refs/heads/master
Commit: dab5b45aa426c33d642a981058c9d0ba23ed13b2
Parents: 9305332
Author: selvaganesang <se...@esgyn.com>
Authored: Fri Jul 15 17:46:37 2016 +0000
Committer: selvaganesang <se...@esgyn.com>
Committed: Fri Jul 15 17:46:37 2016 +0000

----------------------------------------------------------------------
 core/sql/regress/core/FILTERRTS | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/dab5b45a/core/sql/regress/core/FILTERRTS
----------------------------------------------------------------------
diff --git a/core/sql/regress/core/FILTERRTS b/core/sql/regress/core/FILTERRTS
index 7589b3d..f057b90 100755
--- a/core/sql/regress/core/FILTERRTS
+++ b/core/sql/regress/core/FILTERRTS
@@ -77,9 +77,14 @@ s/SSCP Request Message Count[ ]*[0-9,]*/SSCP Request Message Count @sscpRequestM
 s/SSCP Request Message Bytes[ ]*[0-9,]*/SSCP Request Message Bytes @sscpRequestMessageBytes@/
 s/SSCP Reply Message Count[ ]*[0-9,]*/SSCP Reply Message Count @sscpReplytMessageCount@/
 s/SSCP Reply Message Bytes[ ]*[0-9,]*/SSCP Reply Message Bytes @sscpReplyMessageBytes@/
-s/No. Query Invalidation Keys[ ]*[0-9]*/No. Query Invalidation Keys/
-s/EXE Memory[ ]*[A-z]*[0-9]*/@exeMemory@/
-s/IPC Memory[ ]*[A-z]*[0-9]*/@exeMemory@/
+s/Query Invalidation Keys[ ]*[0-9]*/Query Invalidation Keys/
+s/IPC Memory Allocated[ 0-9]*/IPC Memory Allocated @exeMemory@/
+s/EXE Memory Allocated[ 0-9]*/EXE Memory Allocated @ipcMemory@/
+s/IPC Memory Used High WM[ 0-9]*/IPC Memory Used High WM @exeMemory@/
+s/EXE Memory Used High WM[ 0-9]*/EXE Memory Used High WM @ipcMemory@/
+s/IPC Memory Used[ 0-9]*/IPC Memory Used @exeMemory@/
+s/EXE Memory Used[ 0-9]*/EXE Memory Used @ipcMemory@/
+s/PID[0-9 ]*/PID @pid@/
 s/RMS Stats Reset Timestamp[ ]*[0-9]*\/[0-9]*\/[0-9]* [0-9]*:[0-9]*:[0-9]*.[0-9]*/RMS Stats Reset Timestamp @rmsStatsResetTimestamp@/
 /8 EX_HASH_GRBY[A-Z ]*/{N
 s/8 EX_HASH_GRBY[A-Z ]*\n[0-9, -]*/8 #ex_hash_grby bmoStats/


[2/2] incubator-trafodion git commit: Merge [TRAFODION-2110] PR 595 core/TESTRTS is being incorrectly flagged as PASSED

Posted by se...@apache.org.
Merge [TRAFODION-2110] PR 595 core/TESTRTS is being incorrectly flagged as PASSED


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/81a455e0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/81a455e0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/81a455e0

Branch: refs/heads/master
Commit: 81a455e0ceaae32051884d99842b179ac56549c3
Parents: 17e0e21 dab5b45
Author: selvaganesang <se...@apache.org>
Authored: Wed Jul 20 00:32:27 2016 +0000
Committer: selvaganesang <se...@apache.org>
Committed: Wed Jul 20 00:32:27 2016 +0000

----------------------------------------------------------------------
 core/sql/regress/core/FILTERRTS | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------