Skip to content

Commit

Permalink
allure
Browse files Browse the repository at this point in the history
  • Loading branch information
eze210 committed Oct 4, 2024
1 parent e79db84 commit ba6e28d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public void failedMethodBehaviorIsExecutedOnlyOnceForTheSameHandler() throws IOE
}

@Test
@Issue("W-16892585")
public void whenTheTimeoutIsElapsedThenTheStartIsExecutedInTheWorkerScheduler() throws Exception {
responseMock = HttpResponse.builder().entity(new InputStreamHttpEntity(mockStream)).build();
testWithSystemProperty("mule.timeoutToUseSelectorWhileStreamingResponseMillis", "0", () -> {
Expand All @@ -188,6 +189,7 @@ public void whenTheTimeoutIsElapsedThenTheStartIsExecutedInTheWorkerScheduler()
}

@Test
@Issue("W-16892585")
public void whenTheTimeoutIsNotElapsedThenTheStartIsNotExecutedInTheWorkerScheduler() throws Exception {
responseMock = HttpResponse.builder().entity(new InputStreamHttpEntity(mockStream)).build();
testWithSystemProperty("mule.timeoutToUseSelectorWhileStreamingResponseMillis", "100000", () -> {
Expand Down

0 comments on commit ba6e28d

Please sign in to comment.