kpumuk commented on PR #3514:
URL: https://github.com/apache/thrift/pull/3514#issuecomment-4513098480

   Java suffers from the same issue 
https://github.com/kpumuk/thrift/actions/runs/26251658457/job/77265909596:
   
   ```
   testClient.testMultiException("success", "test 3") =>  {{"test 3"}}
   testOneway(3)...Oneway test took too long to execute failed: took 3004ms
   oneway calls are 'fire and forget' and therefore should not cause blocking.
   Some transports (HTTP) have a required response, and typically this failure
   means the transport response was delayed until after the execution
   of the RPC.  The server should post the transport response immediately and
   before executing the RPC.
   *** FAILURE ***
   Total time: 3274766us
   Min time: 3274766us
   Max time: 3274766us
   Avg time: 3274766us
   
   Sample TSimpleJSONProtocol output:
   
{"userMap":{"5":5,"8":8},"xtructs":[{"string_thing":"Goodbye4","byte_thing":4,"i32_thing":4,"i64_thing":4},{"string_thing":"Hello2","byte_thing":2,"i32_thing":2,"i64_thing":2}]}
   
===============================================================================
   Return code: 1 (negative values indicate kill by signal)
   Test execution took 3.5 seconds.
   Thu May 21 20:52:21 2026
   ```


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