-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(client): flush resultsBuffer on engine upgrade #3212
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
@googlebot I signed it! |
CLAs look good, thanks! |
❌ Build karma 220 failed (commit e47af6bb53 by @tbhartman) |
❌ Build karma 2618 failed (commit e47af6bb53 by @tbhartman) |
❌ Build karma 219 failed (commit e47af6bb53 by @tbhartman) |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
✅ Build karma 2619 completed (commit d012a9f285 by @devoto13) |
✅ Build karma 221 completed (commit d012a9f285 by @devoto13) |
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
✅ Build karma 220 completed (commit d012a9f285 by @devoto13) |
✅ Build karma 2620 completed (commit 51435215c1 by @tbhartman) |
✅ Build karma 222 completed (commit 51435215c1 by @tbhartman) |
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.
Thanks!
I've added a check to make broken tests pass. The fix for that issue is available in #3486.
The reasoning for the fix is in #3211 (comment).
@johnjbarton I think this PR should be good to merge now.
✅ Build karma 221 completed (commit 51435215c1 by @tbhartman) |
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.
The test for this change is in #3487
🎉 This PR is included in version 5.0.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [5.0.3](karma-runner/karma@v5.0.2...v5.0.3) (2020-04-29) ### Bug Fixes * **client:** flush resultsBuffer on engine upgrade ([karma-runner#3212](karma-runner#3212)) ([e44ca94](karma-runner@e44ca94)), closes [karma-runner#3211](karma-runner#3211)
Fixes #3211