mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
13.17.2012 02fd2376942a788d953250ba34f740ac9228abe0
OPENDJ-612: SDK: Race conditions installing client/server filter chains during connect/bind/accept

Disable DefaultTCPNIOTransportTestCase as it is the cause. The test is clearly broken because it attempts to use the Grizzly stack without installing any transport filters.
1 files modified
2 ■■■ changed files
opendj3/opendj-ldap-sdk/src/test/java/com/forgerock/opendj/ldap/DefaultTCPNIOTransportTestCase.java 2 ●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/test/java/com/forgerock/opendj/ldap/DefaultTCPNIOTransportTestCase.java
@@ -48,7 +48,7 @@
     * @throws Exception
     *             If an unexpected error occurred.
     */
    @Test(enabled = true)
    @Test(enabled = false)
    public void testGetInstance() throws Exception {
        // Create a transport.
        final TCPNIOTransport transport = DefaultTCPNIOTransport.getInstance();