Skip to content

Fix potential memory leak when using ReadBodyRoutePredicateFactory #521

Fix potential memory leak when using ReadBodyRoutePredicateFactory

Fix potential memory leak when using ReadBodyRoutePredicateFactory #521

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / JUnit Test Report failed Sep 26, 2024 in 0s

860 tests run, 843 passed, 14 skipped, 3 failed.

Annotations

Check failure on line 404 in spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ServerMvcIntegrationTests.retryWorks

Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
Raw output
java.lang.AssertionError: Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
	at org.springframework.cloud.gateway.server.mvc.ServerMvcIntegrationTests.retryWorks(ServerMvcIntegrationTests.java:404)

Check failure on line 708 in spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ServerMvcIntegrationTests.nestedRouteWorks

Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
Raw output
java.lang.AssertionError: Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
	at org.springframework.cloud.gateway.server.mvc.ServerMvcIntegrationTests.testNestedRoute(ServerMvcIntegrationTests.java:717)
	at org.springframework.cloud.gateway.server.mvc.ServerMvcIntegrationTests.nestedRouteWorks(ServerMvcIntegrationTests.java:708)

Check failure on line 649 in spring-cloud-gateway-server-mvc/src/test/java/org/springframework/cloud/gateway/server/mvc/ServerMvcIntegrationTests.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ServerMvcIntegrationTests.removeRequestHeaderWorks

Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
Raw output
java.lang.AssertionError: Status expected:<200 OK> but was:<500 INTERNAL_SERVER_ERROR>
	at org.springframework.cloud.gateway.server.mvc.ServerMvcIntegrationTests.removeRequestHeaderWorks(ServerMvcIntegrationTests.java:649)