Re: [Trafodion-firefighters] Daily build 2015-06-02 08:30:00 UTC of trafodion/core -- Test Failures

2015-06-02 Thread Zeller, Hans
Hi, The failure in fullstack2/TEST062 is caused by a copyright notice that somehow made it into an expected file. I included a fix for this problem in my checkin https://review.trafodion.org/#/c/1717, which with some luck will be merged into the main thread in a few minutes. Thanks, Hans Fro

Re: [Trafodion-firefighters] Daily build 2014-12-17 08:30:00 UTC of trafodion/core -- Test Failures

2014-12-17 Thread Zeller, Hans
Hi, Here is a summary of the current state, as far as I know: * core: Intermittent failure in TEST019, see LP https://bugs.launchpad.net/trafodion/+bug/1403645 . Possibly related (but not directly caused by) a timeout change in https://review.trafodion.org/#/c/840/ * udr: Fail

[Trafodion-development] Submitting additional patch sets in Gerrit, using git review -R

2014-12-16 Thread Zeller, Hans
Hi, Many of you who do code reviews have seen this: Someone submits patch set 2 or higher to a change and when you try to see the incremental changes in Gerrit, the web interface includes lots of other, merged-in changes. Steve Varnau has pointed out a solution to this, and it should make revie

Re: [Trafodion-firefighters] Daily build 2014-12-14 08:30:00 UTC of trafodion/core -- Test Failures

2014-12-15 Thread Zeller, Hans
script from the Jenkins/Puppet environment? Thanks, Hans From: Varnau, Steve (Trafodion) Sent: Monday, December 15, 2014 4:24 PM To: Zeller, Hans; Johnson, Stacey; trafodion-firefighters@lists.launchpad.net Subject: RE: Daily build 2014-12-14 08:30:00 UTC of trafodion/core -- Test Failures For

Re: [Trafodion-firefighters] Daily build 2014-12-14 08:30:00 UTC of trafodion/core -- Test Failures

2014-12-15 Thread Zeller, Hans
t happened, the only way I know is to open each of these individually. Hans From: Varnau, Steve (Trafodion) Sent: Monday, December 15, 2014 2:13 PM To: Zeller, Hans; Johnson, Stacey; trafodion-firefighters@lists.launchpad.net Subject: RE: Daily build 2014-12-14 08:30:00 UTC of trafodion/core -- Test

Re: [Trafodion-firefighters] Daily build 2014-12-14 08:30:00 UTC of trafodion/core -- Test Failures

2014-12-15 Thread Zeller, Hans
Hi, Here are a few comments on these failures, see below. Hans From: Trafodion-firefighters [mailto:trafodion-firefighters-bounces+hans.zeller=hp@lists.launchpad.net] On Behalf Of Johnson, Stacey Sent: Monday, December 15, 2014 10:31 AM To: trafodion-firefighters@lists.launchpad.net Subjec

Re: [Trafodion-firefighters] Daily build 2014-12-09 08:30:00 UTC of trafodion/core -- Test Failures

2014-12-09 Thread Zeller, Hans
Hi, I've seen the hive/TEST003 failure intermittently on Cloudera as well, see https://review.trafodion.org/#/c/787/ . So far I have not yet seen it in the workstation environment. It's strange, the diff means that reading from a Hive table gives a different result than inserting the same data

Re: [Trafodion-firefighters] Failing Phoenix tests today

2014-10-21 Thread Zeller, Hans
Thanks, I added "recheck" comments to the changes with failures, hopefully they will get unstuck now. From: Varnau, Steve (Trafodion) Sent: Tuesday, October 21, 2014 11:01 AM To: Zeller, Hans; Cooper, Joanie; trafodion-firefighters@lists.launchpad.net Cc: Gray, Cliff Subject: RE: Faili

Re: [Trafodion-firefighters] Failing Phoenix tests today

2014-10-21 Thread Zeller, Hans
That sounds ok to me. Thanks, Hans From: Cooper, Joanie Sent: Tuesday, October 21, 2014 10:13 AM To: Varnau, Steve (Trafodion); Zeller, Hans; trafodion-firefighters@lists.launchpad.net Cc: Gray, Cliff Subject: RE: Failing Phoenix tests today Hi Steve, That does seem to be a very good

[Trafodion-firefighters] Failing Phoenix tests today

2014-10-20 Thread Zeller, Hans
Hi, When looking at the check queue today, it looks like we are having a problem with Phoenix tests, most of the changes fail that test today: https://review.trafodion.org/#/q/status:open,n,z . The daily tests fail as well. It seems like they fail with the symptom reported in bug https://bugs.

Re: [Trafodion-firefighters] Daily build 2014-10-13 08:30:00 UTC of trafodion/core -- Test Failures

2014-10-13 Thread Zeller, Hans
When I run the hive regression suite on my workstation with the latest code, it passes. Hans From: Varnau, Steve (Trafodion) Sent: Monday, October 13, 2014 11:38 AM To: Zeller, Hans; Johnson, Stacey; trafodion-firefighters@lists.launchpad.net Subject: RE: Daily build 2014-10-13 08:30:00 UTC of

Re: [Trafodion-firefighters] Daily build 2014-10-13 08:30:00 UTC of trafodion/core -- Test Failures

2014-10-13 Thread Zeller, Hans
Hi, Looks like the hive tests failed every day. From looking at the log, the failure happened in the hive shell: >>sh regrhive.ksh -v -f $REGRTSTDIR/TEST005_b.hive.sql; insert overwrite table customer_ddl select c_customer_sk, c_customer_id, c_current_cdemo_sk, c_current_hdemo_s

Re: [Trafodion-firefighters] Daily build of trafodion/core -- Test Failures 20140820

2014-08-21 Thread Zeller, Hans
Hi, These tests fail because the optimizer picks a base table scan that is an equally good access path as an index. The expected file shows an index access path. I'll change the tests so that they don't care about that difference (in compGeneral) or change the index that there is a reason to pi

Re: [Trafodion-development] Regarding Code changes needed for Apache HBase +Trafodian

2014-07-14 Thread Zeller, Hans
Hi Atul, It's been a while since we last tried this, but as far as I remember, the main issue was with the NetUtils.getInputStream() method, which is also described in https://issues.apache.org/jira/browse/HADOOP-8350. This was a method change in Hadoop that made it more difficult to build HBas