You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2015/10/14 21:18:59 UTC

[1/2] incubator-trafodion git commit: Fix for Phoenix T2 test failures due to missing DTM classes.

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master f3c557ca6 -> 64c5f79af


Fix for Phoenix T2 test failures due to missing DTM classes.

The new trafodion-dtm-1.2.0.jar file needed to be added to the
Phoenix tests as well, those are using Maven, not the CLASSPATH
set up in sqenvcom.sh.


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

Branch: refs/heads/master
Commit: 92b17fad2d04d1bb179d6d73988bbe0a28b410ad
Parents: 51bbd91
Author: Hans Zeller <ha...@esgyn.com>
Authored: Wed Oct 14 15:58:04 2015 +0000
Committer: Hans Zeller <ha...@esgyn.com>
Committed: Wed Oct 14 15:58:04 2015 +0000

----------------------------------------------------------------------
 tests/phx/pom.xml.template | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/92b17fad/tests/phx/pom.xml.template
----------------------------------------------------------------------
diff --git a/tests/phx/pom.xml.template b/tests/phx/pom.xml.template
index 5d59407..224def5 100644
--- a/tests/phx/pom.xml.template
+++ b/tests/phx/pom.xml.template
@@ -204,6 +204,14 @@
     </dependency>
 
     <dependency>
+      <groupId>org.trafodion.dtm</groupId>
+      <artifactId>trafodion-dtm</artifactId>
+      <version>${env.TRAFODION_VER}</version>
+      <scope>system</scope>
+      <systemPath>${env.MY_SQROOT}/export/lib/trafodion-dtm-${env.TRAFODION_VER}.jar</systemPath>
+     </dependency>
+
+    <dependency>
       <groupId>org.trafodion.sql</groupId>
       <artifactId>trafodion-sql</artifactId>
       <version>${env.TRAFODION_VER}</version>


[2/2] incubator-trafodion git commit: Merge fix for Phoenix T2 test failures, PR 123

Posted by db...@apache.org.
Merge fix for Phoenix T2 test failures, PR 123


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

Branch: refs/heads/master
Commit: 64c5f79af8ae3b6ce7d62e52800d435ae97d756c
Parents: f3c557c 92b17fa
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Oct 14 19:18:07 2015 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Oct 14 19:18:07 2015 +0000

----------------------------------------------------------------------
 tests/phx/pom.xml.template | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------