-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
misc(fuzzer): Add stats about verification against reference DB in expression fuzzer #12383
base: main
Are you sure you want to change the base?
Conversation
This pull request was exported from Phabricator. Differential Revision: D69819014 |
✅ Deploy Preview for meta-velox canceled.
|
@@ -462,8 +479,13 @@ void ExpressionFuzzerVerifier::go() { | |||
} | |||
logStats(); | |||
|
|||
LOG(ERROR) << "Total iterations: " << i; | |||
LOG(ERROR) << "Total failed: " << numFailed; | |||
LOG(ERROR) << "Total test cases: " << totalTestCases; |
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.
Should these be considered error messages even though they're just runs stats?
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.
Hi @peterenescu, thank you for reviewing! This logging to stderr is actually intended, so that we can see the stats directly on screen in Github CI jobs (because we save stdout to files and only show stderr in screen for CI jobs). See the recent change in #12328.
…pression fuzzer (facebookincubator#12383) Summary: This diffs add stats reported by the expression fuzzer about how many test cases are verified against Presto and how many fail in both Velox and the reference DB. Differential Revision: D69819014
aca0190
to
848d478
Compare
This pull request was exported from Phabricator. Differential Revision: D69819014 |
…pression fuzzer (facebookincubator#12383) Summary: This diffs add stats reported by the expression fuzzer about how many test cases are verified against Presto and how many fail in both Velox and the reference DB. Differential Revision: D69819014
848d478
to
ef90786
Compare
This pull request was exported from Phabricator. Differential Revision: D69819014 |
Summary: This diffs add stats reported by the expression fuzzer about how many test cases are verified against Presto and how many fail in both Velox and the reference DB.
Differential Revision: D69819014