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

Mutation Testing - ci workflow add threshold nr of mutants to not run on CI #5052

Closed
ASuciuX opened this issue Aug 7, 2024 · 1 comment · Fixed by #5083
Closed

Mutation Testing - ci workflow add threshold nr of mutants to not run on CI #5052

ASuciuX opened this issue Aug 7, 2024 · 1 comment · Fixed by #5083

Comments

@ASuciuX
Copy link
Contributor

ASuciuX commented Aug 7, 2024

CI workflows taking longer than 6 hours are timed out and can't be run completely. These mutants runs should be run locally. The CI should see the number of mutants that would run and stop the process for that package before it even begins. It should still run for the other packages on CI.

Trigger numbers:

  • stacks-node 540 mutants
  • stackslib 72 mutants

eg.

  1. stackslib has after 100 mutants, stacks-node has 10 mutants.
  2. stacks-node should run on ci.
  3. stackslib should display on ci the fact that it needs to be run locally and points to the documentation or can be run on CI by a manual trigger of a @stacks-network/blockchain-team member.
@ASuciuX ASuciuX converted this from a draft issue Aug 7, 2024
@ASuciuX ASuciuX self-assigned this Aug 7, 2024
@ASuciuX ASuciuX moved this from Status: 🆕 New to Status: 💻 In Progress in Stacks Core Eng Aug 12, 2024
@ASuciuX ASuciuX linked a pull request Aug 19, 2024 that will close this issue
@ASuciuX ASuciuX moved this from Status: 💻 In Progress to Status: In Review in Stacks Core Eng Aug 19, 2024
@ASuciuX ASuciuX closed this as completed Sep 3, 2024
@github-project-automation github-project-automation bot moved this from Status: In Review to Status: ✅ Done in Stacks Core Eng Sep 3, 2024
@blockstack-devops
Copy link
Contributor

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@stacks-network stacks-network locked as resolved and limited conversation to collaborators Oct 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants