Skip to content

investigate a flaky tests when_reading_an_event_committed_on_leader_and_on_followers #5043

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

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

timothycoleman
Copy link
Contributor

No description provided.

Copy link
Contributor

github-actions bot commented May 8, 2025

Qodana for .NET

3 new problems were found

Inspection name Severity Problems
Possible 'System.NullReferenceException' 🔶 Warning 2
Access to modified captured variable 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@timothycoleman timothycoleman force-pushed the timothycoleman/flaky branch from 8a21e7f to 9c7991c Compare May 8, 2025 19:35
@timothycoleman timothycoleman force-pushed the timothycoleman/flaky branch from 9c7991c to cfc4ae4 Compare May 8, 2025 19:44
apparently the mainqueue is getting stuck processing the becomeleader message. this adds tracing so we can hopefully see which handler

KurrentDB.Core.Tests.Services.RequestManagement.ReadMgr.when_reading_an_event_from_a_single_node`2[[KurrentDB.Core.Tests.LogFormat+V2
OneTimeSetUp: Timed out waiting for event to be written:
[5/23/2025 1:51:55 PM] Enqueued into MainQueue
[5/23/2025 1:52:15 PM] Cancelled: False
[5/23/2025 1:52:15 PM] IsRunning: 1
[5/23/2025 1:52:15 PM] Count: 39
[5/23/2025 1:52:15 PM] Stats: MainQueue              L: 39         Avg: 0    i/s    AvgProcTime: 0.0ms
      Idle %:00.0   Peak: 0      MaxPeak: 9        TotalProcessed: 317
      Processing: BecomeLeader, Last: CommitIndexed
      CurrentItemProcessingTime: 00:00:20.0043364, CurrentIdleTime:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant