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 "Mike Matrigali (JIRA)" <ji...@apache.org> on 2009/12/08 00:10:18 UTC

[jira] Created: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  	
---------------------------------------------------------------------------------------------

                 Key: DERBY-4463
                 URL: https://issues.apache.org/jira/browse/DERBY-4463
             Project: Derby
          Issue Type: Bug
          Components: Test
    Affects Versions: 10.6.0.0
         Environment: failed on windows with ibm15 and ibm16 jvms

            Reporter: Mike Matrigali


7) JMXTest:clientjava.lang.InterruptedException: 
	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
	at junit.extensions.TestSetup.run(TestSetup.java:23)

Started failing with build 887040.  Here are links for the errors the first time it was encountered:
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt

And it still occurred in the next main build:
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt


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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788175#action_12788175 ] 

Dag H. Wanvik commented on DERBY-4463:
--------------------------------------

Committed the patch as svn 888881; hope this fixes the issue for the IBM VMs, although  I haven't been able to run those tests. Let me know if there is still an issue.


> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787579#action_12787579 ] 

Dag H. Wanvik commented on DERBY-4463:
--------------------------------------

Yes, the flag is not cleared if the the exception is not raised, I see. I guess this is the likely cause here.
Uploading a new patch which always clears the flag on teardown, 
I'll commit it as soon as my regressions pass.


> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  	
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Resolved: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Myrna van Lunteren resolved DERBY-4463.
---------------------------------------

    Resolution: Invalid

I logged a bug against the ibm jvms, and am marking this as invalid.

I note that when this gets fixed in the jvm, we should re-enable the Derby151Test for ibm jvms.

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.1.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff, DERBY-4463_debugnot4commit.diff, TestInterrupted.java, tmpsteibm16.out, tmpstejdk16.out
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik updated DERBY-4463:
---------------------------------

    Attachment:     (was: derby-4463-2.diff)

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Rick Hillegas updated DERBY-4463:
---------------------------------

    Fix Version/s:     (was: 10.6.1.0)

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.1.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Assigned: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik reassigned DERBY-4463:
------------------------------------

    Assignee:     (was: Dag H. Wanvik)

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.1.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>             Fix For: 10.6.1.0
>
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791363#action_12791363 ] 

Dag H. Wanvik commented on DERBY-4463:
--------------------------------------

Thanks, Mike. I think I am at a loss now, for how to fix this. Unless somebody can advise me, I see
two options; 1) disable the test for other than Sun VMs, or 2) remove the test entirely.

What do you think? I would have thought he last version of the test would always clear the interrupt flag
but it seems that is not the case... Is the IBM VM behaving correctly here?




> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12787393#action_12787393 ] 

Knut Anders Hatlen commented on DERBY-4463:
-------------------------------------------

I'd guess this is caused by the test added as part of DERBY-151, which interrupts the main JUnit thread.

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  	
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik updated DERBY-4463:
---------------------------------

    Issue & fix info: [High Value Fix]  (was: [Patch Available, High Value Fix])

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Mike Matrigali updated DERBY-4463:
----------------------------------


doesn't look like latest patch fixed in 889875 fixed the ibm results.  Here are results against
a build against 890158:

http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/890158-suites.All_diff.txt
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/890158-suites.All_diff.txt

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Mike Matrigali updated DERBY-4463:
----------------------------------


thanks dag.  I can't look at this until january (going on break).  I agree with knut something wierd is going on.  I reviewed all the patches and they looked good.  And
seems strange only this one test is affected with so many other tests 
in between.  

If anyone gets a chance to experiment on this I was thinking of trying the
following:
1) first thing i was going to do is verify it really is this test causing the
    problem, but the latest checkin verifies this.  As of build 892425 which
    turns off this test
    the nightly's are passing with no errors on the ibm jvm's.
2) Next step is to try to narrow down the problem as it has only be
    been verified running the whole suite.  maybe first just running the 
    problem test followed by the jmx suite.

I don't really know anything about the jmx test that is failing, any description
of the state of the test at the failure might be helpful.

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik updated DERBY-4463:
---------------------------------

    Attachment: derby-4463-except-non-sun-vm.diff

Uploading a fix (derby-4463-except-non-sun-vm) that should disable Derby151Test for non-Sun VMs. Will commit this as soon as I have run regressions.


> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Kathey Marsden updated DERBY-4463:
----------------------------------

    Attachment: TestInterrupted.java

Myrna and I looked at this together a bit today.
It looks like there is a bug with the IBM JVM related to Thread.interrupted() and Process.waitFor().  The attached program TestInterrupted.java shows the problem:
Even though interrupted() shows false after being called the first time, Process.waitFor() fails with:
$ java TestInterrupted
Thread.currentThrad().interrupt() sets interrupted flag
Thread.currentThread().interrupted()true
Thread.currentThread().interrupted()false
Exception in thread "main" java.lang.InterruptedException
        at java.lang.ProcessImpl.waitFor(Native Method)
        at TestInterrupted.main(TestInterrupted.java:19)

This failure occurs  with:

java version "1.6.0"
Java(TM) SE Runtime Environment (build pwi3260sr8-20100409_01(SR8))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows XP x86-32 jvmwi3260sr8-20100
01_55940 (JIT enabled, AOT enabled)
J9VM - 20100401_055940
JIT  - r9_20100401_15339
GC   - 20100308_AA)
JCL  - 20100408_01

and

java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32devifx-20100127 (SR
11 FP1 ))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223ifx-2010
0125 (JIT enabled)
J9VM - 20100122_52103_lHdSMr
JIT  - 20091016_1845ifx1_r8
GC   - 20091026_AA)
JCL  - 20100127

The program succeeds with the Sun JVM and IBM 1.4.2 with:
$ java TestInterrupted
Thread.currentThrad().interrupt() sets interrupted flag
Thread.currentThread().interrupted()true
Thread.currentThread().interrupted()false
hello. Glad to be here!

Exit value=0




> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.1.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff, DERBY-4463_debugnot4commit.diff, TestInterrupted.java, tmpsteibm16.out, tmpstejdk16.out
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik updated DERBY-4463:
---------------------------------

    Issue & fix info: [High Value Fix, Patch Available]  (was: [High Value Fix])

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Myrna van Lunteren (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905782#action_12905782 ] 

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

I spent a little time reproducing this with ibm 1.6 jvm (sr8).

I can reproduce this if I create a suite that runs
- the Embedded test of Derby151Test
followed by
- the 'client' test of JMXTest

I achieved this by creating a TempSuite.java, running the two tests, but commenting out the clientServerDecorator of  Derby151Test.suite and the 'platform' part in MBeanTest.suite().



> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.1.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Myrna van Lunteren updated DERBY-4463:
--------------------------------------

    Attachment: DERBY-4463_debugnot4commit.diff
                tmpstejdk16.out
                tmpsteibm16.out

Attaching svn diff that shows the changes I made to play with this.
In this version, I commented out the Thread.currentThread().interrupted() in the finally block, because when I ran the 2 tests like this, there were some possibly interesting differences between sun and ibm 1.6 jvms; I'm attaching the output of each (run with java -Dderby.tests.trace=true -Dderby.tests.debug=true junit.textui.TestRunner).

It seems to me that with the flag not cleared, the Sun jvm stops the running of the JMXTest a lot sooner than the IBM jvm. The IBM jvm gives the same result for the JMXTest whether the interrupted call is in the finally block of the Derby151Test or not (although in both cases, the Derby151Test fails if it's not there)

This is not for commit.

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.1.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff, DERBY-4463_debugnot4commit.diff, tmpsteibm16.out, tmpstejdk16.out
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik updated DERBY-4463:
---------------------------------

    Attachment: derby-4463.diff

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  	
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>         Attachments: derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Assigned: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik reassigned DERBY-4463:
------------------------------------

    Assignee: Dag H. Wanvik

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  	
> ---------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>         Attachments: derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865978#action_12865978 ] 

Dag H. Wanvik commented on DERBY-4463:
--------------------------------------

Any progress on this, Mike? I'm unassigning myself from this issue now, since I can't reproduce it on the Sun VMs.


> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.1.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.1.0
>
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792533#action_12792533 ] 

Dag H. Wanvik commented on DERBY-4463:
--------------------------------------

Committed derby-4463-except-non-sun-vm as 892316. This should inhibit this test for non-Sun VMs. I leave this issue open till we know's going on with the IBM VMs.

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463-except-non-sun-vm.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Reopened: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Mike Matrigali reopened DERBY-4463:
-----------------------------------


The error was still encountered on IBM 15 and 16  jvm's for build 889062.

http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/889062-suites.All_diff.txt
http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/889062-suites.All_diff.txt

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik updated DERBY-4463:
---------------------------------

    Issue & fix info: [High Value Fix, Patch Available]  (was: [High Value Fix])
             Summary: JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:    (was: JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  	)

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>         Attachments: derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791518#action_12791518 ] 

Knut Anders Hatlen commented on DERBY-4463:
-------------------------------------------

What's odd is that Derby151Test is run as part of the store suite, and JMX is run as part of the management suite. Between these two suites, we run tools, engine, demo, memory, memorydb, i18n, stress.multi and jdbc4. How can the interrupted flag survive through all these suites without causing problems?

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Resolved: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik resolved DERBY-4463.
----------------------------------

          Resolution: Fixed
       Fix Version/s: 10.6.0.0
    Issue & fix info: [High Value Fix]  (was: [Patch Available, High Value Fix])

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik updated DERBY-4463:
---------------------------------

    Attachment: derby-4463-2.diff

Thanks, Mike. I thought in the client/server case, the server threads
would die after the test tears down the server, but it seems not
(necessarily at least). I think I'll move the clearing of the
interrupt flag into the stored procedure to avoid any thread with the
flag set hitting problems later.  So, the flag should get reset also for the
server thread experiencing this interrupt. Attaching derby-4463-2 for
this. Rerunning regressions.


> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Commented: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

Posted by "Dag H. Wanvik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-4463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789637#action_12789637 ] 

Dag H. Wanvik commented on DERBY-4463:
--------------------------------------

Ran regressions ok on Solaris and Windows/cygwin. Committed patch #2 as svn 889875.
Will hold off resolving till I hear the results fro the IBM VMs.


> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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


[jira] Updated: (DERBY-4463) JMX test in nightly test suite failed with: JMXTest:clientjava.lang.InterruptedException:

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

Dag H. Wanvik updated DERBY-4463:
---------------------------------

    Attachment: derby-4463-2.diff

> JMX test in nightly test suite failed with:  JMXTest:clientjava.lang.InterruptedException:  
> --------------------------------------------------------------------------------------------
>
>                 Key: DERBY-4463
>                 URL: https://issues.apache.org/jira/browse/DERBY-4463
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.6.0.0
>         Environment: failed on windows with ibm15 and ibm16 jvms
>            Reporter: Mike Matrigali
>            Assignee: Dag H. Wanvik
>             Fix For: 10.6.0.0
>
>         Attachments: derby-4463-2.diff, derby-4463.diff
>
>
> 7) JMXTest:clientjava.lang.InterruptedException: 
> 	at org.apache.derbyTesting.junit.SpawnedProcess.complete(SpawnedProcess.java:137)
> 	at org.apache.derbyTesting.junit.NetworkServerTestSetup.tearDown(NetworkServerTestSetup.java:392)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:20)
> 	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 junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
> 	at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
> 	at junit.extensions.TestSetup.run(TestSetup.java:23)
> Started failing with build 887040.  Here are links for the errors the first time it was encountered:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887040-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887040-suites.All_diff.txt
> And it still occurred in the next main build:
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm15/887483-suites.All_diff.txt
> http://people.apache.org/~myrnavl/derby_test_results/main/windows/testlog/ibm16/887483-suites.All_diff.txt

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