fix: remove QEMU workflow and fix CI test failures#1459
Conversation
- Remove qemu-emulator-build.yaml (no longer needed) - Replace broken 3x sequential test re-runs with vitest --retry 2 (re-runs accumulated state causing 210-996 test failures on 2nd/3rd run) - Increase test timeout to 120s for setup-tests (dev mode is slower, causing 44 timeouts at the default 50s threshold) Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
qemu-emulator-build.yaml(no longer needed)--retry 2per-test retry in e2e workflows (re-runs accumulated DB/ClickHouse state causing 210-996 false test failures on 2nd/3rd run)Link to Devin session: https://app.devin.ai/sessions/c9ac5a23e6ae4031a829a84a5b86c611
Requested by: @N2D4