Version 57

    This is a temporary list of the tests and packages missing coverage on specific Unit Tests.

     

    • org.jboss.messaging.core.filter.impl

      • Filter - missing few operations (le, different, between, like, is_null, is_notNull)

     

    • org.jboss.messaging.core.journal.impl - Clebert

     

      • We are currently missing failure and recovery tests.

     

      • We should write a new test using EasyMock, and keep the old one for a while - we should move all long running tests out of unit tests - unit tests is not the correct place for them. If the classes are properly unit tested there is little need for many long running tests.

     

    • org.jboss.messaging.core.remoting.impl - Clebert

      • InVM: add/remove SessionListener is empty (probably expected?)

     

    • org.jboss.messaging.core.security.impl

      • JAASSecurityManager::start is not tested

     

    • util

      • JNDIUtilTest - No tests under UnitTesting

      • OrderExecutorFactory

     

     

    *****************************_

    • Unfinished or unused packages:

      • MemoryManagement

      • MessageCounter

      • Paging

      • Bridge

        • BridgeService is not tested -> code will be heavily refactored to be used with the MC