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

Fast fail feature - Stops verification process as soon as one failure is observed - Use case : CI speed up #3879

Merged
merged 12 commits into from
Feb 11, 2025

Conversation

rajath-mk
Copy link
Contributor

Resolves #3458

Added the option --fail-fast, which would stop the verification process whenever any of the harnesses fails, and returns the failed harness as an error.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

@rajath-mk rajath-mk requested a review from a team as a code owner February 8, 2025 00:28
Copy link
Contributor

@zhassan-aws zhassan-aws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks! Can you add another test that doesn't use --jobs?

kani-driver/src/args/mod.rs Show resolved Hide resolved
kani-driver/src/harness_runner.rs Outdated Show resolved Hide resolved
kani-driver/src/harness_runner.rs Outdated Show resolved Hide resolved
kani-driver/src/harness_runner.rs Outdated Show resolved Hide resolved
kani-driver/src/harness_runner.rs Outdated Show resolved Hide resolved
kani-driver/src/args/mod.rs Outdated Show resolved Hide resolved
kani-driver/src/harness_runner.rs Outdated Show resolved Hide resolved
@zhassan-aws zhassan-aws added this pull request to the merge queue Feb 11, 2025
Merged via the queue into model-checking:main with commit 4f78926 Feb 11, 2025
28 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.

Fast fail
2 participants