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 2013/09/05 02:06:51 UTC

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

Bryan Pendleton created DERBY-6334:
--------------------------------------

             Summary: 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.0.0
            Reporter: Bryan Pendleton
            Priority: Minor


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira