You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2006/07/08 19:30:29 UTC

[jira] Created: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

2 tests failing on JDK 1.4/1.6 on Linux
---------------------------------------

         Key: POOL-82
         URL: http://issues.apache.org/jira/browse/POOL-82
     Project: Commons Pool
        Type: Bug

 Environment: JDK 1.6 and 1.4.2 on Debian Linux
    Reporter: Henri Yandell


Might already be known, but figured I'd report it just in case.


Testsuite: org.apache.commons.pool.TestObjectPoolFactory
Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec

Testcase: warning(junit.framework.TestSuite$1): FAILED
Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()


and


Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec

Testcase: warning(junit.framework.TestSuite$1): FAILED
Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [jira] Closed: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

Posted by Henri Yandell <fl...@gmail.com>.
Thanks Sandy :)

Sorry for being a pain,

Hen

On 7/14/06, Sandy McArthur (JIRA) <ji...@apache.org> wrote:
>      [ http://issues.apache.org/jira/browse/POOL-82?page=all ]
>
> Sandy McArthur closed POOL-82.
> ------------------------------
>
>     Fix Version/s: Nightly Builds
>        Resolution: Fixed
>
> Commited changes so the unit tests don't fail under maven.
>
> > 2 tests failing on JDK 1.4/1.6 on Linux
> > ---------------------------------------
> >
> >                 Key: POOL-82
> >                 URL: http://issues.apache.org/jira/browse/POOL-82
> >             Project: Commons Pool
> >          Issue Type: Bug
> >         Environment: JDK 1.6 and 1.4.2 on Debian Linux
> >            Reporter: Henri Yandell
> >         Assigned To: Sandy McArthur
> >             Fix For: Nightly Builds
> >
> >
> > Might already be known, but figured I'd report it just in case.
> > Testsuite: org.apache.commons.pool.TestObjectPoolFactory
> > Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec
> > Testcase: warning(junit.framework.TestSuite$1): FAILED
> > Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> > junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> > and
> > Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
> > Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec
> > Testcase: warning(junit.framework.TestSuite$1): FAILED
> > Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> > junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/POOL-82?page=comments#action_12420994 ] 

Henri Yandell commented on POOL-82:
-----------------------------------

I'm doing "maven clean jar" by the way - in case you're referring to the Ant build with TestAll.

> 2 tests failing on JDK 1.4/1.6 on Linux
> ---------------------------------------
>
>          Key: POOL-82
>          URL: http://issues.apache.org/jira/browse/POOL-82
>      Project: Commons Pool
>         Type: Bug

>  Environment: JDK 1.6 and 1.4.2 on Debian Linux
>     Reporter: Henri Yandell
>     Assignee: Sandy McArthur

>
> Might already be known, but figured I'd report it just in case.
> Testsuite: org.apache.commons.pool.TestObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> and
> Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Closed: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

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

Henri Yandell closed POOL-82.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Nightly Builds)
                   2.0

> 2 tests failing on JDK 1.4/1.6 on Linux
> ---------------------------------------
>
>                 Key: POOL-82
>                 URL: https://issues.apache.org/jira/browse/POOL-82
>             Project: Commons Pool
>          Issue Type: Bug
>         Environment: JDK 1.6 and 1.4.2 on Debian Linux
>            Reporter: Henri Yandell
>         Assigned To: Sandy McArthur
>             Fix For: 2.0
>
>
> Might already be known, but figured I'd report it just in case.
> Testsuite: org.apache.commons.pool.TestObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> and
> Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Closed: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

Posted by "Sandy McArthur (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/POOL-82?page=all ]

Sandy McArthur closed POOL-82.
------------------------------

    Fix Version/s: Nightly Builds
       Resolution: Fixed

Commited changes so the unit tests don't fail under maven.

> 2 tests failing on JDK 1.4/1.6 on Linux
> ---------------------------------------
>
>                 Key: POOL-82
>                 URL: http://issues.apache.org/jira/browse/POOL-82
>             Project: Commons Pool
>          Issue Type: Bug
>         Environment: JDK 1.6 and 1.4.2 on Debian Linux
>            Reporter: Henri Yandell
>         Assigned To: Sandy McArthur
>             Fix For: Nightly Builds
>
>
> Might already be known, but figured I'd report it just in case.
> Testsuite: org.apache.commons.pool.TestObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> and
> Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Closed: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

Posted by "Sandy McArthur (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/POOL-82?page=all ]
     
Sandy McArthur closed POOL-82:
------------------------------

    Resolution: Invalid
     Assign To: Sandy McArthur

Closing, this isn't a real unit test failure.

> 2 tests failing on JDK 1.4/1.6 on Linux
> ---------------------------------------
>
>          Key: POOL-82
>          URL: http://issues.apache.org/jira/browse/POOL-82
>      Project: Commons Pool
>         Type: Bug

>  Environment: JDK 1.6 and 1.4.2 on Debian Linux
>     Reporter: Henri Yandell
>     Assignee: Sandy McArthur

>
> Might already be known, but figured I'd report it just in case.
> Testsuite: org.apache.commons.pool.TestObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> and
> Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Reopened: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

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

Henri Yandell reopened POOL-82:
-------------------------------


(reopening to change the fix version)

> 2 tests failing on JDK 1.4/1.6 on Linux
> ---------------------------------------
>
>                 Key: POOL-82
>                 URL: https://issues.apache.org/jira/browse/POOL-82
>             Project: Commons Pool
>          Issue Type: Bug
>         Environment: JDK 1.6 and 1.4.2 on Debian Linux
>            Reporter: Henri Yandell
>         Assigned To: Sandy McArthur
>             Fix For: 2.0
>
>
> Might already be known, but figured I'd report it just in case.
> Testsuite: org.apache.commons.pool.TestObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> and
> Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

Posted by "Sandy McArthur (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/POOL-82?page=comments#action_12420913 ] 

Sandy McArthur commented on POOL-82:
------------------------------------

Both TestObjectPoolFactory and TestKeyedObjectPoolFactory are abstract and are used indirectly by unit test that subclass them such as TestGenericObjectPoolFactory or TestStackObjectPoolFactory. If you use the TestAll classes as your TestCase when launching JUnit it will do the right thing.

> 2 tests failing on JDK 1.4/1.6 on Linux
> ---------------------------------------
>
>          Key: POOL-82
>          URL: http://issues.apache.org/jira/browse/POOL-82
>      Project: Commons Pool
>         Type: Bug

>  Environment: JDK 1.6 and 1.4.2 on Debian Linux
>     Reporter: Henri Yandell

>
> Might already be known, but figured I'd report it just in case.
> Testsuite: org.apache.commons.pool.TestObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> and
> Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Reopened: (POOL-82) 2 tests failing on JDK 1.4/1.6 on Linux

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/POOL-82?page=all ]
     
Henri Yandell reopened POOL-82:
-------------------------------


Re-opening (seemed better than starting a thread on commons-dev that wouldn't be hooked up to this).

They're unit tests that fail and stop the compile from succeeding. I don't think the issues have to be fixed, but they should stop being unit tests if they're not guarranteed to pass.

> 2 tests failing on JDK 1.4/1.6 on Linux
> ---------------------------------------
>
>          Key: POOL-82
>          URL: http://issues.apache.org/jira/browse/POOL-82
>      Project: Commons Pool
>         Type: Bug

>  Environment: JDK 1.6 and 1.4.2 on Debian Linux
>     Reporter: Henri Yandell
>     Assignee: Sandy McArthur

>
> Might already be known, but figured I'd report it just in case.
> Testsuite: org.apache.commons.pool.TestObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.724 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> and
> Testsuite: org.apache.commons.pool.TestKeyedObjectPoolFactory
> Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.727 sec
> Testcase: warning(junit.framework.TestSuite$1): FAILED
> Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()
> junit.framework.AssertionFailedError: Class org.apache.commons.pool.TestKeyedObjectPoolFactory has no public constructor TestCase(String name) or TestCase()

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org