Skip to content
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

Add status for TestRuns #224

Merged
merged 2 commits into from
Jul 31, 2023
Merged

Add status for TestRuns #224

merged 2 commits into from
Jul 31, 2023

Conversation

Ashesh3
Copy link
Member

@Ashesh3 Ashesh3 commented Jul 25, 2023

Required for coronasafe/ayushma_fe#73

This pull request introduces a new feature to add a status for "TestRuns" in the "coronasafe/ayushma_fe" project. The changes in this PR are dependent on fixes for issue #206.

Following are the significant changes made in this PR:

A new database migration script (0034_remove_testrun_complete_testrun_status.py) has been added in the "ayushma/migrations" directory. This script handles the database changes related to the status of test runs.

The "testsuite.py" file in the "ayushma/models" directory has been updated to include the status field in the TestRun model.

The "testsuite.py" file in the "ayushma/serializers" directory has been updated to include the status of the test run in the serialized data.

The "testrun.py" file in the "ayushma/tasks" directory has been updated to handle the status of the test run during its execution and to handle potential exceptions.

The "langchain.py" file in the "ayushma/utils" directory has been updated to remove the "max_retries" argument from the llm_args dictionary.

@Ashesh3 Ashesh3 requested a review from skks1212 July 25, 2023 18:52
@vercel
Copy link

vercel bot commented Jul 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ayushma ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2023 0:06am

ayushma/models/testsuite.py Outdated Show resolved Hide resolved
@skks1212 skks1212 merged commit b38d986 into master Jul 31, 2023
2 checks passed
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.

None yet

2 participants