-
Notifications
You must be signed in to change notification settings - Fork 750
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
New Adapter: Alkimi #3247
New Adapter: Alkimi #3247
Conversation
adapters/alkimi/alkimi_test.go
Outdated
assert.NotNil(t, bidder) | ||
} | ||
|
||
func TestMakeRequests(t *testing.T) { |
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.
@kalidas-alkimi recommended to use JSON framework tests. Should add exemplary and supplemental tests.
Refer following as example,
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.
fixed
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.
fixed
@kalidas-alkimi could you link the added SON framework tests
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.
I hope this is also a recommendation, we will update it in future.
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.
I hope this is also a recommendation, we will update it in future.
PBS-GO expects to add json framework tests whenever new adapter gets added
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.
We don't fully understand, JSON tests are required or not? Should we re-write our unit tests or not?
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.
I hope this is also a recommendation, we will update it in future.
PBS-GO expects to add json framework tests whenever new adapter gets added
@pro-nsk JSON tests are required
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.
@onkarvhanumante Added JSON tests
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.
@onkarvhanumante Added JSON tests
@pro-nsk JSON test is expected to cover code path of MakeRequests and MakeBids. Now that JSON tests are added, could remove following tests.
TestMakeRequests, TestMakeBidsShouldReturnErrorIfResponseBodyContainsIncorrectImp, TestMakeBidsShouldReturnErrorIfResponseBodyContainsIncorrectImp,
TestMakeBidsShouldReturnEmptyListIfBidResponseIsNull,
TestMakeBidsShouldReturnEmptyListIfBidResponseIsError,
TestMakeBidsShouldReturnBidWithResolvedMacros,
TestMakeBidsShouldReturnErrorIfResponseBodyContainsIncorrectImp,
TestMakeBidsShouldReturnEmptyListIfBidResponseIsNull,
TestMakeBidsShouldReturnEmptyListIfBidResponseIsError,
TestMakeBidsShouldReturnBidWithResolvedMacros,
TestMakeBidsShouldReturnBidForAllTypes
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.
@onkarvhanumante Fixed
Code coverage summaryNote:
alkimiRefer here for heat map coverage report
|
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.
few changes
Code coverage summaryNote:
alkimiRefer here for heat map coverage report
|
Fixed |
Code coverage summaryNote:
alkimiRefer here for heat map coverage report
|
Code coverage summaryNote:
alkimiRefer here for heat map coverage report
|
PR checks are failing with following error. Run
|
fixed |
Code coverage summaryNote:
alkimiRefer here for heat map coverage report
|
Code coverage summaryNote:
alkimiRefer here for heat map coverage report
|
Code coverage summaryNote:
alkimiRefer here for heat map coverage report
|
maintainer: | ||
email: [email protected] |
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.
@kalidas-alkimi @pro-nsk an email is sent from prebid team to verify above mentioned email address.
Requesting to respond back "received" message
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.
done
co-authored by @kalidas-alkimi @pro-nsk
Alkimi adapter already supported on prebid-server-java repo, now added on go repo