Request response payload capture verify by smoke test - #273
Conversation
| traces.getFilteredAttributeValue("http.response.body") == stringBody | ||
|
|
||
| and: "Response body should be same as received response body" | ||
| traces.getFilteredAttributeValue("http.response.body") == responseBody |
There was a problem hiding this comment.
this seems to be duplicated
There was a problem hiding this comment.
removed
| import org.testcontainers.containers.wait.strategy.Wait | ||
| import org.testcontainers.containers.wait.strategy.WaitStrategy | ||
|
|
||
| @Ignore |
There was a problem hiding this comment.
please create an issue and add a link here
| import org.testcontainers.containers.wait.strategy.Wait | ||
| import org.testcontainers.containers.wait.strategy.WaitStrategy | ||
|
|
||
| @Ignore |
There was a problem hiding this comment.
is tomee also failing? If so create an issue
There was a problem hiding this comment.
the v.15.0 release did not have test for tomee . However it is present in latest code.
The the image matrix that is currently published is based on v.15.0 release so tomee test container images are missing in docker hub.
if you look for changes in current PR in file: smoke-tests/matrix/build.gradle
I have added config to publish the same.
Once this PR is merged, images will be published and I will create a follow up PR to enable this with new image tags.
Request response payload capture verify by smoke test
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.