Updating failing regress tests
Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/ea3d3d61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/ea3d3d61 Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/ea3d3d61 Branch: refs/heads/master Commit: ea3d3d6132b6aa5b25ea5a6ee48ebd1dca11c22b Parents: 682c48e Author: Dave Birdsall <[email protected]> Authored: Thu Oct 19 22:40:30 2017 +0000 Committer: Dave Birdsall <[email protected]> Committed: Thu Oct 19 22:40:30 2017 +0000 ---------------------------------------------------------------------- core/sql/regress/seabase/DIFF003.KNOWN | 12 + core/sql/regress/seabase/EXPECTED010 | 944 ++++++++++++++++------------ core/sql/regress/seabase/TEST010 | 231 ++++++- 3 files changed, 783 insertions(+), 404 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/ea3d3d61/core/sql/regress/seabase/DIFF003.KNOWN ---------------------------------------------------------------------- diff --git a/core/sql/regress/seabase/DIFF003.KNOWN b/core/sql/regress/seabase/DIFF003.KNOWN new file mode 100644 index 0000000..bf7322f --- /dev/null +++ b/core/sql/regress/seabase/DIFF003.KNOWN @@ -0,0 +1,12 @@ +1181a1182 +> +1182a1184 +> *** ERROR[8411] A numeric overflow occurred during an arithmetic computation or data conversion. Conversion of Source Type:NUMERIC(REC_NUM_BIG_SIGNED) Source Value:0x09000000000000000100 to Target Type:LARGEINT(REC_BIN64_SIGNED). +1539a1542 +> +1540a1544 +> *** ERROR[8411] A numeric overflow occurred during an arithmetic computation or data conversion. Conversion of Source Type:NUMERIC(REC_NUM_BIG_SIGNED) Source Value:0x09000000000000000100 to Target Type:LARGEINT(REC_BIN64_SIGNED). +1900a1905 +> +1901a1907 +> *** ERROR[8411] A numeric overflow occurred during an arithmetic computation or data conversion. Conversion of Source Type:NUMERIC(REC_NUM_BIG_SIGNED) Source Value:0x09000000000000000100 to Target Type:LARGEINT(REC_BIN64_SIGNED).
