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

   ### 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.
   
   - [x] I am willing to try to fix this bug myself.
   
   
   ### Ⅰ. Issue Description
   
   
https://github.com/apache/incubator-seata/actions/runs/18101181676/job/51504258860?pr=7675
   
   The `testDoPostHttp_param_onSuccess_forceHttp1()` method in this test seems 
to sometimes fail and sometimes succeed.
   
   The error stack trace is:
   Error: Exception in thread "OkHttp Dispatcher" 
org.opentest4j.AssertionFailedError: Should not fail
   at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39)
   at org.junit.jupiter.api.Assertions.fail(Assertions.java:134)
   at 
org.apache.seata.common.util.Http5ClientUtilTest$5.onFailure(Http5ClientUtilTest.java:174)
   at 
org.apache.seata.common.util.Http5ClientUtil$1.onFailure(Http5ClientUtil.java:150)
   at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 
   at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
   at java.lang.Thread.run(Thread.java:750)
   
   
   ### Ⅱ. Describe what happened
   
   Error: Exception in thread "OkHttp Dispatcher" 
org.opentest4j.AssertionFailedError: Should not fail
   at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:39)
   at org.junit.jupiter.api.Assertions.fail(Assertions.java:134)
   at 
org.apache.seata.common.util.Http5ClientUtilTest$5.onFailure(Http5ClientUtilTest.java:174)
   at 
org.apache.seata.common.util.Http5ClientUtil$1.onFailure(Http5ClientUtil.java:150)
   at okhttp3.internal.connection.RealCall$AsyncCall.run(RealCall.kt:525) 
   at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
   at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
   at java.lang.Thread.run(Thread.java:750)
   
   ### Ⅲ. Describe what you expected to happen
   
   This unstable test can be fixed
   
   ### Ⅳ. How to reproduce it (as minimally and precisely as possible)
   
   _No response_
   
   ### Ⅴ. Anything else we need to know?
   
   _No response_
   
   ### Ⅵ. Environment
   
   JDK 17
   


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