Closed buger closed 2 months ago
API Changes
no api changes detected
โฑ๏ธ Estimated effort to review: 2 ๐ต๐ตโชโชโช |
๐งช PR contains tests |
๐ No security concerns identified |
โก No key issues to review |
Category | Suggestion | Score |
Performance |
Specify a more focused package path in
___
**Consider using a more specific package path in the | 7 |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
TT-12975 Fix flaky test caused by missed Close invocation (#6481)
PR Type
Bug fix, Tests
Description
defer ts.Close()
statement inTestGateway_SyncResourcesWithReload
to ensure resources are properly closed after the test execution.Changes walkthrough ๐
server_test.go
Add resource cleanup to fix flaky test
gateway/server_test.go
defer ts.Close()
statement to ensure resources are properlyclosed after the test execution.
tests.
Co-authored-by: Tit Petric tit@tyk.io