-
Notifications
You must be signed in to change notification settings - Fork 970
Skip large sized bloom filter golden tests #7537
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
Conversation
|
Size Report 1Affected ProductsNo changes between base commit (c9e2b0b) and merge commit (f0fd5ed).Test Logs |
@@ -198,25 +198,34 @@ describe('BloomFilter', () => { | |||
TEST_DATA.count5000Rate0001TestResult | |||
); | |||
}); | |||
it('mightContain result for 50000 documents with 1 false positive rate', () => { | |||
|
|||
// Skip the large sized golden tests below as they are flaky on CI. |
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.
Please update these comment to also explain why they are flaky in CI. Actually, I'd just omit the wording about "flaky" and just say that they are very slow and slow down unit test runs without adding much additional coverage compared to the other golden tests.
Size Analysis Report 1Affected ProductsNo changes between base commit (c9e2b0b) and merge commit (f0fd5ed).Test Logs |
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.