nikhiln64 commented on PR #8191: URL: https://github.com/apache/incubator-seata/pull/8191#issuecomment-5265859227
The two red checks here are build (21) and build (25). Both stop on the same assertion in rm-datasource, Fastjson2ConcurrentRefDeserializationTest, which spins up concurrent JSONB deserializations and asserts that no $ref field is dropped. That test is timing sensitive and flakes under CI load on the newer JDKs while build (8) and build (17) stay green on the same commit. It is unrelated to this change, which only touches common NetUtil and its own test, so nothing in this diff reaches that code path. A fresh run of the build workflow should clear it. Thanks @LegendPei for the review, and @funky-eyes whenever you have a moment to trigger the run or take it in. -- 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]
