YongGoose opened a new issue, #7558:
URL: https://github.com/apache/incubator-seata/issues/7558

   ### Check Ahead
   
   - [x] I have searched the [issues](https://github.com/seata/seata/issues) of 
this repository and believe that this is not a duplicate.
   
   - [ ] I am willing to try to fix this bug myself.
   
   
   ### Ⅰ. Issue Description
   
   During the GitHub Actions CI run ([link to 
job](https://github.com/apache/incubator-seata/actions/runs/16547019230/job/46796366972?pr=7492)),
 the test io.seata.MockTest.testRollback fails consistently due to an RPC 
Timeout. The failure log indicates the following error:
   
   ```
   io.seata.core.exception.TransactionException: RPC Timeout
       at io.seata.MockTest.testRollback ...
   ```
   
   
   
   ### Ⅱ. Describe what happened
   
   - Multiple configuration properties under transport.* and server.* are 
missing in the logs, leading to the use of default values.
   - There are repeated errors loading configuration providers (e.g., Nacos 
provider not found).
   - The mock server on 127.0.0.1:8077 may not be properly set up or reachable 
during the test, leading to Netty channel timeouts and closures.
   - The failure always occurs after a 30-second wait, suggesting a network or 
setup problem rather than a code logic issue.
   
   ### Ⅲ. Describe what you expected to happen
   
   _No response_
   
   ### Ⅳ. How to reproduce it (as minimally and precisely as possible)
   
   _No response_
   
   ### Ⅴ. Anything else we need to know?
   
   _No response_
   
   ### Ⅵ. Environment
   
   _No response_


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to