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 "Bryan Pendleton (JIRA)" <ji...@apache.org> on 2015/10/17 02:27:05 UTC

[jira] [Resolved] (DERBY-6334) Test harness security policy prevents running DatabaseClassLoadingTest twice

     [ https://issues.apache.org/jira/browse/DERBY-6334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Pendleton resolved DERBY-6334.
------------------------------------
       Resolution: Fixed
    Fix Version/s: 10.13.0.0

Hi Kathey,

I agree, the test is running fine for me too, multiple times in a row.

I'm not exactly sure which release Knut Anders's fix was in. I did my
re-testing in trunk, so I marked the issue as resolved in 10.13.

Thanks for following up!

> Test harness security policy prevents running DatabaseClassLoadingTest twice
> ----------------------------------------------------------------------------
>
>                 Key: DERBY-6334
>                 URL: https://issues.apache.org/jira/browse/DERBY-6334
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.11.1.1
>            Reporter: Bryan Pendleton
>            Priority: Minor
>             Fix For: 10.13.0.0
>
>
> If I try to run DatabaseClassLoadingTest twice in a row, the second run 
> immediately fails with a AccessControlException.
> To reproduce the problem:
> 1) cd to a fresh empty directory
> 2) java junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.lang.DatabaseClassLoadingTest
> (test will pass)
> 3) java junit.textui.TestRunner org.apache.derbyTesting.functionTests.tests.lang.DatabaseClassLoadingTest
> (test will fail with an AccessControlException)
> It's possible that this is due to a problem with the security policy that the
> test harness includes for running the unit tests?
> I'll include the stack trace in a comment to this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)