> is it possible that the above failed because of a leftover schema ( created > by db__root) ?
Certainly we might have a permission problem somewhere in our set-up, as we just turned on LDAP authentication in the test environment, but I don't think it could be left-over schema from prior run, since we delete all hbase data at the beginning of the job before installing trafodion and running test. -Steve From: Trafodion-firefighters [mailto:trafodion-firefighters-bounces+steve.varnau=hp....@lists.launchpad.net] On Behalf Of Narain, Arvind Sent: Friday, April 03, 2015 14:09 To: Chen, Alice (Trafodion); Trafodion Firefighters Subject: Re: [Trafodion-firefighters] Daily build 2015-04-03 08:30:00 UTC of trafodion/core -- Test Failures Yes I was looking at those. Some of them, like Steve mentioned, are authorization failures - cut/paste from the mail I was typing For the following - authentication is enabled. All tests are failing in create table: - phoenix_part1_T4-ahw2.2 http://logs.trafodion.org/daily/phoenix_part1_T4-ahw2.2/69204ae : FAILURE in 1h 14m 44s - phoenix_part2_T4-cm5.3 http://logs.trafodion.org/daily/phoenix_part2_T4-cm5.3/f3295d5 : FAILURE in 3h 22m 28s QueryExecTest.testIsNotNull:2108->BaseTest.initATableValues:943->BaseTest.initATableValues:948->BaseTest.createTestTable:876 Failed to create table This one passed - so is it possible that the above failed because of a leftover schema ( created by db__root) ? - phoenix_part2_T4-ahw2.2 http://logs.trafodion.org/daily/phoenix_part2_T4-ahw2.2/8a287a5 : SUCCESS in 2h 16m 44s Errors in this one are different - phoenix_part1_T4-cm5.3 http://logs.trafodion.org/daily/phoenix_part1_T4-cm5.3/c931bb0 : FAILURE in 3h 02m 07s test.java.com.hp.phoenix.end2end.CompareDecimalToLongTest *** ERROR[8448] Unable to access Hbase interface. Call to ExpHbaseInterface::init() returned error HBASE_ACCESS_ERROR(705). Cause: org.apache.hadoop.hbase.ZooKeeperConnectionException: Can't connect to ZooKeeper org.apache.hadoop.hbase.client.HBaseAdmin.checkHBaseAvailable(HBaseAdmin.java:2387) org.trafodion.sql.HBaseAccess.HBaseClient.init(HBaseClient.java:160) From: Trafodion-firefighters [mailto:trafodion-firefighters-bounces+arvind.narain=hp....@lists.launchpad.net] On Behalf Of Chen, Alice (Trafodion) Sent: Friday, April 03, 2015 2:01 PM To: Trafodion Firefighters Subject: Re: [Trafodion-firefighters] Daily build 2015-04-03 08:30:00 UTC of trafodion/core -- Test Failures Hello Firefighters, There are quite a few errors in the Phoenix T4 and JDBC tests. Is anyone taking a look at these? Here's a sample of the errors for Phoenix T4 : http://logs.trafodion.org/daily/phoenix_part1_T4-cm5.3/c931bb0/console.html test.java.com.hp.phoenix.end2end.CompareDecimalToLongTest *** ERROR[8448] Unable to access Hbase interface. Call to ExpHbaseInterface::init() returned error HBASE_ACCESS_ERROR(705). Cause: org.apache.hadoop.hbase.ZooKeeperConnectionException: Can't connect to ZooKeeper testCompareLongGTEDecimal(test.java.com.hp.phoenix.end2end.CompareDecimalToLongTest) Time elapsed: 664.912 sec <<< FAILURE! java.lang.AssertionError: Failed to create table testCompareLongGTEDecimal(test.java.com.hp.phoenix.end2end.CompareDecimalToLongTest) Time elapsed: 664.918 sec <<< FAILURE! java.lang.AssertionError: Failed to drop object: table LongInKeyTest at org.junit.Assert.fail(Assert.java:88) testCompareLongGTEDecimal2(test.java.com.hp.phoenix.end2end.CompareDecimalToLongTest) Time elapsed: 6.191 sec <<< FAILURE! java.lang.AssertionError: *** ERROR[8837] Internal error occurred. User: QA001 [2015-04-03 13:55:13] at org.junit.Assert.fail(Assert.java:88) Running test.java.com.hp.phoenix.end2end.SkipScanQueryTest test.java.com.hp.phoenix.end2end.SkipScanQueryTest The message id: invalid_connection The message id: invalid_connection The message id: invalid_connection The message id: invalid_connection Tests run: 8, Failures: 8, Errors: 0, Skipped: 0, Time elapsed: 30.923 sec <<< FAILURE! - in test.java.com.hp.phoenix.end2end.SkipScanQueryTest testVarCharXIntInQuery(test.java.com.hp.phoenix.end2end.SkipScanQueryTest) Time elapsed: 7.183 sec <<< FAILURE! java.lang.AssertionError: *** ERROR[8837] Internal error occurred. User: QA001 [2015-04-03 14:02:31] at org.junit.Assert.fail(Assert.java:88) For JDBC test here's a sample of the errors that are being seen : http://logs.trafodion.org/daily/jdbc_test-cm5.3/f8237fd/console.html org.trafodion.jdbc.t4.HPT4Exception: The message id: ids_unknown_reply_error With parameters: Empty SQL Desc List returned by NDCS at org.trafodion.jdbc.t4.HPT4Messages.createSQLException(HPT4Messages.java:304) at org.trafodion.jdbc.t4.HPT4Messages.createSQLException(HPT4Messages.java:238) org.trafodion.jdbc.t4.HPT4Exception: *** ERROR[8837] Internal error occurred. User: QA001 [2015-04-03 18:15:43] at org.trafodion.jdbc.t4.HPT4Messages.throwSQLException(HPT4Messages.java:173) at org.trafodion.jdbc.t4.InterfaceConnection.initDiag(InterfaceConnection.java:588) org.trafodion.jdbc.t4.HPT4Exception: *** ERROR[8448] Unable to access Hbase interface. Call to ExpHbaseInterface::init() returned error HBASE_ACCESS_ERROR(705). Cause: org.apache.hadoop.hbase.ZooKeeperConnectionException: Can't connect to ZooKeeper org.apache.hadoop.hbase.client.HBaseAdmin.checkHBaseAvailable(HBaseAdmin.java:2387) org.trafodion.sql.HBaseAccess.HBaseClient.init(HBaseClient.java:160) . [2015-04-03 18:16:07] at org.trafodion.jdbc.t4.HPT4Messages.throwSQLException(HPT4Messages.java:206) at org.trafodion.jdbc.t4.InterfaceStatement.execute(InterfaceStatement.java:1356) Cheers, Alice -----Original Message----- From: Varnau, Steve (Trafodion) Sent: Friday, April 03, 2015 12:47 PM To: Johnson, Stacey; Chen, Alice (Trafodion); Sheedy, Chris (Trafodion) Subject: RE: Daily build 2015-04-03 08:30:00 UTC of trafodion/core -- Test Failures Sandhya and Joanie are still looking at hangs on cm5.3 that shows up in several SQL suites, but have not heard anyone looking at jdbc/phoenix. Are the new errors due to turning on LDAP for those suites? -Steve > -----Original Message----- > From: Johnson, Stacey > Sent: Friday, April 03, 2015 12:35 > To: Chen, Alice (Trafodion); Varnau, Steve (Trafodion); Sheedy, Chris > (Trafodion) > Subject: RE: Daily build 2015-04-03 08:30:00 UTC of trafodion/core -- > Test Failures > > I sent it out to the mailing list but I don't know if anyone is > currently working on the issues. > > Regards, > Stacey > > -----Original Message----- > From: Chen, Alice (Trafodion) > Sent: Friday, April 03, 2015 12:34 PM > To: Johnson, Stacey; Varnau, Steve (Trafodion); Sheedy, Chris > (Trafodion) > Subject: RE: Daily build 2015-04-03 08:30:00 UTC of trafodion/core -- > Test Failures > > Hello Stacey, > > Are the firefighters looking at this build? It really needs to be > looked at. There are way too many errors in the JDBC test and Phoenix > T4 tests. > > Cheers, > Alice > > -----Original Message----- > From: [email protected]<mailto:[email protected]> > [mailto:[email protected]] > Sent: Friday, April 03, 2015 11:30 AM > To: traf_bld_stats_external.groups.hp.com > Subject: Daily build 2015-04-03 08:30:00 UTC of trafodion/core -- Test > Failures > > Build failed. > > - traf-pub-release-ahw2.2 http://logs.trafodion.org/daily/traf-pub- > release-ahw2.2/25adcdb : SUCCESS in 40m 44s > - traf-pub-debug-ahw2.2 > http://logs.trafodion.org/daily/traf-pub-debug- > ahw2.2/f071302 : SUCCESS in 35m 11s > - core-regress-core-cm5.3 > http://logs.trafodion.org/daily/core-regress- > core-cm5.3/7b69e5c : FAILURE in 4h 01m 58s > - core-regress-core-ahw2.2 > http://logs.trafodion.org/daily/core-regress- > core-ahw2.2/4316fd6 : SUCCESS in 1h 57m 08s > - core-regress-charsets-cm5.3 http://logs.trafodion.org/daily/core- > regress-charsets-cm5.3/61abbb9 : SUCCESS in 1h 39m 26s > - core-regress-charsets-ahw2.2 http://logs.trafodion.org/daily/core- > regress-charsets-ahw2.2/1c056a2 : SUCCESS in 1h 34m 47s > - core-regress-qat-cm5.3 http://logs.trafodion.org/daily/core-regress- > qat-cm5.3/f2a9bea : SUCCESS in 1h 33m 40s > - core-regress-qat-ahw2.2 > http://logs.trafodion.org/daily/core-regress- > qat-ahw2.2/8e575e5 : SUCCESS in 1h 27m 52s > - core-regress-udr-cm5.3 http://logs.trafodion.org/daily/core-regress- > udr-cm5.3/49a3277 : SUCCESS in 1h 26m 21s > - core-regress-udr-ahw2.2 > http://logs.trafodion.org/daily/core-regress- > udr-ahw2.2/4a77999 : SUCCESS in 1h 19m 34s > - core-regress-catman1-cm5.3 http://logs.trafodion.org/daily/core- > regress-catman1-cm5.3/eb599e9 : SUCCESS in 2h 47m 51s > - core-regress-catman1-ahw2.2 http://logs.trafodion.org/daily/core- > regress-catman1-ahw2.2/f6235ca : SUCCESS in 2h 36m 50s > - core-regress-compGeneral-cm5.3 http://logs.trafodion.org/daily/core- > regress-compGeneral-cm5.3/cbe5503 : FAILURE in 4h 02m 01s > - core-regress-compGeneral-ahw2.2 > http://logs.trafodion.org/daily/core- > regress-compGeneral-ahw2.2/863789e : SUCCESS in 1h 59m 30s > - core-regress-executor-cm5.3 http://logs.trafodion.org/daily/core- > regress-executor-cm5.3/32550ed : FAILURE in 4h 02m 10s > - core-regress-executor-ahw2.2 http://logs.trafodion.org/daily/core- > regress-executor-ahw2.2/80e1c5e : SUCCESS in 2h 13m 41s > - core-regress-fullstack2-cm5.3 http://logs.trafodion.org/daily/core- > regress-fullstack2-cm5.3/9e79ed9 : FAILURE in 1h 04m 15s > - core-regress-fullstack2-ahw2.2 http://logs.trafodion.org/daily/core- > regress-fullstack2-ahw2.2/c29255f : FAILURE in 1h 02m 28s > - core-regress-hive-cm5.3 > http://logs.trafodion.org/daily/core-regress- > hive-cm5.3/4c9b883 : FAILURE in 4h 01m 39s > - core-regress-hive-ahw2.2 > http://logs.trafodion.org/daily/core-regress- > hive-ahw2.2/79ac39b : SUCCESS in 1h 55m 36s > - core-regress-seabase-cm5.3 http://logs.trafodion.org/daily/core- > regress-seabase-cm5.3/ba69dc2 : FAILURE in 4h 01m 49s > - core-regress-seabase-ahw2.2 http://logs.trafodion.org/daily/core- > regress-seabase-ahw2.2/92c9d10 : SUCCESS in 2h 04m 07s > - phoenix_part1_T4-cm5.3 > http://logs.trafodion.org/daily/phoenix_part1_T4-cm5.3/c931bb0 : > FAILURE in 3h 02m 07s > - phoenix_part2_T4-cm5.3 > http://logs.trafodion.org/daily/phoenix_part2_T4-cm5.3/f3295d5 : > FAILURE in 3h 22m 28s > - phoenix_part1_T4-ahw2.2 > http://logs.trafodion.org/daily/phoenix_part1_T4-ahw2.2/69204ae : > FAILURE in 1h 14m 44s > - phoenix_part2_T4-ahw2.2 > http://logs.trafodion.org/daily/phoenix_part2_T4-ahw2.2/8a287a5 : > SUCCESS in 2h 16m 44s > - phoenix_part1_T2-cm5.3 > http://logs.trafodion.org/daily/phoenix_part1_T2-cm5.3/d469ebb : > FAILURE in 54m 33s (non-voting) > - phoenix_part2_T2-cm5.3 > http://logs.trafodion.org/daily/phoenix_part2_T2-cm5.3/fa8007c : > FAILURE in 57m 17s (non-voting) > - phoenix_part1_T2-ahw2.2 > http://logs.trafodion.org/daily/phoenix_part1_T2-ahw2.2/31bd601 : > FAILURE in 54m 31s (non-voting) > - phoenix_part2_T2-ahw2.2 > http://logs.trafodion.org/daily/phoenix_part2_T2-ahw2.2/3fe4ec9 : > FAILURE in 54m 37s (non-voting) > - pyodbc_test-cm5.3 http://logs.trafodion.org/daily/pyodbc_test- > cm5.3/53b7b18 : FAILURE in 1h 16m 29s > - pyodbc_test-ahw2.2 http://logs.trafodion.org/daily/pyodbc_test- > ahw2.2/df10061 : FAILURE in 1h 01m 05s > - jdbc_test-cm5.3 http://logs.trafodion.org/daily/jdbc_test- > cm5.3/f8237fd : FAILURE in 1h 25m 10s > - jdbc_test-ahw2.2 http://logs.trafodion.org/daily/jdbc_test- > ahw2.2/354809b : FAILURE in 1h 08m 45s
-- Mailing list: https://launchpad.net/~trafodion-firefighters Post to : [email protected] Unsubscribe : https://launchpad.net/~trafodion-firefighters More help : https://help.launchpad.net/ListHelp

