-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
test: re-enable disabled tests #7211
Conversation
Stebalien
commented
Aug 27, 2021
- Rewrite VRF test to actually test win counts, and enable it.
- Stop skipping some tests that now pass.
1. Rewrite VRF test to actually test win counts, and enable it. 2. Stop skipping some tests that now pass.
Codecov Report
@@ Coverage Diff @@
## master #7211 +/- ##
==========================================
+ Coverage 39.13% 39.15% +0.01%
==========================================
Files 608 608
Lines 64602 64602
==========================================
+ Hits 25283 25293 +10
+ Misses 34930 34925 -5
+ Partials 4389 4384 -5
Continue to review full report at Codecov.
|
Pretty sure |
@@ -26,7 +26,6 @@ func LoadVector(t *testing.T, f string, out interface{}) { | |||
} | |||
|
|||
func TestBlockHeaderVectors(t *testing.T) { | |||
t.Skip("we need to regenerate for beacon") |
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.
Have we done the vector regeneration described here?
Do we even run vector tests any more?
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.
The tests pass.
@@ -65,8 +64,6 @@ func TestMessageSigningVectors(t *testing.T) { | |||
} | |||
|
|||
func TestUnsignedMessageVectors(t *testing.T) { |
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.
Have the vectors been fixed?
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.
The tests pass.
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.
Although I'm not seeing any updates.
They were but it should be automatic now. |