Skip to content

test: Fix flaky droppedError test #7337

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

Merged
merged 5 commits into from
Mar 6, 2023
Merged

test: Fix flaky droppedError test #7337

merged 5 commits into from
Mar 6, 2023

Conversation

mydea
Copy link
Member

@mydea mydea commented Mar 6, 2023

Hopefully fix a flaky test.

I also reverted the workers on CI from 5 parallel workers to 3, as I think I saw a bit more flakes here, maybe due to this. 🤷

@mydea mydea self-assigned this Mar 6, 2023
@mydea mydea force-pushed the fn/fix-flaky-test branch from 4f565cb to 01982b5 Compare March 6, 2023 14:50
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2023

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 20.12 KB (+0.01% 🔺)
@sentry/browser - ES5 CDN Bundle (minified) 62.52 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 18.76 KB (+0.02% 🔺)
@sentry/browser - ES6 CDN Bundle (minified) 55.51 KB (0%)
@sentry/browser - Webpack (gzipped + minified) 20.49 KB (0%)
@sentry/browser - Webpack (minified) 66.98 KB (0%)
@sentry/react - Webpack (gzipped + minified) 20.52 KB (0%)
@sentry/nextjs Client - Webpack (gzipped + minified) 48.2 KB (0%)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 27.21 KB (+0.01% 🔺)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 25.46 KB (+0.01% 🔺)
@sentry/replay ES6 CDN Bundle (gzipped + minified) 42.87 KB (+0.01% 🔺)
@sentry/replay - Webpack (gzipped + minified) 36.93 KB (0%)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 60.62 KB (+0.01% 🔺)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 54 KB (+0.01% 🔺)

@mydea mydea marked this pull request as ready for review March 6, 2023 16:13
@mydea mydea requested review from Lms24 and AbhiPrasad March 6, 2023 16:14
if (shouldSkipReplayTest()) {
sentryTest.skip();
}
for (let i = 0; i < 100; i++) {
Copy link
Member

Choose a reason for hiding this comment

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

we can remove this now?

Copy link
Member Author

Choose a reason for hiding this comment

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

jup, just waiting for the final test run 👍

@mydea mydea enabled auto-merge (squash) March 6, 2023 16:48
@mydea mydea merged commit 856ba8a into develop Mar 6, 2023
@mydea mydea deleted the fn/fix-flaky-test branch March 6, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants