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

Use nextest config for fine-tuning tests #5486

Open
wileyj opened this issue Nov 20, 2024 · 0 comments
Open

Use nextest config for fine-tuning tests #5486

wileyj opened this issue Nov 20, 2024 · 0 comments
Labels
chore Necessary but less impactful tasks such as cleanup or reorg good first issue Appropriate for a new open source contribution. icebox Issues that are not being worked on

Comments

@wileyj
Copy link
Contributor

wileyj commented Nov 20, 2024

we ran into an issue resolved by this commit: 82c36d7

what was happening was that the test in the commit above was timing out on a remote runner, but passing locally.
likely due to this issue in their docs: https://nexte.st/docs/configuration/threads-required/?h=threads

for the above test, i was able to confirm that using that threads-required flag for this specific test allowed it to pass.

i think we should be able to utilize this config to more finely-tune how we run tests locally and on remote blackboxes to reduce transient failures.

https://nexte.st/docs/configuration/per-test-overrides/
https://nexte.st/docs/configuration/test-groups/

@github-project-automation github-project-automation bot moved this to Status: 🆕 New in Stacks Core Eng Nov 20, 2024
@wileyj wileyj added chore Necessary but less impactful tasks such as cleanup or reorg good first issue Appropriate for a new open source contribution. icebox Issues that are not being worked on labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Necessary but less impactful tasks such as cleanup or reorg good first issue Appropriate for a new open source contribution. icebox Issues that are not being worked on
Projects
Status: Status: 🆕 New
Development

No branches or pull requests

1 participant