test(appsec): use fetch in SDK set-user tests - #10078
Conversation
Fetch resolves when response headers arrive. The helper consumes the response body before the test completes, preserving the prior request timing.
Overall package sizeSelf size: 8.58 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.4.0 | 127.33 kB | 447.04 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
|
BenchmarksBenchmark execution time: 2026-08-31 16:38:30 Comparing candidate commit ede1837 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 2297 metrics, 13 unstable metrics.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10078 +/- ##
==========================================
- Coverage 98.61% 98.61% -0.01%
==========================================
Files 993 993
Lines 150186 150186
Branches 13129 13064 -65
==========================================
- Hits 148100 148099 -1
- Misses 2086 2087 +1 Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Fetch resolves when response headers arrive. The helper consumes the response body before the test completes, preserving the prior request timing.