Flaky: language server evidence_cards_protocol tests hit the 10-second message timeout under load
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 75/100
Research direction
The failing tests are in crates/registry-language-server/tests/evidence_cards_protocol.rs. Look for the MESSAGE_TIMEOUT constant at line 631. First, run the tests under load to reproduce the flakiness. Check sibling protocol test files for the same constant. The fix is to adjust the timeout or change the waiting strategy. Verify by rerunning the full test suite.
Written by the indexing model from the issue text.
Description
Tests in crates/registry-language-server/tests/evidence_cards_protocol.rs fail under machine load because MESSAGE_TIMEOUT is 10 seconds (line 631). Seen on macOS on 2026-09-24 during full-crate runs beside other builds; they pass when rerun alone.
Next step: reproduce under contention and raise or scale the timeout, or wait on the specific protocol message without a short wall-clock bound. Check the sibling protocol test files for the same constant.
- Dominant language
- Rust
- Stars
- 2
- Forks
- 0
- Avg merge
- 4h 26m
- Merged PRs (30d)
- 152
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from registrystack/registry-stack
-
bug github_actions
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
registrystack/registry-stack#1393 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
registrystack/registry-stack#1383 ·
-
area:breg enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
registrystack/registry-stack#1380 ·
-
area:breg enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
registrystack/registry-stack#1379 ·
-
area:casework documentation
Difficulty 1/5 Under an hour Newbie friendliness 90/100
registrystack/registry-stack#1369 ·
All issues in registrystack/registry-stack
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
TheLarkInn/aipm#2413 ·
-
documentation
Difficulty 1/5 Under an hour Newbie friendliness 90/100
alexgorbatchev/simple-ptt#15 ·
-
tooling
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
todo:ticket
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
taikoxyz/taiko-mono#22168 · 1 comment ·