You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Manjula Kutty (JIRA)" <ji...@apache.org> on 2007/05/16 21:45:16 UTC

[jira] Created: (DERBY-2660) Problems while running the junit tests on Z series machine

Problems while running the junit tests on Z series machine
----------------------------------------------------------

                 Key: DERBY-2660
                 URL: https://issues.apache.org/jira/browse/DERBY-2660
             Project: Derby
          Issue Type: Test
          Components: Test
    Affects Versions: 10.3.0.0
         Environment: Z series : OS/390
java:
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pmz31dev-20070201 (SR4))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123-20070201 (JI
T enabled)
J9VM - 20070131_11312_bHdSMr
JIT  - 20070109_1805ifx1_r8
GC   - 200701_09)
JCL  - 20070126
 derby info: 10.3.0.0 alpha - (531672)


            Reporter: Manjula Kutty


There are quite a few failures and errors but could not figure which tests are faling since the stack trace showed only errors for connection problems. Then I tried running each suite seperatley. The lang suite ran fine with failures for the file comparison tests which uses the LangScripts.java. But while running the jdbcapi the tests seems never ending. I tried running the tests with the "nohup" command and I could see the java process is still running, but no output from the test run other than "....."and occasional FFF and EEE. how  csould I figure out which test is hanging?? Also Is there a better and easy way to get the name of the tests which are passed and which are failed???

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DERBY-2660) Problems while running the junit tests on Z series machine

Posted by "Manjula Kutty (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manjula Kutty updated DERBY-2660:
---------------------------------

    Attachment: tools_suite.out
                lang_suite.out
                derbynet_suite.out

Here is the report after running each suite seperately

Suite: lang
Total Tests:750
Errors:1
1) testReplacedClass(org.apache.derbyTesting.functionTests.tests.lang.DatabaseCl
assLoadingTest)java.sql.SQLException: The exception 'java.sql.SQLException: A SA
VEPOINT with the passed name already exists in the current transaction.' was thr
own while evaluating an expression.
Passed when  ran the DatabaseClassLoadingTest alone
Failures:15 : All faillures are due the comparison failure on LangHarnessJavaTest. Attaching the out file for review

Suite: jdbcapi	
Tests hung on BlobClob4BlobTest
Total Tests:
Errors:
Failures

Suite:  tools
Total Tests:58	
Errors:0
Failures: 2
1) testImportDataExportQueryLobsInExtFile(org.apache.derbyTesting.functionTests.
tests.tools.ImportExportLobTest)junit.framework.AssertionFailedError: Clobs diff
er at index 1 expected:<99> but was:<196>
Attaching the out filefor review
Both failures are same


Suite: nist
Total Tests: 126	
Errors:0
Failures:1
1) dml148(org.apache.derbyTesting.functionTests.tests.nist.NistScripts)junit.fra
mework.ComparisonFailure: Output at line 142 expected:<...MPNAME             |CI
TY           |T_DECIMAL   > but was:<...RROR 42X01: Syntax error: Encountered "T
E" at line 2, column 6.>
Passed when ran the same sql file through ij


Suite: store	
Total Tests: 6
Errors:0
Failures:0

Suite: derbynet
Total Tests: 63
Errors:0
Failures:6
2 types of failures, SocketException and Comparision failure
Attaching the out file for review


> Problems while running the junit tests on Z series machine
> ----------------------------------------------------------
>
>                 Key: DERBY-2660
>                 URL: https://issues.apache.org/jira/browse/DERBY-2660
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0
>         Environment: Z series : OS/390
> java:
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pmz31dev-20070201 (SR4))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123-20070201 (JI
> T enabled)
> J9VM - 20070131_11312_bHdSMr
> JIT  - 20070109_1805ifx1_r8
> GC   - 200701_09)
> JCL  - 20070126
>  derby info: 10.3.0.0 alpha - (531672)
>            Reporter: Manjula Kutty
>         Attachments: derbynet_suite.out, lang_suite.out, tools_suite.out
>
>
> There are quite a few failures and errors but could not figure which tests are faling since the stack trace showed only errors for connection problems. Then I tried running each suite seperatley. The lang suite ran fine with failures for the file comparison tests which uses the LangScripts.java. But while running the jdbcapi the tests seems never ending. I tried running the tests with the "nohup" command and I could see the java process is still running, but no output from the test run other than "....."and occasional FFF and EEE. how  csould I figure out which test is hanging?? Also Is there a better and easy way to get the name of the tests which are passed and which are failed???

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2660) Problems while running the junit tests on Z series machine

Posted by "Manjula Kutty (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582839#action_12582839 ] 

Manjula Kutty commented on DERBY-2660:
--------------------------------------

Happens with ibm16 also

Here is the version info for ibm16

-----Java version ---------
java version "1.6.0"
Java(TM) SE Runtime Environment (build pmz3160-20071123_01)
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 z/OS s390-31 jvmmz3160-20071121_1501
5 (JIT enabled)
J9VM - 20071121_015015_bHdSMr
JIT  - r9_20071121_1330
GC   - 20071031_AA)
JCL  - 20071118_01

> Problems while running the junit tests on Z series machine
> ----------------------------------------------------------
>
>                 Key: DERBY-2660
>                 URL: https://issues.apache.org/jira/browse/DERBY-2660
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.1.4
>         Environment: Z series : OS/390
> java:
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pmz31dev-20070201 (SR4))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123-20070201 (JI
> T enabled)
> J9VM - 20070131_11312_bHdSMr
> JIT  - 20070109_1805ifx1_r8
> GC   - 200701_09)
> JCL  - 20070126
>  derby info: 10.3.0.0 alpha - (531672)
>            Reporter: Manjula Kutty
>         Attachments: derbynet_suite.out, lang_suite.out, tools_suite.out
>
>
> There are quite a few failures and errors but could not figure which tests are faling since the stack trace showed only errors for connection problems. Then I tried running each suite seperatley. The lang suite ran fine with failures for the file comparison tests which uses the LangScripts.java. But while running the jdbcapi the tests seems never ending. I tried running the tests with the "nohup" command and I could see the java process is still running, but no output from the test run other than "....."and occasional FFF and EEE. how  csould I figure out which test is hanging?? Also Is there a better and easy way to get the name of the tests which are passed and which are failed???

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2660) Problems while running the junit tests on Z series machine

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497360 ] 

Kristian Waagan commented on DERBY-2660:
----------------------------------------

Are you sure the BlobClob4BlobTest is hung?
It can take quite some time to run. If 'jstack' is available on Z series machines, it could be used see what the process is up to. 
I guess kill -3 / kill -QUIT should work too, but I don't know where the output goes... Probably redirected to some file, maybe under 'logs/' or 'system/derby.log'?

> Problems while running the junit tests on Z series machine
> ----------------------------------------------------------
>
>                 Key: DERBY-2660
>                 URL: https://issues.apache.org/jira/browse/DERBY-2660
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0
>         Environment: Z series : OS/390
> java:
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pmz31dev-20070201 (SR4))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123-20070201 (JI
> T enabled)
> J9VM - 20070131_11312_bHdSMr
> JIT  - 20070109_1805ifx1_r8
> GC   - 200701_09)
> JCL  - 20070126
>  derby info: 10.3.0.0 alpha - (531672)
>            Reporter: Manjula Kutty
>         Attachments: derbynet_suite.out, lang_suite.out, tools_suite.out
>
>
> There are quite a few failures and errors but could not figure which tests are faling since the stack trace showed only errors for connection problems. Then I tried running each suite seperatley. The lang suite ran fine with failures for the file comparison tests which uses the LangScripts.java. But while running the jdbcapi the tests seems never ending. I tried running the tests with the "nohup" command and I could see the java process is still running, but no output from the test run other than "....."and occasional FFF and EEE. how  csould I figure out which test is hanging?? Also Is there a better and easy way to get the name of the tests which are passed and which are failed???

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2660) Problems while running the junit tests on Z series machine

Posted by "Manjula Kutty (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506651 ] 

Manjula Kutty commented on DERBY-2660:
--------------------------------------

I ran the jdbcapi suite broken in to 4 subsuites and ran them seperately and at that time there was no hang. 

> Problems while running the junit tests on Z series machine
> ----------------------------------------------------------
>
>                 Key: DERBY-2660
>                 URL: https://issues.apache.org/jira/browse/DERBY-2660
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0
>         Environment: Z series : OS/390
> java:
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pmz31dev-20070201 (SR4))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123-20070201 (JI
> T enabled)
> J9VM - 20070131_11312_bHdSMr
> JIT  - 20070109_1805ifx1_r8
> GC   - 200701_09)
> JCL  - 20070126
>  derby info: 10.3.0.0 alpha - (531672)
>            Reporter: Manjula Kutty
>         Attachments: derbynet_suite.out, lang_suite.out, tools_suite.out
>
>
> There are quite a few failures and errors but could not figure which tests are faling since the stack trace showed only errors for connection problems. Then I tried running each suite seperatley. The lang suite ran fine with failures for the file comparison tests which uses the LangScripts.java. But while running the jdbcapi the tests seems never ending. I tried running the tests with the "nohup" command and I could see the java process is still running, but no output from the test run other than "....."and occasional FFF and EEE. how  csould I figure out which test is hanging?? Also Is there a better and easy way to get the name of the tests which are passed and which are failed???

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2660) Problems while running the junit tests on Z series machine

Posted by "Anurag Shekhar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497368 ] 

Anurag Shekhar commented on DERBY-2660:
---------------------------------------

You can run the junit test (BlobClob4BlobTest) in swingui. It shows what 
test is currently running. You will be able to make out which test is 
hanging.




> Problems while running the junit tests on Z series machine
> ----------------------------------------------------------
>
>                 Key: DERBY-2660
>                 URL: https://issues.apache.org/jira/browse/DERBY-2660
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0
>         Environment: Z series : OS/390
> java:
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pmz31dev-20070201 (SR4))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123-20070201 (JI
> T enabled)
> J9VM - 20070131_11312_bHdSMr
> JIT  - 20070109_1805ifx1_r8
> GC   - 200701_09)
> JCL  - 20070126
>  derby info: 10.3.0.0 alpha - (531672)
>            Reporter: Manjula Kutty
>         Attachments: derbynet_suite.out, lang_suite.out, tools_suite.out
>
>
> There are quite a few failures and errors but could not figure which tests are faling since the stack trace showed only errors for connection problems. Then I tried running each suite seperatley. The lang suite ran fine with failures for the file comparison tests which uses the LangScripts.java. But while running the jdbcapi the tests seems never ending. I tried running the tests with the "nohup" command and I could see the java process is still running, but no output from the test run other than "....."and occasional FFF and EEE. how  csould I figure out which test is hanging?? Also Is there a better and easy way to get the name of the tests which are passed and which are failed???

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DERBY-2660) Problems while running the junit tests on Z series machine

Posted by "Kathey Marsden (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kathey Marsden resolved DERBY-2660.
-----------------------------------

    Resolution: Invalid

Closing invalid as this confirmed as a jvm issue.


> Problems while running the junit tests on Z series machine
> ----------------------------------------------------------
>
>                 Key: DERBY-2660
>                 URL: https://issues.apache.org/jira/browse/DERBY-2660
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.1.4
>         Environment: Z series : OS/390
> java:
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pmz31dev-20070201 (SR4))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123-20070201 (JI
> T enabled)
> J9VM - 20070131_11312_bHdSMr
> JIT  - 20070109_1805ifx1_r8
> GC   - 200701_09)
> JCL  - 20070126
>  derby info: 10.3.0.0 alpha - (531672)
>            Reporter: Manjula Kutty
>         Attachments: derbynet_suite.out, lang_suite.out, tools_suite.out
>
>
> There are quite a few failures and errors but could not figure which tests are faling since the stack trace showed only errors for connection problems. Then I tried running each suite seperatley. The lang suite ran fine with failures for the file comparison tests which uses the LangScripts.java. But while running the jdbcapi the tests seems never ending. I tried running the tests with the "nohup" command and I could see the java process is still running, but no output from the test run other than "....."and occasional FFF and EEE. how  csould I figure out which test is hanging?? Also Is there a better and easy way to get the name of the tests which are passed and which are failed???

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DERBY-2660) Problems while running the junit tests on Z series machine

Posted by "Manjula Kutty (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497566 ] 

Manjula Kutty commented on DERBY-2660:
--------------------------------------

There is no xwindows functions on the Zos machine. So I can not use the swingui. Any way I restarted the test with the new build. Will update the results later

> Problems while running the junit tests on Z series machine
> ----------------------------------------------------------
>
>                 Key: DERBY-2660
>                 URL: https://issues.apache.org/jira/browse/DERBY-2660
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.3.0.0
>         Environment: Z series : OS/390
> java:
> java version "1.5.0"
> Java(TM) 2 Runtime Environment, Standard Edition (build pmz31dev-20070201 (SR4))
> IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123-20070201 (JI
> T enabled)
> J9VM - 20070131_11312_bHdSMr
> JIT  - 20070109_1805ifx1_r8
> GC   - 200701_09)
> JCL  - 20070126
>  derby info: 10.3.0.0 alpha - (531672)
>            Reporter: Manjula Kutty
>         Attachments: derbynet_suite.out, lang_suite.out, tools_suite.out
>
>
> There are quite a few failures and errors but could not figure which tests are faling since the stack trace showed only errors for connection problems. Then I tried running each suite seperatley. The lang suite ran fine with failures for the file comparison tests which uses the LangScripts.java. But while running the jdbcapi the tests seems never ending. I tried running the tests with the "nohup" command and I could see the java process is still running, but no output from the test run other than "....."and occasional FFF and EEE. how  csould I figure out which test is hanging?? Also Is there a better and easy way to get the name of the tests which are passed and which are failed???

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.