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 <[email protected]> Authored: Fri Jul 15 17:46:37 2016 +0000 Committer: selvaganesang <[email protected]> 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/
