-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 failing circle-ci build job. #4840
Conversation
@Fawke I see you deleted bunch of spec files. Is that intentional or by mistake ? We can't comment user id and prebid server adapter. Can you also add description related to the changes you are making |
Hi @jaiminpanchal27, It's intentional, but I don't want this PR to be merged, that's why I created a draft PR. I'm just testing the CI run by removing files which are throwing error. Later, I plan to analyse those files and see what's wrong. In the end, I won't delete any actual spec file if I do find an error, that'll be bad for our code coverage. I may report to the author of the spec file if I'm positive something needs to be changed in the file. |
…rowserstack-launcher to 1.4.0
…erId_spec.js file
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.
Looks good! Thanks, much needed
* fix lint errors * update browser versions * remove problematic test cases * remove addtional files * fix errors in adagioBidAdapter.js and adagioBidAdapter_spec.js file * change karma config * change config * update timeout values * resolve merge conflict * -update karma\n-fix userIdSpec unit tests\n-update version of karma-browserstack-launcher to 1.4.0 * fix issue with userId_spec.js file * fix for realvu and sortable, potential fix for userId * resolve faulty merge * add a guideline to CONTRIBUGING.md and revert auction time back in userId_spec.js file
Still getting errors in RealVu-adapter https://circleci.com/gh/prebid/Prebid.js/7427?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link |
* fix lint errors * update browser versions * remove problematic test cases * remove addtional files * fix errors in adagioBidAdapter.js and adagioBidAdapter_spec.js file * change karma config * change config * update timeout values * resolve merge conflict * -update karma\n-fix userIdSpec unit tests\n-update version of karma-browserstack-launcher to 1.4.0 * fix issue with userId_spec.js file * fix for realvu and sortable, potential fix for userId * resolve faulty merge * add a guideline to CONTRIBUGING.md and revert auction time back in userId_spec.js file
* fix lint errors * update browser versions * remove problematic test cases * remove addtional files * fix errors in adagioBidAdapter.js and adagioBidAdapter_spec.js file * change karma config * change config * update timeout values * resolve merge conflict * -update karma\n-fix userIdSpec unit tests\n-update version of karma-browserstack-launcher to 1.4.0 * fix issue with userId_spec.js file * fix for realvu and sortable, potential fix for userId * resolve faulty merge * add a guideline to CONTRIBUGING.md and revert auction time back in userId_spec.js file
Type of change
Description of change
Circle CI has been failing lately more often than not. This PR attempts to fix that. Please note it only fixes circle-ci - build job and not the circle-ci - e2e job.
Related to: #4348
This PR fixes the following major issues:
karma-browserstack-laucher
package to version1.4.0
since there's an open issue in version1.5.0
in which the tests time out. Click here for more details about the issue.karma
version to the latest.browserDisconnectTimeout
,browserNoActivityTimeout
,captureTimeout
inkarma.conf.maker.js
to values recommended by Browserstack, which is 3e5.browserDisconnectTolerance
to3
from1
. (Again recommended by Browserstack in case of weak connections.)5
. (This means only 5 parallel sessions will run at a time in Browserstack. It's added because we don't want to put too many jobs on the queue which may result in timeouts.)adagioBidAdapter.js
file by adding some error handling which has reduced the frequency of the following error,“Can't execute code from a freed script”
. Also, fixes an error in adagio's test file which has reduced error in their file.realvuAnalyticsAdapter_spec.js
file. The error originating from this file has gone down by quite a big margin.sortableAnalyticsAdapter_spec.js
. Haven't tested this much.userId_spec.js
. Raised a separate PR to fix since the bug was in the index.js file. User ID auctionDelay timeout bugfix #4982CONTRIBUTING.md
.This PR also fixes the following minor issues:
browsers.json
filegulpfile.js