Skip to content

Fix: cleanup test resources to prevent handle leaks#54

Open
sashaiwan wants to merge 2 commits intooskardudycz:mainfrom
sashaiwan:main
Open

Fix: cleanup test resources to prevent handle leaks#54
sashaiwan wants to merge 2 commits intooskardudycz:mainfrom
sashaiwan:main

Conversation

@sashaiwan
Copy link

This PR fixes an issue where test processes were being force-terminated due to unclosed database resource. The changes ensure proper cleanup and disposal of database during test teardown.

Changes:

  • Added proper database connection cleanup in afterAll hooks
  • Ensured database resources are properly terminated after test completion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant