-
Notifications
You must be signed in to change notification settings - Fork 15
Strengthen scheduler tests against preexisting tasks in agenda #483
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
65c5413
Draft PoC of scheduler fix
rockbmb 46d6855
Merge branch 'master' into scheduler-fix
rockbmb 363b4fa
Avoid `agenda[0]` antipattern in some scheduler tests
rockbmb 29e5636
Bump known good block numbers
rockbmb f672ed8
Add more tests to named task cancellation
rockbmb 9985755
Remove unsafe agenda access from named delayed task test
rockbmb dd452db
Refactor more scheduler tests to avoid `agenda[0]` antipattern
rockbmb 830e30d
Refactor missing scheduler tests: retry & its cancellation
rockbmb 377364f
Add test to named task cancellation (anonymously)
rockbmb a74be7f
Test scheduling with full agenda
rockbmb 8105071
Test rescheduling to full block
rockbmb d0a2398
test rescheduling of anonymous task to full agenda
rockbmb fb56040
Merge branch 'master' into scheduler-fix
rockbmb a685301
Add missing note to remaining `agenda[0]` accesses
rockbmb 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| ASSETHUBKUSAMA_BLOCK_NUMBER=11717903 | ||
| BASILISK_BLOCK_NUMBER=12067946 | ||
| BRIDGEHUBKUSAMA_BLOCK_NUMBER=7001619 | ||
| CORETIMEKUSAMA_BLOCK_NUMBER=3935500 | ||
| ENCOINTERKUSAMA_BLOCK_NUMBER=11532648 | ||
| ASSETHUBKUSAMA_BLOCK_NUMBER=11736841 | ||
| BASILISK_BLOCK_NUMBER=12088116 | ||
| BRIDGEHUBKUSAMA_BLOCK_NUMBER=7011114 | ||
| CORETIMEKUSAMA_BLOCK_NUMBER=3944850 | ||
| ENCOINTERKUSAMA_BLOCK_NUMBER=11548820 | ||
| INTEGRITEEKUSAMA_BLOCK_NUMBER=8897648 | ||
| KARURA_BLOCK_NUMBER=10397192 | ||
| KUSAMA_BLOCK_NUMBER=31048242 | ||
| MOONRIVER_BLOCK_NUMBER=14012622 | ||
| PEOPLEKUSAMA_BLOCK_NUMBER=6640275 | ||
| SHIDEN_BLOCK_NUMBER=12681396 | ||
| KARURA_BLOCK_NUMBER=10405230 | ||
| KUSAMA_BLOCK_NUMBER=31068597 | ||
| MOONRIVER_BLOCK_NUMBER=14031305 | ||
| PEOPLEKUSAMA_BLOCK_NUMBER=6659709 | ||
| SHIDEN_BLOCK_NUMBER=12698491 |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| ACALA_BLOCK_NUMBER=9906281 | ||
| ASSETHUBPOLKADOT_BLOCK_NUMBER=10474894 | ||
| ASTAR_BLOCK_NUMBER=11146077 | ||
| BRIDGEHUBPOLKADOT_BLOCK_NUMBER=6433488 | ||
| COLLECTIVESPOLKADOT_BLOCK_NUMBER=7630786 | ||
| CORETIMEPOLKADOT_BLOCK_NUMBER=3037810 | ||
| HYDRATION_BLOCK_NUMBER=10166009 | ||
| ACALA_BLOCK_NUMBER=9916130 | ||
| ASSETHUBPOLKADOT_BLOCK_NUMBER=10494116 | ||
| ASTAR_BLOCK_NUMBER=11165523 | ||
| BRIDGEHUBPOLKADOT_BLOCK_NUMBER=6443323 | ||
| COLLECTIVESPOLKADOT_BLOCK_NUMBER=7640559 | ||
| CORETIMEPOLKADOT_BLOCK_NUMBER=3047120 | ||
| HYDRATION_BLOCK_NUMBER=10186316 | ||
| INTEGRITEEPOLKADOT_BLOCK_NUMBER=5670011 | ||
| MOONBEAM_BLOCK_NUMBER=13415030 | ||
| PEOPLEPOLKADOT_BLOCK_NUMBER=3366615 | ||
| POLKADOT_BLOCK_NUMBER=28722897 | ||
| MOONBEAM_BLOCK_NUMBER=13432146 | ||
| PEOPLEPOLKADOT_BLOCK_NUMBER=3375979 | ||
| POLKADOT_BLOCK_NUMBER=28743434 |
This file contains hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.