Aias00 opened a new pull request, #6377: URL: https://github.com/apache/shenyu/pull/6377
## Summary - Preserve existing request header, cookie, and query values when request plugin add operations append new values. - Stabilize `SentinelPluginTest` after PR 6375 CI job 80239368085 showed two concurrent Sentinel requests could both return `pass`. - Replace the exact two-request race assumption with a bounded burst/retry assertion that still verifies both allowed and restricted/fallback responses. ## Verification - `./mvnw -f ./shenyu-integrated-test/pom.xml -pl shenyu-integrated-test-http -am -Pit -DskipTests test-compile` - `./mvnw -pl shenyu-plugin/shenyu-plugin-request -Dtest=org.apache.shenyu.plugin.request.RequestPluginTest test` - `git diff --check` ## Notes - This branch is based on PR #6375 head plus the CI failure fix. - Full Docker Compose `shenyu-integrated-test-http` was not run locally because the machine lacks most required CI service images. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
