apache / incubator-seata

:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
https://seata.apache.org/
Apache License 2.0
25.25k stars 8.77k forks source link

test : test fail because mock server was closed earlier than expected #6559

Closed Bughue closed 4 months ago

Bughue commented 4 months ago

Why you need it?

image

UT fail in https://github.com/apache/incubator-seata/actions/runs/9138935720/job/25130677962

How it could be?

mock server should not be closed in runtime shutdownhook, because it was triggered before all tests were completed

Other related information

Add any other context or screenshots about the feature request here.