-
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
Datablocks Bid Adapter : update bid adapter and add 5.0 compliance #6765
Conversation
Working to figure out how to kick off the CircleCI tests on this pr. |
@htang555 could you give me edit access to this pr to try and manually kick off the tests |
@ChrisHuie just granted you write access to the repo. |
@htang555 I tried to manually kick-off the CircleCi tests but that didn't seem to work. I think merging upstream, in this case, should kick off the CircleCi tests. This is a pretty unique situation so sorry for the back and forth to get this working with our testing setup. |
Please make sure to add support for meta.advertiserDomains |
I have a follow-up call with CircleCI on this specific pr because everything they told me and I have tried hasn't worked and want to get to the bottom of why this is not being ran through CircleCI. |
Can we just have this merged manually and troubleshoot the circleCI issue later? The delay in this is due to your automation/devops whereas the actual tests run fine when done manually. |
@htang555 so the CircleCI is our end2end and integration tests on multiple browsers so usually passing unit tests is only a piece of the puzzle. Let me see if I can create a new pr that kicks off the tests |
@htang555 I tried to reopen this pr and still isn't working. Talking to CircleCI today to get this moving so we can have this in next weeks release. Usually this problem has to do with following the fork of prebid in circleci but not the main project. However, never not been able to kick off tests myself. |
Hey @ChrisHuie any more progress on this? This delay is really affecting us. |
@htang555 I managed to kick off the tests for this pr but had to essentially clone it and tie it to a pr from me. This has to do with accepting forks as prs so going into the settings as soon as I can get admin access for our CircleCI to solve this going forward. Looks like some tests are not passing though. The tests that aren't related to yours also should hopefully resolve themselves because at first glance this looks like a timing issue. |
@ChrisHuie I approved the changes on the previous PR, as well as on this one, but I'm not sure why CircleCI is failing, I restarted the workflow several times, but it keeps failing. |
@aleksatr Yeah. These were the same errors I was getting when we merged it. Later I can dig into the code and see if anything jumps out in this pr at me. |
@ChrisHuie Do you have an ETA on when our changes will be merged into master? Looking at the circleci tests I do see this error: DatablocksAdapter Is this what is holding things up? Line 459 is valid code - I am not sure why it would be failing |
@jmayor yes the failing tests are currently holding this up. I can't merge it in until it passes all current testing. This pr doesn't seem to be passing that unit test and also appears to be adding latency to the integration testing because it is impacting several other tests so not sure this is working as intended. |
Ok - I re-wrote that section of the code. It was using some ES6 code that I guess there is no polyfill for |
Chris - looks like all the tests finally passed! They were all related to IE11 - I guess there is no polyfill for some of the Object functions in JS |
Looks like we are getting closer! The datablocks errors seem to be cleared up but still looks like we are getting errors in a couple other adapters which I am assuming has to deal with storage manager interaction or sinon itself. |
Thanks @ChrisHuie and @patmmccann for your guidance. Are the additional CircleCI failures anything we can handle on our end or do you guys have a handle on it? |
* master: (103 commits) Opt Out Bid Adapter: add new bid adapter (prebid#7029) Dependencies/Testing: update dependencies, npm audit fixes, and bump Browserstack versions (prebid#6828) 5.2.0-pre Prebid.js 5.1.0 IX Bid Adapter : reading video `placement` property (prebid#6994) changing PBS debug flag to boolean (prebid#7035) Ats analytics set sampling rate to 1 percent (prebid#7010) Update sspBC bid adapter (v5.0) (prebid#7002) Gamma Bid Adapter: support adomain for Prebid 5.0 (prebid#7033) Datablocks Bid Adapter : update bid adapter and add 5.0 compliance (prebid#6765) Add microadBidAdapter (prebid#7007) Adf Bid Adapter: add adform alias (prebid#7009) Fixed FPD issue after for Prebid.js 5.0 (prebid#7031) Zeta Ssp Bid Adapter: provide devicetype (prebid#7026) make sizes a variable as the code expects (prebid#7024) VidazooBidAdapter: support for response meta.advertiserDomains (v5.0) (prebid#7022) add uid2 to OpenX Bid Adapter (prebid#7015) Zeta Ssp Bid Adapter: page and domain fields from config (prebid#7019) tappx Bid Adapter: fix wrong requests with undefined params (prebid#7021) RealVu Analytics Adapter: remove "tablet" from device types (prebid#7016) ...
Type of change
Description of change
As per @ChrisHuie in #6696 (comment)
Be sure to test the integration with your adserver using the Hello World sample page.
For any changes that affect user-facing APIs or example code documented on http://prebid.org, please provide:
Other information