Browse Source

Log res.error() on all ServerTest ASSERT_TRUE(res) assertions

Only 8 of 423 call sites logged the actual error on failure. The
MbedTLS-backend flaky CI failure (connection-level ASSERT_TRUE(res),
~20-30ms) keeps landing on assertions without this diagnostic, so the
real error code has never been captured. Broadens the existing
GetWithRange-only logging (a4d7066) to every plain ASSERT_TRUE(res);
site, no behavior change.
yhirose 2 weeks ago
parent
commit
f7c8455a62
1 changed files with 121 additions and 121 deletions
  1. 121 121
      test/test.cc

File diff suppressed because it is too large
+ 121 - 121
test/test.cc


Some files were not shown because too many files changed in this diff