Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kagamiori
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69819014

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Feb 19, 2025
Copy link

netlify bot commented Feb 19, 2025

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit ef90786
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/67b698fab0b56200081bb2ca

@@ -462,8 +479,13 @@ void ExpressionFuzzerVerifier::go() {
}
logStats();

LOG(ERROR) << "Total iterations: " << i;
LOG(ERROR) << "Total failed: " << numFailed;
LOG(ERROR) << "Total test cases: " << totalTestCases;
Copy link
Contributor

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?

Copy link
Contributor Author

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.

kagamiori added a commit to kagamiori/velox that referenced this pull request Feb 20, 2025
…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
@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D69819014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants