-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Implement optimistic sync spectests #11391
Conversation
75317a9
to
d793eed
Compare
d793eed
to
d32e676
Compare
if err != nil { | ||
return nil, "" | ||
} |
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 you explain this change? or even better add a comment
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.
Addressed offline, this is due to folder changes
testFolders, _ := utils.TestFolders(t, config, version.String(fork), basePath) | ||
if testFolders == nil { | ||
return |
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.
I wonder if t.Fatal is better than return here to eliminate false positives
Implement ethereum/consensus-specs#2982
The semantics of thevalid
tests in forkchoice and sync is different this is why we fail currently, if that is changed the tests pass.Passing spectests as of 09/11.