You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2016/05/04 06:12:01 UTC

[1/2] incubator-trafodion git commit: Test fix for udr/TEST001 failure. The length parameter for clob/blob is not valid anymore.

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 9b90f2359 -> 6ca9916e8


Test fix for udr/TEST001 failure. The length parameter for clob/blob is not valid anymore.


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

Branch: refs/heads/master
Commit: 6069c860ea09b06adcf6d2cd3d32e782c4856414
Parents: 9b90f23
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Tue May 3 23:56:21 2016 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Tue May 3 23:56:21 2016 +0000

----------------------------------------------------------------------
 core/sql/regress/udr/EXPECTED001 | 18 +++++++++---------
 core/sql/regress/udr/TEST001     |  4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6069c860/core/sql/regress/udr/EXPECTED001
----------------------------------------------------------------------
diff --git a/core/sql/regress/udr/EXPECTED001 b/core/sql/regress/udr/EXPECTED001
index 9a76627..deb9759 100644
--- a/core/sql/regress/udr/EXPECTED001
+++ b/core/sql/regress/udr/EXPECTED001
@@ -82,8 +82,8 @@
 +>c_interval interval year to month,
 +>c_intervals86 interval second(8,6),
 +>c_intervald6s interval day(6) to second(6),
-+>c_blob blob (length 100),
-+>c_clob clob (length 100)
++>c_blob blob (100),
++>c_clob clob (100)
 +>);
 
 --- SQL operation complete.
@@ -188,7 +188,7 @@
 *** ERROR[11246] An error occurred locating function or class 'SESSIONIZE_NON_EXISTENT' in library 'TEST001.dll'.
 
 *** ERROR[11248] A call to dlsym returned errors 0 and 0. Details: 
-/opt/home/zellerh/trafodion/core/sqf/rundir/udr/TEST001.dll: undefined symbol: SESSIONIZE_NON_EXISTENT.
+/mnt/sandhyasun/incubator-trafodion/core/sqf/rundir/udr/TEST001.dll: undefined symbol: SESSIONIZE_NON_EXISTENT.
 
 --- SQL operation failed with errors.
 >>-- For now this will succeed, since we don't load the library during
@@ -305,10 +305,10 @@ CREATE TABLE_MAPPING FUNCTION TRAFODION.SCH.SESSIONIZE_JAVA
 SESSION_ID            SEQUENCE_NO           USERID                            TS                    IPADDR
 --------------------  --------------------  --------------------------------  --------------------  ---------------
 
-                   1                     1  super-user                          212294253599500000  12.345.567.345 
-                   2                     1  super-user                          212294260799500000  12.345.567.345 
-                   2                     2  super-services                      212294260799500000  12.345.567.345 
-                   2                     3  super-services                      212294260799550000  12.345.567.345 
+                   1                     1  super-user                          212329072799500000  12.345.567.345 
+                   2                     1  super-user                          212329079999500000  12.345.567.345 
+                   2                     2  super-services                      212329079999500000  12.345.567.345 
+                   2                     3  super-services                      212329079999550000  12.345.567.345 
 
 --- 4 row(s) selected.
 >>
@@ -366,7 +366,7 @@ LC   RC   OP   OPERATOR              OPT       DESCRIPTION           CARD
 SESSION_ID            SEQUENCE_NO           USERID                            TS                    IPADDR
 --------------------  --------------------  --------------------------------  --------------------  ---------------
 
-                   1                     1  super-user                          212294253599500000  12.345.567.345 
+                   1                     1  super-user                          212329072799500000  12.345.567.345 
 
 --- 1 row(s) selected.
 >>
@@ -459,7 +459,7 @@ IPADDR           SESSION_ID            SEQUENCE_NO
 SESSION_ID            SEQUENCE_NO           USERID                            TS                    IPADDR
 --------------------  --------------------  --------------------------------  --------------------  ---------------
 
-                   1                     1  super-user                          212303930399500000  12.345.567.345 
+                   1                     1  super-user                          212329072799500000  12.345.567.345 
 
 --- 1 row(s) selected.
 >>

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/6069c860/core/sql/regress/udr/TEST001
----------------------------------------------------------------------
diff --git a/core/sql/regress/udr/TEST001 b/core/sql/regress/udr/TEST001
index f1184fd..727f8bc 100644
--- a/core/sql/regress/udr/TEST001
+++ b/core/sql/regress/udr/TEST001
@@ -115,8 +115,8 @@ c_timestamp6 timestamp(6),
 c_interval interval year to month,
 c_intervals86 interval second(8,6),
 c_intervald6s interval day(6) to second(6),
-c_blob blob (length 100),
-c_clob clob (length 100)
+c_blob blob (100),
+c_clob clob (100)
 );
 
 insert into t001_Datatypes values (


[2/2] incubator-trafodion git commit: Merge remote branch 'origin/pr/462/head' into merge_462

Posted by sa...@apache.org.
Merge remote branch 'origin/pr/462/head' into merge_462


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

Branch: refs/heads/master
Commit: 6ca9916e888cdc8799e83209a38d3d2c60de3701
Parents: 9b90f23 6069c86
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Wed May 4 04:11:32 2016 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Wed May 4 04:11:32 2016 +0000

----------------------------------------------------------------------
 core/sql/regress/udr/EXPECTED001 | 18 +++++++++---------
 core/sql/regress/udr/TEST001     |  4 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------