-
Notifications
You must be signed in to change notification settings - Fork 486
Storing error messages in db #348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Storing error messages in db #348
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||
User description
Store error_summary from a failed test in database for future reference and executing a repair loop outside the core test generation process.
PR Type
Enhancement
Description
Store error summaries from failed tests in database
Fix Java class pattern matching for records and templates
Improve line number handling in test insertion
Refactor error message extraction method signature
Diagram Walkthrough
File Walkthrough
unit_test_db.py
Add error summary database storagecover_agent/unit_test_db.py
error_summarycolumn to database schemaunit_test_validator.py
Enhance error handling and test validationcover_agent/unit_test_validator.py
extract_error_messagemethod signaturecoverage_processor.py
Fix Java class pattern matchingcover_agent/coverage_processor.py
test_unit_test_db.py
Update tests for error summary featuretests/test_unit_test_db.py
test_unit_test_validator.py
Update tests for refactored error extractiontests/test_unit_test_validator.py
version.txt
Version bump to 0.3.11cover_agent/version.txt