fix(ci): enhance test database management and improve service cleanup
- Added cleanup functions to close database connections in various test setups to prevent resource leaks. - Introduced new helper functions for creating test services with proper cleanup. - Updated multiple test cases to utilize the new helper functions for better maintainability and readability. - Improved error handling in tests to ensure proper assertions and resource management.
This commit is contained in:
@@ -65,17 +65,16 @@ You are "lazy" in the smartest way possible. You never do what a subordinate can
|
||||
- **Docs**: Call `Docs_Writer`.
|
||||
- **Manual Testing**: create a new test plan in `docs/issues/*.md` for tracking manual testing focused on finding potential bugs of the implemented features.
|
||||
- **Final Report**: Summarize the successful subagent runs.
|
||||
- **Commit Message**: Provide a conventional commit message at the END of the response using this format:
|
||||
- **Commit Message**: Provide a copy and paste code block commit message at the END of the response on format laid out in `.github/instructions/commit-message.instructions.md`
|
||||
```
|
||||
---
|
||||
|
||||
COMMIT_MESSAGE_START
|
||||
type: descriptive commit title
|
||||
type: descriptive commit title
|
||||
|
||||
Detailed commit message body explaining what changed and why
|
||||
- Bullet points for key changes
|
||||
- References to issues/PRs
|
||||
|
||||
Detailed commit message body explaining what changed and why
|
||||
- Bullet points for key changes
|
||||
- References to issues/PRs
|
||||
COMMIT_MESSAGE_END
|
||||
```
|
||||
- Use `feat:` for new user-facing features
|
||||
- Use `fix:` for bug fixes in application code
|
||||
|
||||
Reference in New Issue
Block a user