PR-1524 [TRAFODION-3027] Enhance jenkins checktests to include more tests
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/05d92ae7 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/05d92ae7 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/05d92ae7 Branch: refs/heads/master Commit: 05d92ae7b713c61490e9cd38a657dd07fcc691f2 Parents: 8c6eebf a5530a7 Author: Anoop Sharma <[email protected]> Authored: Wed Apr 18 22:12:32 2018 +0000 Committer: Anoop Sharma <[email protected]> Committed: Wed Apr 18 22:12:32 2018 +0000 ---------------------------------------------------------------------- core/sqf/sql/scripts/ilh_regrinit | 27 + core/sqf/sql/scripts/ilh_trafinit | 6 +- core/sqf/sql/scripts/regrinit.sql | 39 + core/sql/regress/compGeneral/EXPECTEDTOK | 7 +- core/sql/regress/compGeneral/FILTERTOK | 31 + core/sql/regress/compGeneral/TESTTOK | 21 + core/sql/regress/compGeneral/TESTTOK.sh | 51 + core/sql/regress/core/EXPECTED000.SB | 8 +- core/sql/regress/core/TEST000 | 22 +- core/sql/regress/executor/EXPECTED013.SB | 2 +- core/sql/regress/executor/TEST013 | 2 +- core/sql/regress/executor/TEST063 | 1 + core/sql/regress/hive/EXPECTED009 | 56 +- core/sql/regress/hive/EXPECTED030 | 2902 ------------------- core/sql/regress/hive/EXPECTED040 | 2527 ---------------- core/sql/regress/privs1/EXPECTED137 | 8 + core/sql/regress/privs1/TEST137 | 4 + core/sql/regress/privs1/TEST141 | 3 + core/sql/regress/tools/runallsb | 27 + core/sql/regress/tools/runregr | 29 + core/sql/regress/tools/runregr_charsets.ksh | 5 + core/sql/regress/tools/runregr_checktest1.ksh | 4 + core/sql/regress/tools/runregr_checktest2.ksh | 4 + core/sql/regress/tools/runregr_checktests.ksh | 528 ++++ core/sql/regress/tools/runregr_compGeneral.ksh | 18 +- core/sql/regress/tools/runregr_core.ksh | 5 + core/sql/regress/tools/runregr_executor.ksh | 5 + core/sql/regress/tools/runregr_fullstack2.ksh | 5 + core/sql/regress/tools/runregr_hive.ksh | 9 +- core/sql/regress/tools/runregr_privs1.ksh | 5 + core/sql/regress/tools/runregr_privs2.ksh | 5 + core/sql/regress/tools/runregr_seabase.ksh | 5 + core/sql/regress/tools/runregr_udr.ksh | 5 + 33 files changed, 887 insertions(+), 5489 deletions(-) ----------------------------------------------------------------------
