Upgrade antithesis SDK in tests#22045
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: nwnt The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 22 files with indirect coverage changes @@ Coverage Diff @@
## main #22045 +/- ##
==========================================
+ Coverage 69.66% 69.76% +0.09%
==========================================
Files 449 449
Lines 38177 38177
==========================================
+ Hits 26596 26633 +37
+ Misses 10149 10122 -27
+ Partials 1432 1422 -10 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
/retest |
| RUN go get github.com/antithesishq/antithesis-sdk-go@v0.4.4 | ||
| RUN go install github.com/antithesishq/antithesis-sdk-go/tools/antithesis-go-instrumentor@a802e8810442e01d16b3e9df77d7ce3875e36e55 # v0.4.3 | ||
| RUN go get github.com/antithesishq/antithesis-sdk-go@v0.7.2 | ||
| RUN go install github.com/antithesishq/antithesis-sdk-go/tools/antithesis-go-instrumentor@latest |
There was a problem hiding this comment.
Yep, done. Somehow I couldn't build with the instrumentor@v0.7.2 in my local before, but now I can.
SDK to v0.7.2 instrumentor to latest Signed-off-by: Nont <9658731+nwnt@users.noreply.github.com>
33f7c68 to
8768e73
Compare
SDK to v0.7.2
instrumentor to latest
Built in local successfully.