Skip to content

fix: resolve multiple issues in test suite management and runner interfaces#22

Open
saadkhi wants to merge 1 commit intometacall:masterfrom
saadkhi:saadkhi_code
Open

fix: resolve multiple issues in test suite management and runner interfaces#22
saadkhi wants to merge 1 commit intometacall:masterfrom
saadkhi:saadkhi_code

Conversation

@saadkhi
Copy link

@saadkhi saadkhi commented Feb 21, 2026

This PR addresses four core issues to improve the stability and reliability of the testing-center.

Key Fixes:

  • CLI Parsing: Fixed argument handling in testing.py.
  • FaaS Interface: Added robust error handling for deployment failures.
  • YAML Validation: Implemented schema checks for test-suite configurations.
  • Race Conditions: Fixed initialization bugs in the RepoManager.

Closes: #18, #19, #20, #21

@viferga
Copy link
Member

viferga commented Feb 25, 2026

@saadkhi the CI failed, review it.

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.

[Security] Replace yaml.load() with yaml.safe_load() in TestSuitesExtractor

2 participants