Add interleaved priority sequence test case#195
Conversation
|
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Summary by CodeRabbit
Summary by CodeRabbit
WalkthroughA new test case with an interleaved priority sequence was added to the parameterised test Changes
Sequence Diagram(s)sequenceDiagram
participant TestRunner
participant ConnectionActor
TestRunner->>ConnectionActor: Submit frames with [High, Low, High, Low, High] priorities
Note right of ConnectionActor: Fairness disabled (max_high_before_low = 0)
ConnectionActor-->>TestRunner: Processes all High frames first
ConnectionActor-->>TestRunner: Processes all Low frames after High
TestRunner-->>TestRunner: Assert processing order is correct
Possibly related issues
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (2)`**/*.rs`: Comment why, not what. Explain assumptions, edge cases, trade-offs, o...
📄 Source: CodeRabbit Inference Engine (AGENTS.md) List of files the instruction was applied to:
`**/*.rs`: * Seek to keep the cyclomatic complexity of functions no more than 12...
⚙️ Source: CodeRabbit Configuration File List of files the instruction was applied to:
⏰ Context from checks skipped due to timeout of 240000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (1)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary
Testing
make fmtmake lintmake testhttps://chatgpt.com/codex/tasks/task_e_686c1cc3b7f8832292901b95e8851050
Summary by Sourcery
Tests: