[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-03-10 Thread Kathey Marsden (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12577264#action_12577264
 ] 

Kathey Marsden commented on DERBY-3400:
---

Fixed with the following jvm version
java version 1.6.0
Java(TM) SE Runtime Environment (build pwi3260sr1-20080309_01)
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
jvmwi3260-20080308_17822 (JIT enabled, AOT enabled)
J9VM - 20080308_017822_lHdSMr
JIT  - r9_20080307_1821
GC   - 20080305_AB)
JCL  - 20080301_01
[C:/svn3/trunk]


 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
Assignee: Kathey Marsden
 Fix For: 10.4.0.0

 Attachments: derby-3400_diff.txt, TestDerby3400.java


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Manjula Kutty (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567803#action_12567803
 ] 

Manjula Kutty commented on DERBY-3400:
--

Yes, it does. Reproduced with -Xjit:count=0 option

 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 More info can be found at 
  
  
 http://people.apache.org/~fuzzylogic/derby_test_results/main/linux/testlog/ibm16/617742-suites.All_diff.txt


[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Kathey Marsden (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567844#action_12567844
 ] 

Kathey Marsden commented on DERBY-3400:
---

It also reproduces on Windows with -Xjit:count=0
I'll try to narrow it down into something smaller for the JVM team to work with 
and file a bug.



 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 More info can be found at 
  
  
 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Daniel John Debrunner (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567838#action_12567838
 ] 

Daniel John Debrunner commented on DERBY-3400:
--

Just to clarify, the original thread on derby-dev said the test failed on 
linux, this issue says windows.

Does it fail on both for you?

I see failures on both linux  windows with just DatabaseMetaDataTest and 
-Xjit:count=0 but I seem to be running an older vm on windows:

Java(TM) SE Runtime Environment (build pwi3260-20071123_01)
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260-20071121
_15015 (JIT enabled)
J9VM - 20071121_015015_lHdSMR
JIT  - r9_20071121_1330
GC   - 20071031_AA)
JCL  - 20071118_01

 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Daniel John Debrunner (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567827#action_12567827
 ] 

Daniel John Debrunner commented on DERBY-3400:
--

With -Xjit:count=0 DatabaseMetaDataTest fails by itself, that is outside of the 
upgrade tests.

 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 More info can be found at 
  
  
 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Kathey Marsden (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567821#action_12567821
 ] 

Kathey Marsden commented on DERBY-3400:
---

-Xjit:count=0 forces JIT on the first invokation.  For count=n, n is the number 
of times a method is invoked before it is compiled.  theThe -Xjit options are 
described in the diagnostics guilde
http://download.boulder.ibm.com/ibmdl/pub/software/dw/jdk/diagnosis/diag60.pdf


 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Manjula Kutty (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567815#action_12567815
 ] 

Manjula Kutty commented on DERBY-3400:
--

To make things clear,

The test passed with the following options
1. -Xint
2. -Xnojit

But failed with -Xjit:count=0


So I think this problem is a JIT issue

 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 More info can be found at 
  
  
 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Daniel John Debrunner (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567807#action_12567807
 ] 

Daniel John Debrunner commented on DERBY-3400:
--

Is -Xjit:count=0 the same as -Xnojit?

I see -Xnojit when I use -X to show all the non-standard options, but I don't 
see -Xjit:count described.

 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 More info can be found at 
  
  
 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-11 Thread Kathey Marsden (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567877#action_12567877
 ] 

Kathey Marsden commented on DERBY-3400:
---

I logged an IBM internal bug for this The defect number is 497430. Please ask 
me if you need status.


 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
Assignee: Kathey Marsden
 Fix For: 10.4.0.0

 Attachments: TestDerby3400.java


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 More info 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-08 Thread Manjula Kutty (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567182#action_12567182
 ] 

Manjula Kutty commented on DERBY-3400:
--

And here is the answer I got when I posted the same in the derby_dev list

Manjula Kutty wrote:
 The getTypeInfo Fails with ibm16 while running the UpgradeTests. Here is
 junit stack trace

 1)
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
 Column nullability do not match for column 16 expected:1 but was:0

 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)

 at
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)

 at
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)



 Does it look like derby issue or a jvm problem?


Looks like a jvm issue:

 DatabaseMetaDataTest passes on the same vm standalone.

 This test passes on other virtual machines.

 The expected and correct nullability for the column is non-null which
is a zero in the assert above. The the engine is returning the correct
value (0) but the assert is expecting (1).

 At line 2220 of DatabaseMetaDataTest is where the expected value for
this column is set:
  ODBC_COLUMN_NULLABILITY[16 - 1] = false;

The false would map to a zero in the expected value. It's as though that
line was not being executed by the virtual machine.

HTH,
Dan.


 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 

Re: [jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-08 Thread Myrna van Lunteren
On 2/8/08, Daniel John Debrunner (JIRA) [EMAIL PROTECTED] wrote:

[ 
 https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567209#action_12567209
  ]

 Daniel John Debrunner commented on DERBY-3400:
 --

 I think it is a jvm issue. The test changed with those commits, so a version 
 of the test passed previously with the ibm 6.0 jvm. Now a different version 
 of the test fails with the ibm 6.0 jvm on linux, but passes on every other 
 platform including ibm 6 on windows and passes on ibm 6.0 on linux when run 
 outside of the upgrade tests.

Right, I agree this looks like a jvm issue, I just meant to point out,
you can't duplicate this with earlier versions of the test.

Note also that as Manjula reported, that it *doesn't* occur when
running the DatabaseMetaDataTest against 10.4, only when running it in
the upgrade tests against an older version.

Myrna


[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-08 Thread Kathey Marsden (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567211#action_12567211
 ] 

Kathey Marsden commented on DERBY-3400:
---

Does the problem occur with JIT turned off?  

 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 More info can be found at 
  
  
 http://people.apache.org/~fuzzylogic/derby_test_results/main/linux/testlog/ibm16/617742-suites.All_diff.txt

-- 

[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-08 Thread Daniel John Debrunner (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567209#action_12567209
 ] 

Daniel John Debrunner commented on DERBY-3400:
--

I think it is a jvm issue. The test changed with those commits, so a version of 
the test passed previously with the ibm 6.0 jvm. Now a different version of the 
test fails with the ibm 6.0 jvm on linux, but passes on every other platform 
including ibm 6 on windows and passes on ibm 6.0 on linux when run outside of 
the upgrade tests.

The issue is that at a low level the test is coded to be:

assertEquals(0, 0);

but on ibm16 on linux at runtime what is actually being executed is:

  assertEquals(1,0);



 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service Pack 2
 Java user name:  mkutty
 Java user home:  C:\Documents and Settings\Administrator
 Java user dir:   C:\derbydev\trunk\test
 java.specification.name: Java Platform API Specification
 java.specification.version: 1.6
 - Derby Information 
 JRE - JDBC: Java SE 6 - JDBC 4.0
 [C:\derbydev\trunk\classes] 10.4.0.0 alpha - (1)
 --
 - Locale Information -
 Current Locale :  [English/United States [en_US]]
 Found support for locale: [cs]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [de_DE]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [es]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [fr]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [hu]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [it]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ja_JP]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ko_KR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pl]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [pt_BR]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [ru]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_CN]
  version: 10.4.0.0 alpha - (1)
 Found support for locale: [zh_TW]
  version: 10.4.0.0 alpha - (1)
 --
Reporter: Manjula Kutty
 Fix For: 10.4.0.0


 I can reproduce the test with the just one old version(10.2.2.0)
 Here is the junit stack trace
 1) 
 testGetTypeInfo(org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest)junit.framework.AssertionFailedError:
  Column nullability do not match for column 16 expected:1 but was:0
 at org.apache.derbyTesting.junit.JDBC.assertNullability(JDBC.java:741)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.assertMetaDataResultSet(DatabaseMetaDataTest.java:2348)
 at 
 org.apache.derbyTesting.functionTests.tests.jdbcapi.DatabaseMetaDataTest.testGetTypeInfo(DatabaseMetaDataTest.java:2230)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:99)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
 at junit.extensions.TestSetup.run(TestSetup.java:23)
 at org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
 at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
 at 

Re: [jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-08 Thread Myrna van Lunteren
 Note also that as Manjula reported, that it *doesn't* occur when
 running the DatabaseMetaDataTest against 10.4, only when running it in
 the upgrade tests against an older version.

 Myrna

I meant, when upgrading from an older version.


[jira] Commented: (DERBY-3400) testgetTypeInfo Fails with ibm16 while running the UpgradeTests

2008-02-08 Thread Myrna van Lunteren (JIRA)

[ 
https://issues.apache.org/jira/browse/DERBY-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567204#action_12567204
 ] 

Myrna van Lunteren commented on DERBY-3400:
---

Although this looks like a jvm issue, this first was with the build from on 
1/30/08, revision 616990.
Note that ibm16 results first were reported on 
http://people.apache.org/~fuzzylogic/derby_test_results/main/linux/index.html
on 1/31/08, but I've run test tests with that jvm version previously without 
these failures; records show they didn't occur on 1/29/08 (revision 616596), 
although that test run did not complete successfully. Note also, that somehow 
the build of 1/30/08 is not listed on 
http://people.apache.org/~fuzzylogic/derby_test_results/main/linux/index.html. 

Changes between 616596 (1/29/08) where these didn't occur, and 616990 (1/30/08) 
where they did, were:

SUBVERSION LOG FROM 616596 TO 616990:

r616982 | myrnavl | 2008-01-30 17:53:07 -0800 (Wed, 30 Jan 2008) | 9 lines

DERBY-3088 - (partial) follow up patch to convert testProperties to junit test
  ServerPropertiesTest.
  This change reworks the first fixture (ttestSetPortPriority) to take advantage
  of NetworkServerTestSetup; to do so there are changes to
  NetworkServerTestSetup. Also modified method execJavaCmd in junit.Utilities to
  do something in addition to the assertExecJavaCmdAsExpected in BaseTestCase
  and made use if it.


r616924 | djd | 2008-01-30 14:24:12 -0800 (Wed, 30 Jan 2008) | 2 lines

Complete the set of utility methods that return JDBC statements in BaseJDBCTestC
ase.
Ensure all the statement utility methods close the statement at teardown time.

r616908 | djd | 2008-01-30 13:13:05 -0800 (Wed, 30 Jan 2008) | 1 line

DERBY-2775 Remove setNullability methods on TypeDescriptorImpl and DataTypeDescr
iptor to make the types actually immutable wrt nullability.

r616873 | djd | 2008-01-30 11:57:38 -0800 (Wed, 30 Jan 2008) | 1 line

Add some test cases for nullability of the value from a CASE expression. One of
the cases failed before revision 616853 for DERBY-2775.

r616853 | djd | 2008-01-30 11:36:14 -0800 (Wed, 30 Jan 2008) | 2 lines

DERBY-2775 Remove last use of DataTypeDescriptor.setNullability() to make DTD's
use immutable wrt nullability. Fixes DERBY-3346 and DERBY-3342 which were cases
when a query was getting the incorrect nullability for some columns due to the m
utability of DTD when shared across nodes.


r616834 | bpendleton | 2008-01-30 10:32:36 -0800 (Wed, 30 Jan 2008) | 8 lines

DERBY-3203: Convert jdbcapi/statementJdbc20.java to JUnit

This change deletes statementJdbc20.java and statementJdbc20.out. It is
a follow-on to revision 601058, which deleted all the content of those
files but didn't delete the actual files themselves.

Patch contributed by Ramin Moazeni (rmoazeni at gmail dot com)


r616788 | kristwaa | 2008-01-30 07:30:39 -0800 (Wed, 30 Jan 2008) | 3 lines

DERBY-2760: Clean-up issues for UTF8Util.java. Added 4 lines of comments, adding
 binary representations for the hexadecimal numbers.
Patch file: n/a


r616786 | kristwaa | 2008-01-30 07:24:44 -0800 (Wed, 30 Jan 2008) | 3 lines

DERBY-2760: Clean-up issues for UTF8Util.java. Added a few more tests to improve
 test coverage.
Patch file: derby-2760-3a-extra_tests.diff



 testgetTypeInfo Fails with ibm16 while running the UpgradeTests
 ---

 Key: DERBY-3400
 URL: https://issues.apache.org/jira/browse/DERBY-3400
 Project: Derby
  Issue Type: Bug
Affects Versions: 10.4.0.0
 Environment: java version 1.6.0
 Java(TM) SE Runtime Environment (build pwi3260sr1-20080108_02)
 IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows XP x86-32 
 jvmwi3260-20080102
 _15870 (JIT enabled)
 J9VM - 20080102_015870_lHdSMr
 JIT  - r9_20080101_1821
 GC   - 20071224_AA)
 JCL  - 20071219_01
 sysinfo
 -
 [C:/derbydev/trunk/test] java org.apache.derby.tools.sysinfo
 -- Java Information --
 Java Version:1.6.0
 Java Vendor: IBM Corporation
 Java home:   c:\p4client\mkutty_main\ibm16\jre
 Java classpath:  
 c:/derbydev/trunk/classes;c:/derbydev/trunk/tools/java/junit.ja
 r;.
 OS name: Windows XP
 OS architecture: x86
 OS version:  5.1 build 2600 Service