stacks-network/stacks-core

Use nextest config for fine-tuning tests

Open

#5,486 建立於 2024年11月20日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Rust (758 fork)auto 404
choregood first issueicebox

倉庫指標

Star
 (3,063 star)
PR 合併指標
 (PR 指標待抓取)

描述

we ran into an issue resolved by this commit: https://github.com/stacks-network/stacks-core/pull/5296/commits/82c36d7e544b384f5a7942a12b8a750660622206

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/

貢獻者指南