Feat/chaos tests issue 259#272
Open
divyansha12 wants to merge 2 commits into
Open
Conversation
…patibility - Add new integration tests in testing/backend/integration/test_chaos_execution.py - Fix Python version compatibility issues in testing/test_python.sh to use Python 3.11+ - Format codebase using black to comply with pre-commit static checks - Recalculate and update integrity checksums for all 60 plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds comprehensive integration-level chaos tests to cover task execution failure modes, ensuring robust handling and recovery. Specifically:
failedrather than staying stuck inrunningorpending.failed.failedbut the raw artifact file is still written to disk to aid debugging.finallyblock even when a crash occurs, preventing queue starvation.Additionally, this PR:
python3command intest_python.shwith a checker to automatically find Python 3.11+ and reconstructvenv_testsif the version is outdated..gitignoreto comply with the project guidelines.Related Issues
Closes #259
Type of Change
How Has This Been Tested?
pytest -v testing/backend/integration/test_chaos_execution.py(all passed successfully)../testing/test_python.sh(all 335 tests passed successfully).pre-commit run --all-fileswhich fully succeeded across all hooks (includingblack,end-of-file-fixer,trailing-whitespace, andcheck-yaml).Checklist
🟢 GSSoC note – I’m a GSSoC contributor. All checks are passing; please add the
gssoc:approvedlabel when merging.