Skip to content

Commit

Permalink
Update Netty 4.1.106 -> 4.1.107 (#2834)
Browse files Browse the repository at this point in the history
This reverts (#2827), commit db9a026.
Resolves #2117.
  • Loading branch information
idelpivnitskiy committed Feb 13, 2024
1 parent df94b87 commit 3a652dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ issueManagementUrl=https://github.com/apple/servicetalk/issues
ciManagementUrl=https://github.com/apple/servicetalk/actions

# dependency versions
# on next netty upgrade re-enable the GracefulConnectionCluser tests. See issue #2117
nettyVersion=4.1.106.Final
nettyVersion=4.1.107.Final
nettyIoUringVersion=0.0.24.Final

jsr305Version=3.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
import io.servicetalk.transport.netty.internal.ExecutionContextExtension;

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.extension.RegisterExtension;
import org.junit.jupiter.api.function.Executable;
import org.junit.jupiter.params.ParameterizedTest;
Expand Down Expand Up @@ -426,7 +425,6 @@ void closeAfterFullRequestSentNoResponseReceived(HttpProtocol protocol,
assertNextRequestFails();
}

@Disabled("Issue 2117")
@ParameterizedTest(name = "{index}: protocol={0} secure={1} initiateClosureFromClient={2} useUds={3} viaProxy={4}")
@MethodSource("data")
void closeAfterRequestMetaDataSentResponseMetaDataReceived(HttpProtocol protocol,
Expand Down Expand Up @@ -519,7 +517,6 @@ void closeAfterRequestMetaDataSentFullResponseReceived(HttpProtocol protocol,
assertNextRequestFails();
}

@Disabled("Issue 2117")
@ParameterizedTest(name = "{index}: protocol={0} secure={1} initiateClosureFromClient={2} useUds={3} viaProxy={4}")
@MethodSource("data")
void closePipelinedAfterTwoRequestsSentBeforeAnyResponseReceived(HttpProtocol protocol,
Expand Down

0 comments on commit 3a652dd

Please sign in to comment.