Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add Aggregation fuzzer framework #12667
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
Add Aggregation fuzzer framework #12667
Changes from all commits
6514cd2
1a11133
e0ea349
c952bdf
214d67f
04b4246
6b2af7f
77d2268
4bef192
e7fbf47
984f6aa
12e3f37
ca4a40c
a4639de
0cfd035
8271079
d6e358e
2279ab7
7deced4
c5d80ce
b50ea49
7a9118f
ea6ad89
3d9bc15
bf7fc82
2e35985
0090e6c
90cb038
c2dcb60
d90b92b
58c0777
d5ff6ec
4b18d53
fbf3a6e
79b0734
ca36a88
ea5e80b
7f08f2b
9b0005b
8040dc3
5c90a6b
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Proposed fix in #12834
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.
I wonder if it would be easier to see what was happening if we made a few district explicity tests (rather than a single one that is mulit-threaded), though I see you are just following the existing pattern
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.
Sorry, I am not so clear about
district explicity tests
, is it possible for some examples? I am please to try to make it.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.
I meant like
Rather than a single test that was multi-threaded
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.
Got it. For me I found the error messages are messy in current pattern.
🤔 But
dataset
s andsession context
s in cases are randomly generated, seems hard to split cases?We can indeed consider more about how to make seeing things in the tests easier.