-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat(replayTest): parametric #1273
feat(replayTest): parametric #1273
Conversation
} | ||
|
||
private static void add(int start) { | ||
blockNumbers.add(Arguments.of(start)); |
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 you looked at the python script ? It produces a .csv
file which you can then download in bulk with @gusiri 's bulk_capture
script.
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.
Yes the python one, but cannot find the bulk_capture
one. However, since the purpose of this test is having one parametric test per block, I believe it makes sense to download them one by one and have separated files.
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.
It's in arithmetization/src/tests/resources/bulk_capture.sh
…independent-parametrised-tests
…metrised-tests' of github.com:Consensys/linea-tracer into 1272-featreplaytests-split-ranges-into-independent-parametrised-tests
…independent-parametrised-tests
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.
Your changes should be in ReplayTestTools.java
.
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.
LGTM
No description provided.