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

Matthew Swift
13.17.2012 aabe963c525cc0e983c001a4f4ce3040102bf6ba
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
opendj-sdk/opendj3/opendj-ldap-sdk/src/test/java/com/forgerock/opendj/ldap/DefaultTCPNIOTransportTestCase.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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();