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): remove verifyWindow() in AggregationFuzzer #12391

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

Conversation

kagamiori
Copy link
Contributor

Summary:
We used to test window operations in aggregaiton fuzzer before the window fuzzer was built. Since
we now have a window fuzzer that has much better coverage, remove the verifyWindow method in
AggregationFuzzer.

Differential Revision: D69886065

Summary:
We used to test window operations in aggregaiton fuzzer before the window fuzzer was built. Since 
we now have a window fuzzer that has much better coverage, remove the verifyWindow method in 
AggregationFuzzer.

Differential Revision: D69886065
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 20, 2025
@facebook-github-bot
Copy link
Contributor

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

Copy link

netlify bot commented Feb 20, 2025

Deploy Preview for meta-velox canceled.

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Feb 20, 2025
…ubator#12391)

Summary:

We used to test window operations in aggregaiton fuzzer before the window fuzzer was built. Since 
we now have a window fuzzer that has much better coverage, remove the verifyWindow method in 
AggregationFuzzer.

Differential Revision: D69886065
Copy link
Contributor

@natashasehgal natashasehgal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

// 10% of times test window operator.
const bool sortedInputs = FLAGS_enable_sorted_aggregations &&
canSortInputs(signature) && vectorFuzzer_.coinToss(0.2);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was the removal of 10% window fuzzer replaced by 0.2 coin tosses ?

kagamiori added a commit to kagamiori/velox that referenced this pull request Feb 21, 2025
…ubator#12391)

Summary:

We used to test window operations in aggregaiton fuzzer before the window fuzzer was built. Since 
we now have a window fuzzer that has much better coverage, remove the verifyWindow method in 
AggregationFuzzer.

Reviewed By: natashasehgal

Differential Revision: D69886065
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