fix bugs detected by doubao
What this PR does: for https://github.com/apache/incubator-seata-go/issues/879
Which issue(s) this PR fixes: fix some issue about getty
Codecov Report
:x: Patch coverage is 0% with 27 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 56.41%. Comparing base (b18bcb0) to head (0b8fa14).
Additional details and impacted files
@@ Coverage Diff @@
## master #898 +/- ##
==========================================
- Coverage 56.49% 56.41% -0.08%
==========================================
Files 266 266
Lines 17484 17511 +27
==========================================
+ Hits 9877 9879 +2
- Misses 6772 6798 +26
+ Partials 835 834 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
would you like to add some uts for this PR?
would you like to add some uts for this PR?
OK, I will improve the unit test to verify the newly added reconnection method
would you like to add some uts for this PR?
OK, I will improve the unit test to verify the newly added reconnection method
I removed the reconnect method and only kept the resource cleanup part.
Please handle the above comments.