Rodolfo Juarez
Rodolfo Juarez
- Bugfix ### Description This PR fixes a flaky test in `WorkloadUtilsTest.java`, specifically `testCreateStatefulPodWithEmptyTemplate`, which was failing intermittently when run with [NonDex](https://github.com/TestingResearchIllinois/NonDex). Originally, the test asserted equality of the entire...
**Deflake keepOriginalEncodingOfQueryParameter by relaxing URI ordering assertion** While running the Spring Cloud Gateway MVC tests (including with tools like [NonDex](https://github.com/TestingResearchIllinois/NonDex)), I observed non-deterministic failures in `ProxyExchangeHandlerFunctionTest.keepOriginalEncodingOfQueryParameter()`. The original test asserted...
**Deflake rewriteEncodedRequestParameter by relaxing URI ordering assertion** While running the Spring Cloud Gateway MVC tests with [NonDex](https://github.com/TestingResearchIllinois/NonDex), I observed non-deterministic failures in `BeforeFilterFunctionsTests.rewriteEncodedRequestParameter()`. The original test asserted that the entire...
**Fix NettyRoutingFilter tests by migrating error message config to Spring Boot 4 key** While running the Spring Cloud Gateway server WebFlux tests on the current Spring Boot 4 / Spring...