Aias00 commented on PR #6361:
URL: https://github.com/apache/shenyu/pull/6361#issuecomment-4645968286

   Follow-up for run https://github.com/apache/shenyu/actions/runs/27119187870: 
the Docker pull issue was gone, and sentinel fallback returned the intended 
payload:
   
   `{"code":429,"message":"SentinelPlugin fallback success, please check your 
service status!"}`
   
   The remaining failure was in the test assertion: it deserialized the 
response into `ResultBean`, whose field is `msg`, while the fallback response 
uses `message`. I pushed `d229e0996` to assert the fallback response as a map 
against the actual `code` and `message` fields.
   
   Local verification:
   - `./mvnw -B -f shenyu-integrated-test/pom.xml -pl 
shenyu-integrated-test-http -am -DskipTests -Dmaven.javadoc.skip=true 
test-compile`
   - `git diff --check`


-- 
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]

Reply via email to