Skip to content

Fix tests#500

Merged
rockbmb merged 16 commits intomasterfrom
fix-tests
Jan 22, 2026
Merged

Fix tests#500
rockbmb merged 16 commits intomasterfrom
fix-tests

Conversation

@xlc
Copy link
Copy Markdown
Member

@xlc xlc commented Jan 12, 2026

No description provided.

Copy link
Copy Markdown
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR updates block numbers and endpoints, which is generally fine. However, there is a significant inconsistency between the snapshot changes and the visible code changes. Specifically, a snapshot for collectivesPolkadot implies changes to the shared accounts test logic that are not present in the PR.

@rockbmb rockbmb added e2e tests Related to end-to-end tests snapshots Issue concerning stale, redundant or incorrect snapshots. labels Jan 20, 2026
@rockbmb rockbmb self-assigned this Jan 20, 2026
@rockbmb rockbmb marked this pull request as ready for review January 20, 2026 17:46
@rockbmb
Copy link
Copy Markdown
Collaborator

rockbmb commented Jan 21, 2026

RPCs are stalling frequently, especially for Polkadot Hub; changing endpoints didn't help. Will try different combinations of endpoints.

Copy link
Copy Markdown
Collaborator

@rockbmb rockbmb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the failures are because the large number of tests running concurrently overwhelm the selected endpoints; especially if many tests for the same particular chain are run at once.

I will look into this, as polkadot-fellows/runtimes#1010 will need it too.
The tentative plan is to query all chains once at KNOWN_GOOD_BLOCK_NUMBERS to setup a DB at that state in CI, and then each tests' job can rely on it; I'd wager the majority of requests in tests are for the same block, and this should help.

@rockbmb rockbmb merged commit 973b168 into master Jan 22, 2026
1039 of 1093 checks passed
@rockbmb rockbmb deleted the fix-tests branch January 22, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

e2e tests Related to end-to-end tests snapshots Issue concerning stale, redundant or incorrect snapshots.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants