-
Notifications
You must be signed in to change notification settings - Fork 347
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
(DO NOT MERGE) Babe randomness TS tests #1779
Closed
Closed
Conversation
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
…lock number because relay block number mock increases by more than one per para block
4meta5
added
A0-pleasereview
Pull request needs code review.
B0-silent
Changes should not be mentioned in any release notes
D3-trivial
PR contains trivial changes in a runtime directory that do not require an audit
labels
Sep 7, 2022
4meta5
changed the title
Babe randomness TS tests
(DO NOT MERGE) Babe randomness TS tests
Sep 7, 2022
This error usually means the node is not accessible. Which can be 2 things:
1. The node never started (because of misconfiguration or invalid
parameters)
2. The node crashed (a panic is triggered by a request from the test)
In
https://github.com/PureStake/moonbeam/runs/8059483992?check_suite_focus=true
it seems all the tests are failing so I suspect the reason (1). The node is
not able to start at all. Try running the node yourself
Le mer. 31 août 2022 à 13:55, Amar Singh ***@***.***> a
écrit :
… Getting this error consistently when trying to run the TS tests Error:
disconnected from ws://localhost:54618: 1006:: Connection dropped by remote
peer. and the CI output is the same error.
—
Reply to this email directly, view it on GitHub
<#1779 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQMICXOVIHPTEIASO4TDDV35B2PANCNFSM57TG2CGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I don't see any error for the most recent build. This PR should be included in the most recent dependency update. I'd expect it to be required for the build to pass in that dependency update. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A0-pleasereview
Pull request needs code review.
B0-silent
Changes should not be mentioned in any release notes
D3-trivial
PR contains trivial changes in a runtime directory that do not require an audit
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.
MOON-1815
Mocks epoch index and sets epoch randomness to the current para block.into()
Uses cumulus
branch = "amar-mock-randomness-in-sproof"
in purestake cumulus fork, cumulus PR paritytech/cumulus#1594