Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

[TRAFODION-2662] Yet another attempt at fixing compGeneral/TEST023 #1149

Merged
merged 1 commit into from
Jun 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions core/sql/regress/compGeneral/FILTER023
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@ fi

sed "
s/TRAF_SAMPLE_[0-9]*_[0-9]*_[0-9]*/TRAF_SAMPLE_nn_nnnnnnnnnn_nnnnnn/g
s/TRAF_SAMPLE_[0-9]*_[0-9]*/TRAF_SAMPLE_nn_nnnnnnnnnn/g
s/TRAF_SAMPLE_[0-9]*/TRAF_SAMPLE_nn/g
s/E_[0-9]*_[0-9]*_[0-9]* WHERE/E_nn_nnnnnnnnnn_nnnnnn WHERE/g
s/[0-9]*\.[0-9]* PERCENT/nn.nn PERCENT/g
s/[0-9]*_[0-9]*_[0-9]*_I/nn_nnnnnnnnnn_nnnnnn_I/g
s/[0-9]*_[0-9]*_I/nnnnnnnnnn_nnnnnn_I/g
s/[0-9]*_I/nnnnnn_I/g
" $fil