Commit 2897226
fix(sap-demo-java): suppress elapsedMs noise on replay
Keploy's HTTP recorder now persists upstream timeouts as synthesized 504
mocks with the original reqTimestamp (see task #185). On replay the mock
is served instantly (millisecond-level elapsedMs) while the recorded
response captured real ~26s SAP network latency, so body-diff on
elapsedMs continues to fail test-16.
Add elapsedMs: [] under globalNoise.global.body to suppress the diff.
Note: the existing timestamp: [] entry does not cover this — timestamp
and elapsedMs are distinct fields on different response objects, so an
explicit entry is required for the synthesized-mock flow from #185.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: slayerjain <shubhamkjain@outlook.com>1 parent 9164f98 commit 2897226
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments