This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Change best effort queue behaviour in dispute-coordinator
#6275
Merged
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
aeaf6b8
Change best effort queue behaviour in `dispute-coordinator`
tdimitrov 7e57ec6
Fix tests: Handle `ChainApiMessage::BlockNumber` in `handle_sync_quer…
tdimitrov 4554878
Some tests are deadlocking on sending messages via overseer so change…
tdimitrov e775b0d
Fix a race in test after adding a buffered queue for overseer messages
tdimitrov 4b5fc4a
Fix the rest of the tests
tdimitrov caaf92a
Guide update - best-effort queue
tdimitrov 3a24e0b
Guide update: clarification about spam votes
tdimitrov e41525d
Fix tests in `availability-distribution`
tdimitrov 4d16f95
Update comments
tdimitrov a7f5248
Add `make_buffered_subsystem_context` in `subsystem-test-helpers`
tdimitrov 6519167
Code review feedback
tdimitrov ab790ff
Code review feedback
tdimitrov 13eb478
Code review feedback
tdimitrov cd6c51f
Don't add best effort candidate if it is already in priority queue
tdimitrov 5e79649
Remove an old comment
tdimitrov 97f3122
Fix insert in best_effort
tdimitrov 8f188d1
Merge branch 'master' into tsv-best-effort-queue
tdimitrov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually a plain insert like in the priority case would suffice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be fixed in the course of other work, no reason not to merge this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But what about that failing zombienet test? Zombienet problem or actual issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a small one. I'll fix it now.
The zombienet test fails because a metric can't be fetched:
Looks like a connectivity issue to me. I don't see anything suspicious in the logs. There is a dispute opened and it concludes invalid.
Let's see if it will pass on the next run.