Trafodion release2.2 rh6 Daily Test Result - 1 - Failure

2017-08-08 Thread steve . varnau
Daily Automated Testing release2.2 rh6 Jenkins Job: https://jenkins.esgyn.com/job/Check-Daily-release2.2-rh6/1/ Archived Logs: http://traf-testlogs.esgyn.com/Daily-release2.2/1 Bld Downloads: http://traf-builds.esgyn.com Changes since previous daily build: No changes Test Job Results:

RE: JDBC configuration

2017-08-08 Thread Xu, Kai-Hua (Kevin)
Hi Bin I saw you were using jdbcT4-2.1.0.jar for compilation while jdbcT4.jar for running. Does the jadbcT.jar link to jdbcT4-2.1.0.jar? I doubt if it refs to the right jar. > $ $JAVA_HOME/bin/javac -classpath ../../lib/jdbcT4-2.1.0.jar *.java > ../common/*.java $ $JAVA_HOME/bin/java

Re: Failure in JDBC tests on multiple pull requests

2017-08-08 Thread Weiqing Xu
I have create a PR for this issue. And the regression has beed passed twice. https://github.com/apache/incubator-trafodion/pull/1199 Does anyone can review and merge it? On Aug 8, 2017, at 09:41, Weiqing Xu wrote: I'll check the JDBC regression test to make sure all

[R2.2 Release] Release 2.2 branch is created

2017-08-08 Thread Liu, Ming (Ming)
hi, all, All major JIRAs targeted for R2.2 release already merged, so I created the R2.2 branch today. And I asked Steve to help to setup auto regression test for this branch. So we hope to release R2.2 within one month with several RC expected. So the target R2.2 release date will be early

Trafodion master rh6 Daily Test Result - 162 - Still Failing

2017-08-08 Thread steve . varnau
Daily Automated Testing master rh6 Jenkins Job: https://jenkins.esgyn.com/job/Check-Daily-master-rh6/162/ Archived Logs: http://traf-testlogs.esgyn.com/Daily-master/162 Bld Downloads: http://traf-builds.esgyn.com Changes since previous daily build: [xwx] the value of Numeric Struct need not to

Re: [R2.2 Release] Release 2.2 branch is created

2017-08-08 Thread Weiqing Xu
Hi Ming, Could you please wait 1 more day. I found we have 3 PRs need to be merged for connectivity side. But they failed with a JDBC regression failed. Actually, the failures is not caused by the changes. It failed because of the there are too many statements for one session in the

RE: [R2.2 Release] Release 2.2 branch is created

2017-08-08 Thread Liu, Ming (Ming)
hi, weiqing, You can merge into R2.2 branch for the change. I will create the first RC1 after your code merged. thanks, Ming -Original Message- From: Weiqing Xu [mailto:xuweiqing...@gmail.com] Sent: Tuesday, August 08, 2017 9:11 PM To: dev@trafodion.incubator.apache.org Subject: Re:

Re: JDBC configuration

2017-08-08 Thread Bin Lin
Hi Kevin, The output of your provided command are as follows. *7048 Thu Apr 06 22:48:54 PDT 2017 org/trafodion/jdbc/t4/T4Driver.class* On Mon, Aug 7, 2017 at 6:42 PM, Xu, Kai-Hua (Kevin) wrote: > Hi Bin, > > Could you please check your ../../lib/jdbcT4-2.1.0.jar with