summaryrefslogtreecommitdiffstats
path: root/docs/user-guide
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-06-04 10:35:52 -0700
committerGitHub <noreply@github.com>2025-06-04 10:35:52 -0700
commitb9dc21d362f65f22bc707bede733a9537b80460a (patch)
treef75286d4a6edc882369f781db409a05e072b6f86 /docs/user-guide
parent454792a55496dfb00c20c724f6a491bb3110f957 (diff)
Break down record replay to individual tests to avoid timeout (#7340)
* Break down RecordReply to individual tests to avoid timeout In Debug build, RecordReplay unit-test was timing out. It was running six tests all in one unit-test, but this commit breaks it down to individual test so that each unit test can be done within the timeout limit. This issue has seen only in Debug build but it has been unnoticed because even when the test failed with test-server, it was still passing on its retry because the time-out applies only when using test-server. * Reduce the retry from 2 times to 1 time * Remove RecordReplay from expected failure
Diffstat (limited to 'docs/user-guide')
0 files changed, 0 insertions, 0 deletions