Skip to content

Commit

Permalink
Remove test/debug from request/response in integration tests (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
RossGoncharuk authored and rpanchyk committed Dec 19, 2019
1 parent 8d778c5 commit dde2146
Show file tree
Hide file tree
Showing 130 changed files with 0 additions and 5,551 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
}
}
],
"test": 1,
"at": 1,
"tmax": 1900,
"cur": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,97 +32,6 @@
],
"cur": "USD",
"ext": {
"debug": {
"httpcalls": {
"rubicon": [
{
"uri": "{{ rubicon.exchange_uri }}?tk_xint=rp-pbs",
"requestbody": "{\"id\":\"tid\",\"imp\":[{\"id\":\"impId-cache-update\",\"banner\":{\"format\":[{\"w\":120,\"h\":600}],\"w\":120,\"h\":600,\"ext\":{\"rp\":{\"size_id\":8,\"mime\":\"text/html\"}}},\"ext\":{\"rp\":{\"zone_id\":7001,\"track\":{\"mint\":\"\",\"mint_version\":\"\"}}}}],\"site\":{\"domain\":\"example.com\",\"page\":\"http://www.example.com\",\"publisher\":{\"ext\":{\"rp\":{\"account_id\":5001}}},\"ext\":{\"rp\":{\"site_id\":6001},\"amp\":0}},\"device\":{\"ua\":\"userAgent\",\"ip\":\"193.168.244.1\",\"ext\":{\"rp\":{}}},\"user\":{\"buyeruid\":\"J5VLCWQP-26-CWFT\"},\"test\":1,\"at\":1,\"tmax\":1900,\"regs\":{\"ext\":{\"gdpr\":0}}}",
"responsebody": "{\"id\":\"bidResponseId2\",\"seatbid\":[{\"bid\":[{\"id\":\"466223845\",\"impid\":\"impId-cache-update\",\"price\":4.26,\"adm\":\"adm2\",\"crid\":\"crid2\",\"w\":120,\"h\":600}],\"seat\":\"seatId2\",\"group\":0}]}",
"status": 200
}
]
},
"resolvedrequest": {
"id": "tid",
"imp": [
{
"id": "impId-cache-update",
"banner": {
"format": [
{
"w": 120,
"h": 600
}
],
"w": 120,
"h": 600
},
"ext": {
"rubicon": {
"accountId": 5001,
"siteId": 6001,
"zoneId": 7001
},
"prebid": {
"storedrequest": {
"id": "test-rubicon-stored-imp-cache-update"
}
}
}
}
],
"site": {
"domain": "example.com",
"page": "http://www.example.com",
"ext": {
"amp": 0
}
},
"device": {
"ua": "userAgent",
"ip": "193.168.244.1"
},
"test": 1,
"at": 1,
"tmax": 1900,
"cur": [
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
},
"ext": {
"prebid": {
"targeting": {
"pricegranularity": {
"precision": 2,
"ranges": [
{
"max": 20,
"increment": 0.1
}
]
},
"currency": {
"rates": {
"EUR": {
"USD": 1.2406
},
"USD": {
"EUR": 0.811
}
}
},
"includewinners": true,
"includebidderkeys": true
}
}
}
}
},
"responsetimemillis": {
"rubicon": "{{ rubicon.response_time_ms }}"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"user": {
"buyeruid": "J5VLCWQP-26-CWFT"
},
"test": 1,
"at": 1,
"tmax": 1900,
"regs": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"id": "publisherId"
}
},
"test": 1,
"at": 1,
"tmax": 3000,
"cur": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,127 +44,6 @@
],
"cur": "USD",
"ext": {
"debug": {
"httpcalls": {
"adform": [
{
"uri": "{{ adform.exchange_uri }}?CC=1&adid=ifaId&fd=1&gdpr=0&gdpr_consent=consentValue&ip=193.168.244.1&pt=gross&rp=4&stid=tid&bWlkPTE1JnJjdXI9VVNE",
"responsebody": "{\"response\":\"banner\",\"banner\":\"banner\",\"win_bid\":\"10.5\",\"currency\":\"currency\",\"width\":400,\"height\":300,\"dealId\":\"dealId\",\"win_crid\":\"crid12\"}",
"status": 200
}
],
"cache": [
{
"uri": "{{ cache.endpoint }}",
"requestbody": "{\"puts\":[{\"type\":\"json\",\"value\":{\"id\":\"impId12\",\"impid\":\"impId12\",\"price\":10.5,\"adm\":\"banner\",\"crid\":\"crid12\",\"w\":400,\"h\":300}}]}",
"responsebody": "{\"responses\":[{\"uuid\":\"ca2a4dd3-f974-4eff-be5c-986bf4e083ce\"}]}",
"status": 200
}
]
},
"resolvedrequest": {
"id": "tid",
"imp": [
{
"id": "impId12",
"banner": {
"format": [
{
"w": 300,
"h": 250
}
]
},
"ext": {
"adform": {
"mid": 15,
"priceType": "gross"
}
}
}
],
"site": {
"domain": "example.com",
"page": "http://www.example.com",
"publisher": {
"id": "publisherId"
},
"ext": {
"amp": 0
}
},
"device": {
"ua": "userAgent",
"dnt": 2,
"ip": "193.168.244.1",
"pxratio": 4.2,
"language": "en",
"ifa": "ifaId"
},
"user": {
"ext": {
"digitrust": {
"id": "id",
"keyv": 123,
"pref": 0
},
"consent": "consentValue"
}
},
"test": 1,
"at": 1,
"tmax": 3000,
"cur": [
"USD"
],
"source": {
"fd": 1,
"tid": "tid"
},
"regs": {
"ext": {
"gdpr": 0
}
},
"ext": {
"prebid": {
"aliases": {
"appnexusAlias": "appnexus",
"conversantAlias": "conversant"
},
"targeting": {
"pricegranularity": {
"precision": 2,
"ranges": [
{
"max": 20,
"increment": 0.1
}
]
},
"currency": {
"rates": {
"EUR": {
"USD": 1.2406
},
"USD": {
"EUR": 0.811
}
}
},
"includewinners": true,
"includebidderkeys": true
},
"cache": {
"bids": {},
"vastxml": {
"ttlseconds": 120
}
}
}
}
}
},
"responsetimemillis": {
"adform": "{{ adform.response_time_ms }}",
"cache": "{{ cache.response_time_ms }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"consent": "consentValue"
}
},
"test": 1,
"at": 1,
"tmax": 3000,
"cur": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"id": "publisherId"
}
},
"test": 1,
"at": 1,
"tmax": 3000,
"cur": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,133 +51,6 @@
],
"cur": "USD",
"ext": {
"debug": {
"httpcalls": {
"adkernel": [
{
"uri": "{{ adkernel.exchange_uri }}?zone=101",
"requestbody": "{\"id\":\"tid\",\"imp\":[{\"id\":\"impId001\",\"banner\":{\"format\":[{\"w\":300,\"h\":250}]}}],\"site\":{\"domain\":\"example.com\",\"page\":\"http://www.example.com\",\"ext\":{\"amp\":0}},\"device\":{\"ua\":\"userAgent\",\"dnt\":2,\"ip\":\"193.168.244.1\",\"pxratio\":4.2,\"language\":\"en\",\"ifa\":\"ifaId\"},\"user\":{\"buyeruid\":\"AK-UID\",\"ext\":{\"consent\":\"consentValue\",\"digitrust\":{\"id\":\"id\",\"keyv\":123,\"pref\":0}}},\"test\":1,\"at\":1,\"tmax\":3000,\"cur\":[\"USD\"],\"source\":{\"fd\":1,\"tid\":\"tid\"},\"regs\":{\"ext\":{\"gdpr\":0}},\"ext\":{\"prebid\":{\"targeting\":{\"pricegranularity\":{\"precision\":2,\"ranges\":[{\"max\":20,\"increment\":0.1}]},\"currency\":{\"rates\":{\"EUR\":{\"USD\":1.2406},\"USD\":{\"EUR\":0.811}}},\"includewinners\":true,\"includebidderkeys\":true},\"cache\":{\"bids\":{},\"vastxml\":{\"ttlseconds\":120}}}}}",
"responsebody": "{\"id\":\"tid\",\"seatbid\":[{\"bid\":[{\"id\":\"bid02\",\"impid\":\"impId001\",\"price\":2.25,\"cid\":\"1001\",\"crid\":\"2002\",\"adid\":\"2002\",\"adm\":\"<!-- admarkup -->\",\"adomain\":[\"tag-example.com\"]}]}],\"bidid\":\"wehM-93KGr0\"}",
"status": 200
}
],
"cache": [
{
"uri": "{{ cache.endpoint }}",
"requestbody": "{\"puts\":[{\"type\":\"json\",\"value\":{\"id\":\"bid02\",\"impid\":\"impId001\",\"price\":2.25,\"adm\":\"<!-- admarkup -->\",\"adid\":\"2002\",\"adomain\":[\"tag-example.com\"],\"cid\":\"1001\",\"crid\":\"2002\"}},{\"type\":\"xml\",\"value\":\"<!-- admarkup -->\",\"expiry\":120}]}",
"responsebody": "{\"responses\":[{\"uuid\":\"71615e3d-8a18-4099-a807-3952199b532a\"},{\"uuid\":\"69c0e0c9-ce20-4d91-99d1-d821afd75727\"}]}",
"status": 200
}
]
},
"resolvedrequest": {
"id": "tid",
"imp": [
{
"id": "impId001",
"banner": {
"format": [
{
"w": 300,
"h": 250
}
]
},
"video": {
"mimes": [
"video/mp4"
],
"w": 640,
"h": 480,
"skipmin": 0,
"skipafter": 0
},
"ext": {
"adkernel": {
"zoneId": 101,
"host": "localhost:8090"
}
}
}
],
"site": {
"domain": "example.com",
"page": "http://www.example.com",
"publisher": {
"id": "publisherId"
},
"ext": {
"amp": 0
}
},
"device": {
"ua": "userAgent",
"dnt": 2,
"ip": "193.168.244.1",
"pxratio": 4.2,
"language": "en",
"ifa": "ifaId"
},
"user": {
"ext": {
"consent": "consentValue",
"digitrust": {
"id": "id",
"keyv": 123,
"pref": 0
}
}
},
"test": 1,
"at": 1,
"tmax": 3000,
"cur": [
"USD"
],
"source": {
"fd": 1,
"tid": "tid"
},
"regs": {
"ext": {
"gdpr": 0
}
},
"ext": {
"prebid": {
"targeting": {
"pricegranularity": {
"precision": 2,
"ranges": [
{
"max": 20,
"increment": 0.1
}
]
},
"currency": {
"rates": {
"EUR": {
"USD": 1.2406
},
"USD": {
"EUR": 0.811
}
}
},
"includewinners": true,
"includebidderkeys": true
},
"cache": {
"bids": {},
"vastxml": {
"ttlseconds": 120
}
}
}
}
}
},
"responsetimemillis": {
"adkernel": "{{ adkernel.response_time_ms }}",
"cache": "{{ cache.response_time_ms }}"
Expand Down
Loading

0 comments on commit dde2146

Please sign in to comment.