You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by su...@apache.org on 2015/11/02 15:57:36 UTC

[3/4] incubator-trafodion git commit: TRAFODION-1569 Release package has missing and incorrect files

TRAFODION-1569 Release package has missing and incorrect files

Couple of additional fixes to remove obsolete names


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

Branch: refs/heads/master
Commit: 04e6d130be7ff043419703fa70f2e4a23bf5b98c
Parents: aa756a0
Author: Roberta Marton <ro...@esgyn.com>
Authored: Fri Oct 30 20:32:38 2015 +0000
Committer: Roberta Marton <ro...@esgyn.com>
Committed: Fri Oct 30 20:32:38 2015 +0000

----------------------------------------------------------------------
 core/sqf/sql/scripts/install_traf_components | 1 +
 dcs/src/test/pytests/.env.sh.tmpl            | 2 +-
 dcs/src/test/pytests/.odbc.ini.tmpl          | 2 --
 tests/phx/phoenix_test.py                    | 2 +-
 4 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/04e6d130/core/sqf/sql/scripts/install_traf_components
----------------------------------------------------------------------
diff --git a/core/sqf/sql/scripts/install_traf_components b/core/sqf/sql/scripts/install_traf_components
index 5c293c6..d7389fd 100755
--- a/core/sqf/sql/scripts/install_traf_components
+++ b/core/sqf/sql/scripts/install_traf_components
@@ -453,6 +453,7 @@ fi
 
 # End setup of PyODBC test
 
+source $HOME/.trafodion
 cds
 
 echo | tee -a ${MY_LOG_FILE}

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/04e6d130/dcs/src/test/pytests/.env.sh.tmpl
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/.env.sh.tmpl b/dcs/src/test/pytests/.env.sh.tmpl
index 6e7ca18..5c5f2dd 100644
--- a/dcs/src/test/pytests/.env.sh.tmpl
+++ b/dcs/src/test/pytests/.env.sh.tmpl
@@ -27,7 +27,7 @@
 export LANG=en_US.utf8
 
 #--------------------------------------------------------------------
-# HPODBC enviroment variables
+# ODBC enviroment variables
 #--------------------------------------------------------------------
 export LD_LIBRARY_PATH=TEMPLATE_ODBC_LIB
 export LIBRARY_PATH=$LD_LIBRARY_PATH

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/04e6d130/dcs/src/test/pytests/.odbc.ini.tmpl
----------------------------------------------------------------------
diff --git a/dcs/src/test/pytests/.odbc.ini.tmpl b/dcs/src/test/pytests/.odbc.ini.tmpl
index 2783af0..559ac74 100644
--- a/dcs/src/test/pytests/.odbc.ini.tmpl
+++ b/dcs/src/test/pytests/.odbc.ini.tmpl
@@ -34,7 +34,6 @@ Server                      = TCP:TEMPLATE_DSN
 SQL_ATTR_CONNECTION_TIMEOUT = SYSTEM_DEFAULT
 SQL_LOGIN_TIMEOUT           = SYSTEM_DEFAULT
 SQL_QUERY_TIMEOUT           = NO_TIMEOUT
-ServiceName                 = HP_DEFAULT_SERVICE
 
 [TDM_Default_DataSource]
 Description                 = Trafodion test system
@@ -47,5 +46,4 @@ Server                      = TCP:TEMPLATE_DSN
 SQL_ATTR_CONNECTION_TIMEOUT = SYSTEM_DEFAULT
 SQL_LOGIN_TIMEOUT           = SYSTEM_DEFAULT
 SQL_QUERY_TIMEOUT           = NO_TIMEOUT
-ServiceName                 = HP_DEFAULT_SERVICE
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/04e6d130/tests/phx/phoenix_test.py
----------------------------------------------------------------------
diff --git a/tests/phx/phoenix_test.py b/tests/phx/phoenix_test.py
index 13a891c..54fea68 100755
--- a/tests/phx/phoenix_test.py
+++ b/tests/phx/phoenix_test.py
@@ -821,7 +821,7 @@ else:
     gvars.my_RUN_CMD = (os.path.join(ArgList._javahome, 'bin/java') + ' -cp ' + myclasspath +
                         ' ' + myoptions + ' -Duser.timezone=GMT -Dtrafjdbc.properties=' +
                         ArgList._prop_file + ' org.junit.runner.JUnitCore ' +
-                        'test.java.com.hp.phoenix.end2end.')
+                        'test.java.org.trafodion.phoenix.end2end.')
 
     # Generate list of tests if needed
     if ArgList._tests is None: