1 repository
Execution profiles tailored specifically for tests running within specialized interpreter environments.
Distinct from Execution Profiles: Specializes general execution profiles for the unique needs of interpreter-based test environments.
Explore 1 awesome GitHub repository matching devops & infrastructure · Interpreter-Specific Profiles. Refine with filters or upvote what's useful.
nextest is a high-performance test execution framework and Rust test runner designed to manage parallelism, retries, and timeouts. It serves as a test recording system that captures execution metadata and outputs into archives for later failure analysis and replay. The project distinguishes itself as a flakiness detection tool, identifying unstable tests through stress loops and automated retry policies. It also functions as a CI test orchestrator, capable of partitioning test suites across multiple workers and exporting results in standardized JUnit XML and JSON formats. The framework provi
Applies distinct timeout and execution settings when tests are run within specialized interpreter environments.