You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by an...@apache.org on 2018/04/20 00:31:18 UTC

[1/2] trafodion git commit: TRAFODION-3027 Enhanced jenkins checktests. Expected file update.

Repository: trafodion
Updated Branches:
  refs/heads/master 9ebcfba5a -> 027c7f5ae


TRAFODION-3027 Enhanced jenkins checktests. Expected file update.


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

Branch: refs/heads/master
Commit: 9da4592f50f7827974042fe4965ff7ce4df7f337
Parents: c29ebc6
Author: Anoop Sharma <an...@esgyn.com>
Authored: Thu Apr 19 20:46:00 2018 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Thu Apr 19 20:46:00 2018 +0000

----------------------------------------------------------------------
 core/sql/regress/hive/EXPECTED003  | 6 +-----
 core/sql/regress/seabase/FILTER002 | 7 ++++---
 2 files changed, 5 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/9da4592f/core/sql/regress/hive/EXPECTED003
----------------------------------------------------------------------
diff --git a/core/sql/regress/hive/EXPECTED003 b/core/sql/regress/hive/EXPECTED003
index 4699731..e0f81a4 100644
--- a/core/sql/regress/hive/EXPECTED003
+++ b/core/sql/regress/hive/EXPECTED003
@@ -141,14 +141,10 @@ P_PROMO_SK   P_PROMO_ID                 P_START_DATE_SK  P_END_DATE_SK  P_ITEM_S
 >>prepare s from
 +>insert into hive.ins_time_dim values (current_time, 2, 3, 4, 5, 6, 'c', 'd', 'e', 'f');
 
-*** ERROR[4039] Column T_TIME_SK is of type INTEGER, incompatible with the value's type, TIME(0).
+*** ERROR[4035] Type TIME(0) cannot be cast to type INTEGER.
 
 *** ERROR[8822] The statement was not prepared.
 
-*** WARNING[8597] Statement was automatically retried 1 time(s). Delay before each retry was 0 seconds. See next entry for the error that caused this retry.
-
-*** WARNING[4039] Column T_TIME_SK is of type INTEGER, incompatible with the value's type, TIME(0).
-
 >>-- wrong data types
 >>
 >>

http://git-wip-us.apache.org/repos/asf/trafodion/blob/9da4592f/core/sql/regress/seabase/FILTER002
----------------------------------------------------------------------
diff --git a/core/sql/regress/seabase/FILTER002 b/core/sql/regress/seabase/FILTER002
index 44c4056..d273448 100755
--- a/core/sql/regress/seabase/FILTER002
+++ b/core/sql/regress/seabase/FILTER002
@@ -25,10 +25,11 @@
 
 fil=$1
 sed "
-s/^\([ ]*RegionServer:[ ]*[\.]*\) .*/\1 RegionServer removed/g
-s/^\([ ]*RegionName:[ ]*[\.]*\) .*/\1 RegionName removed/g
-#s/\(RegionName:[ ]*TRAFODION.[A-Z0-9._]*\/\)[A-Za-z0-9]*/\1REGION-NAME/g
+s/^\([ ]*RegionServer:[\.]*\).*/\1 RegionServer removed/g
+s/^\([ ]*RegionName:[\.]*\).*/\1 RegionName removed/g
 s/TRAFODION\.T002SCH\.T002[A-Z0-9]*\/[A-Za-z0-9]*/REGION_NAME /g
 s/ReadRequestsCount: [ ]*[0-9]*/READ_REQUESTS_COUNT /g
 s/WriteRequestsCount: [ ]*[0-9]*/WRITE_REQUESTS_COUNT /g
+s/TotalNumStores: [ ]*[0-9]*/TotalNumStores removed /g
+s/NumStores: [ ]*[0-9]*/NumStores removed /g
 " $fil


[2/2] trafodion git commit: PR-1529 [TRAFODION-3027] Enhance jenkins checktests to include more tests

Posted by an...@apache.org.
PR-1529 [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/027c7f5a
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/027c7f5a
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/027c7f5a

Branch: refs/heads/master
Commit: 027c7f5ae29713b9a99a1a8a5952f29dfba1902b
Parents: 9ebcfba 9da4592
Author: Anoop Sharma <an...@esgyn.com>
Authored: Fri Apr 20 00:31:05 2018 +0000
Committer: Anoop Sharma <an...@esgyn.com>
Committed: Fri Apr 20 00:31:05 2018 +0000

----------------------------------------------------------------------
 core/sql/regress/hive/EXPECTED003  | 6 +-----
 core/sql/regress/seabase/FILTER002 | 7 ++++---
 2 files changed, 5 insertions(+), 8 deletions(-)
----------------------------------------------------------------------