derbyall fail ************************************************************* derbyall/storeall/storemats.fail:store/updatelocksJDBC30.sql derbyall/storeall/storemats.fail:store/updatelocks.sql derbyall/encryptionAll/storemats.fail:store/updatelocksJDBC30.sql derbyall/encryptionAll/storemats.fail:store/updatelocks.sql derbyall diff ------------------------------------------------------------- Generating report for RunSuite derbyall null null null true ------------------ Java Information ------------------ Java Version: 1.6.0_18 Java Vendor: Sun Microsystems Inc. Java home: /usr/local/java/jdk1.6.0_18/jre Java classpath: /home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derby.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyclient.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbytools.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbynet.jar:/home/os136789/Apache/TinderBox_Derby/db2jcc/lib/db2jcc.jar:/home/os136789/Apache/TinderBox_Derby/db2jcc/lib/db2jcc_license_c.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyTesting.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyrun.jar:/home/os136789/Apache/TinderBox_Derby/trunk/tools/java/jakarta-oro-2.0.8.jar:/home/os136789/Apache/TinderBox_Derby/trunk/tools/java/junit.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_de_DE.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_es.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_fr.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_it.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_ja_JP.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_ko_KR.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_pt_BR.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_zh_CN.jar:/home/os136789/Apache/TinderBox_Derby/trunk/jars/insane/derbyLocale_zh_TW.jar:/usr/local/share/java/xalan/serializer.jar:/usr/local/share/java/xalan/xalan.jar:/usr/local/share/java/xalan/xercesImpl.jar:/usr/local/share/java/xalan/xml-apis.jar:/usr/local/share/java/xalan/xsltc.jar OS name: SunOS OS architecture: x86 OS version: 5.10 Java user name: os136789 Java user home: /home/os136789 Java user dir: /export/home/tmp/os136789/testingDerbyTinderBox/SunOS-5.10_i86pc-i386/derbyall java.specification.name: Java Platform API Specification java.specification.version: 1.6 java.runtime.version: 1.6.0_18-b07 --------- Derby Information -------- JRE - JDBC: Java SE 6 - JDBC 4.0 [/export/home/tmp/os136789/trunk/jars/insane/derby.jar] 10.8.0.0 alpha - (1070190) [/export/home/tmp/os136789/trunk/jars/insane/derbytools.jar] 10.8.0.0 alpha - (1070190) [/export/home/tmp/os136789/trunk/jars/insane/derbynet.jar] 10.8.0.0 alpha - (1070190) [/export/home/tmp/os136789/trunk/jars/insane/derbyclient.jar] 10.8.0.0 alpha - (1070190) ------------------------------------------------------ ----------------- Locale Information ----------------- Current Locale : [English/United States [en_US]] Found support for locale: [cs] version: 10.8.0.0 alpha - (1070190) Found support for locale: [de_DE] version: 10.8.0.0 alpha - (1070190) Found support for locale: [es] version: 10.8.0.0 alpha - (1070190) Found support for locale: [fr] version: 10.8.0.0 alpha - (1070190) Found support for locale: [hu] version: 10.8.0.0 alpha - (1070190) Found support for locale: [it] version: 10.8.0.0 alpha - (1070190) Found support for locale: [ja_JP] version: 10.8.0.0 alpha - (1070190) Found support for locale: [ko_KR] version: 10.8.0.0 alpha - (1070190) Found support for locale: [pl] version: 10.8.0.0 alpha - (1070190) Found support for locale: [pt_BR] version: 10.8.0.0 alpha - (1070190) Found support for locale: [ru] version: 10.8.0.0 alpha - (1070190) Found support for locale: [zh_CN] version: 10.8.0.0 alpha - (1070190) Found support for locale: [zh_TW] version: 10.8.0.0 alpha - (1070190) ------------------------------------------------------ Test environment information: COMMAND LINE STYLE: jdk13 TEST CANONS: master ------------------------------------------------------ ------------------------------------------------------ Summary results: Test Run Started: 2011-02-13 09:09:44.0 Test Run Duration: 00:32:54 198 Tests Run 97% Pass (194 tests passed) 3% Fail (4 tests failed) 0 Suites skipped ------------------------------------------------------ Failed tests in: derbyall_fail.txt ------------------------------------------------------ Passed tests in: derbyall_pass.txt ------------------------------------------------------ System properties in: derbyall_prop.txt ------------------------------------------------------ ------------------------------------------------------ Failure Details: ********* Diff file derbyall/storeall/storemats/storemats/updatelocksJDBC30.diff *** Start: updatelocksJDBC30 jdk1.6.0_18 storemats:storemats 2011-02-13 09:20:01 *** 2504,2513d2503 < APP |UserTran|TABLE |1 |IX |A |Tablelock |GRANT|ACTIVE < ij> next scan_cursor; < A |B |C < -------------------------------------------------------------------------------------------------------------------------------------------------------- < 3 |-30 |-three < ij> update a set b=30,c='three' where current of scan_cursor; < 1 row inserted/updated/deleted < ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; < USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS < --------------------------------------------------------------------------- 2514a2505,2514 > ij> next scan_cursor; > A |B |C > -------------------------------------------------------------------------------------------------------------------------------------------------------- > 3 |-30 |-three > ij> update a set b=30,c='three' where current of scan_cursor; > 1 row inserted/updated/deleted > ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; > USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS > --------------------------------------------------------------------------- > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 2524 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 2524a2524 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 2531 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 2531a2531 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 7841,7850d7840 < APP |UserTran|TABLE |1 |IX |A |Tablelock |GRANT|ACTIVE < ij> next scan_cursor; < A |B |C < -------------------------------------------------------------------------------------------------------------------------------------------------------- < 3 |-30 |-three < ij> update a set b=30,c='three' where current of scan_cursor; < 1 row inserted/updated/deleted < ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; < USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS < --------------------------------------------------------------------------- 7851a7842,7851 > ij> next scan_cursor; > A |B |C > -------------------------------------------------------------------------------------------------------------------------------------------------------- > 3 |-30 |-three > ij> update a set b=30,c='three' where current of scan_cursor; > 1 row inserted/updated/deleted > ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; > USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS > --------------------------------------------------------------------------- > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 7861 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 7861a7861 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 7869 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 7869a7869 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14874,14883d14873 < APP |UserTran|TABLE |1 |IX |A |Tablelock |GRANT|ACTIVE < ij> next scan_cursor; < A |B |C < -------------------------------------------------------------------------------------------------------------------------------------------------------- < 3 |-30 |-three < ij> update a set b=30,c='three' where current of scan_cursor; < 1 row inserted/updated/deleted < ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; < USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS < --------------------------------------------------------------------------- 14884a14875,14884 > ij> next scan_cursor; > A |B |C > -------------------------------------------------------------------------------------------------------------------------------------------------------- > 3 |-30 |-three > ij> update a set b=30,c='three' where current of scan_cursor; > 1 row inserted/updated/deleted > ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; > USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS > --------------------------------------------------------------------------- > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14895 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 14895a14895 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14905 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 14905a14905 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE Test Failed. *** End: updatelocksJDBC30 jdk1.6.0_18 storemats:storemats 2011-02-13 09:20:08 *** ********* Diff file derbyall/storeall/storemats/storemats/updatelocks.diff *** Start: updatelocks jdk1.6.0_18 storemats:storemats 2011-02-13 09:20:09 *** 28965,28974d28964 < APP |UserTran|TABLE |1 |IX |A |Tablelock |GRANT|ACTIVE < ij> next scan_cursor; < A |B |C < -------------------------------------------------------------------------------------------------------------------------------------------------------- < 3 |-30 |-three < ij> update a set b=30,c='three' where current of scan_cursor; < 1 row inserted/updated/deleted < ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; < USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS < --------------------------------------------------------------------------- 28975a28966,28975 > ij> next scan_cursor; > A |B |C > -------------------------------------------------------------------------------------------------------------------------------------------------------- > 3 |-30 |-three > ij> update a set b=30,c='three' where current of scan_cursor; > 1 row inserted/updated/deleted > ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; > USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS > --------------------------------------------------------------------------- > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 28985 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 28985a28985 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 28992 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 28992a28992 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE Test Failed. *** End: updatelocks jdk1.6.0_18 storemats:storemats 2011-02-13 09:20:20 *** ********* Diff file derbyall/derbynetclientmats/DerbyNetClient/encodingTests/TestEnc.diff *** Start: TestEnc jdk1.6.0_18 DerbyNetClient derbynetclientmats:encodingTests 2011-02-13 09:25:21 *** derbyTesting.encoding can only be used with jdk15, skipping test *** End: TestEnc jdk1.6.0_18 DerbyNetClient derbynetclientmats:encodingTests 2011-02-13 09:25:21 *** ********* Diff file derbyall/encryptionAll/storemats/storemats/updatelocksJDBC30.diff *** Start: updatelocksJDBC30 jdk1.6.0_18 storemats:storemats 2011-02-13 09:28:21 *** 10700,10709d10699 < APP |UserTran|TABLE |1 |IX |A |Tablelock |GRANT|ACTIVE < ij> next scan_cursor; < A |B |C < -------------------------------------------------------------------------------------------------------------------------------------------------------- < 3 |-30 |-three < ij> update a set b=30,c='three' where current of scan_cursor; < 1 row inserted/updated/deleted < ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; < USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS < --------------------------------------------------------------------------- 10710a10701,10710 > ij> next scan_cursor; > A |B |C > -------------------------------------------------------------------------------------------------------------------------------------------------------- > 3 |-30 |-three > ij> update a set b=30,c='three' where current of scan_cursor; > 1 row inserted/updated/deleted > ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; > USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS > --------------------------------------------------------------------------- > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 10720 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 10720a10720 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 10728 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 10728a10728 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14874,14883d14873 < APP |UserTran|TABLE |1 |IX |A |Tablelock |GRANT|ACTIVE < ij> next scan_cursor; < A |B |C < -------------------------------------------------------------------------------------------------------------------------------------------------------- < 3 |-30 |-three < ij> update a set b=30,c='three' where current of scan_cursor; < 1 row inserted/updated/deleted < ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; < USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS < --------------------------------------------------------------------------- 14884a14875,14884 > ij> next scan_cursor; > A |B |C > -------------------------------------------------------------------------------------------------------------------------------------------------------- > 3 |-30 |-three > ij> update a set b=30,c='three' where current of scan_cursor; > 1 row inserted/updated/deleted > ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; > USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS > --------------------------------------------------------------------------- > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14895 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 14895a14895 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14905 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 14905a14905 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE Test Failed. *** End: updatelocksJDBC30 jdk1.6.0_18 storemats:storemats 2011-02-13 09:28:28 *** ********* Diff file derbyall/encryptionAll/storemats/storemats/updatelocks.diff *** Start: updatelocks jdk1.6.0_18 storemats:storemats 2011-02-13 09:28:29 *** 2847,2856d2846 < APP |UserTran|TABLE |1 |IX |A |Tablelock |GRANT|ACTIVE < ij> next scan_cursor; < A |B |C < -------------------------------------------------------------------------------------------------------------------------------------------------------- < 3 |-30 |-three < ij> update a set b=30,c='three' where current of scan_cursor; < 1 row inserted/updated/deleted < ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; < USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS < --------------------------------------------------------------------------- 2857a2848,2857 > ij> next scan_cursor; > A |B |C > -------------------------------------------------------------------------------------------------------------------------------------------------------- > 3 |-30 |-three > ij> update a set b=30,c='three' where current of scan_cursor; > 1 row inserted/updated/deleted > ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; > USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS > --------------------------------------------------------------------------- > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 2867 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 2867a2867 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 2874 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 2874a2874 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14688,14697d14687 < APP |UserTran|TABLE |1 |IX |A |Tablelock |GRANT|ACTIVE < ij> next scan_cursor; < A |B |C < -------------------------------------------------------------------------------------------------------------------------------------------------------- < 3 |-30 |-three < ij> update a set b=30,c='three' where current of scan_cursor; < 1 row inserted/updated/deleted < ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; < USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS < --------------------------------------------------------------------------- 14698a14689,14698 > ij> next scan_cursor; > A |B |C > -------------------------------------------------------------------------------------------------------------------------------------------------------- > 3 |-30 |-three > ij> update a set b=30,c='three' where current of scan_cursor; > 1 row inserted/updated/deleted > ij> select * from lock_table order by tabname, type desc, mode, cnt, lockname; > USERNAME|TRANTYPE|TYPE |CNT |MODE|TABNAME |LOCKNAME |STATE|STATUS > --------------------------------------------------------------------------- > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14708 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 14708a14708 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE 14716 del < APP |UserTran|TABLE |2 |IX |A |Tablelock |GRANT|ACTIVE 14716a14716 > APP |UserTran|TABLE |3 |IX |A |Tablelock |GRANT|ACTIVE Test Failed. *** End: updatelocks jdk1.6.0_18 storemats:storemats 2011-02-13 09:28:40 *** ------------------------------------------------------