-
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
Save winning bid #480
Save winning bid #480
Conversation
Keep our Prebid in sync
@d6u Thanks for adding winning bids. |
@jaiminpanchal27 Thanks for looking at this. I added a test case in API spec tests. But I haven't found other places to add tests. Is this enough? |
@d6u |
@mkendall07 definitely. First, the Second, in order to work with Could talk about what's requirement for "cleared out"? I can help add that logic if necessary. |
@d6u |
@mkendall07 Thanks. Is the convention here to using |
I actually don't want to add another timeout for this specifically as this is a bigger problem then just this one area. We will address in #477 possibly. Can you add more unit tests to cover functionality of the method? I think once that is added this will be good to go. |
Just added some unit test to cover both logic in |
LGTM. Merging. |
* Save bidWon adObject to _winningBids * Add test case fir getAllWinningBids * Add more unit tests
* Save bidWon adObject to _winningBids * Add test case fir getAllWinningBids * Add more unit tests
Hi,
I'm from PubNation.
This PR will help us to properly determine the winning bidder. Listening to 'bidWon' event can sometimes cause race conditions.
Let me know if you need more information.
Thanks!