You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by rm...@apache.org on 2016/10/27 22:58:48 UTC

[1/2] incubator-trafodion git commit: Fixed daily build failure related to privs2/TEST144

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 6afbeb74a -> 2c3c7c5cc


Fixed daily build failure related to privs2/TEST144


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

Branch: refs/heads/master
Commit: 23841d090bd27e588a4a8ca10fb63925884de816
Parents: 94d7864
Author: Roberta Marton <rm...@edev07.esgyn.local>
Authored: Thu Oct 27 17:36:16 2016 +0000
Committer: Roberta Marton <rm...@edev07.esgyn.local>
Committed: Thu Oct 27 17:36:16 2016 +0000

----------------------------------------------------------------------
 core/sql/regress/privs2/EXPECTED144 | Bin 59186 -> 59408 bytes
 core/sql/regress/privs2/TEST144     |   7 ++++---
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/23841d09/core/sql/regress/privs2/EXPECTED144
----------------------------------------------------------------------
diff --git a/core/sql/regress/privs2/EXPECTED144 b/core/sql/regress/privs2/EXPECTED144
index 8b62d4a..63d458b 100644
Binary files a/core/sql/regress/privs2/EXPECTED144 and b/core/sql/regress/privs2/EXPECTED144 differ

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/23841d09/core/sql/regress/privs2/TEST144
----------------------------------------------------------------------
diff --git a/core/sql/regress/privs2/TEST144 b/core/sql/regress/privs2/TEST144
index 42e6238..df53a42 100755
--- a/core/sql/regress/privs2/TEST144
+++ b/core/sql/regress/privs2/TEST144
@@ -46,7 +46,7 @@ drop role t144role1;
 
 revoke execute on procedure "_LIBMGR_".help from sql_user5 by sql_user3;
 revoke execute on procedure "_LIBMGR_".help from sql_user3 by sql_user2;
-revoke execute on procedure "_LIBMGR_".help from sql_user2 with grant option;
+revoke execute on procedure "_LIBMGR_".help from sql_user2;
 
 ?section create_db
 create schema t144user1 authorization sql_user1;
@@ -89,7 +89,8 @@ library t144_l2
 deterministic no sql final call allow any parallelism state area size 1024 ;
 
 drop function if exists gen_time;
-create function gen_time(customer_number int) returns (timestamp_value largeint)
+create function gen_time(seedValue largeint, numberDays int, startTime largeint) 
+returns (timestamp_value largeint)
 language c parameter style sql external name 'genTimestamp'
 library t144_l2
 deterministic no sql final call allow any parallelism state area size 1024 ;
@@ -229,7 +230,7 @@ select customer_id,
        'NUMBER: ' || gen_random(customer_id, 10) as tenant_id
 from customers;
 select customer_name, 
-       'TIME: ' || cast (gen_time(customer_id) as char(30)) as customer_time_updated
+       'TIME: ' || cast (gen_time(customer_id, 5, 212342970132970472) as char(30)) as customer_time_updated
 from customers;
 select customer_id,
        'NUMBER: ' || gen_random(customer_id, 10) as tenant_id,


[2/2] incubator-trafodion git commit: Merge pr 793 Fixed daily build failure related to privs2/TEST144

Posted by rm...@apache.org.
Merge pr 793 Fixed daily build failure related to privs2/TEST144


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

Branch: refs/heads/master
Commit: 2c3c7c5cc4e6d63f3a33496a0408fc16436f9985
Parents: 6afbeb7 23841d0
Author: Roberta Marton <ro...@apache.org>
Authored: Thu Oct 27 22:58:14 2016 +0000
Committer: Roberta Marton <ro...@apache.org>
Committed: Thu Oct 27 22:58:14 2016 +0000

----------------------------------------------------------------------
 core/sql/regress/privs2/EXPECTED144 | Bin 59186 -> 59408 bytes
 core/sql/regress/privs2/TEST144     |   7 ++++---
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------