Commit eb5e413
committed
Configure breakpad test to log synchronously
Otherwise at exit some log entries can be lost resulting in an
intermittent test failure.
1/1 Test #4: memcached-breakpad-test-std_exception_via_std_thread ...***Failed 0.08 sec
2024-01-19T10:19:11 INFO Spawning memcached
2024-01-19T10:19:11 INFO Process exited with status -6
2024-01-19T10:19:11 ERROR FAIL - No exception what() message written to stderr on crash.
=== stderr begin ===
libc++abi: terminating due to uncaught exception of type std::runtime_error: crash_engine: This exception wasn't handled
=== stderr end ===
Change-Id: Iaa679d1bb7a4593715f5beab004fd612809cb7fa
Reviewed-on: https://review.couchbase.org/c/kv_engine/+/204112
Tested-by: Pavlos Georgiou <[email protected]>
Reviewed-by: Trond Norbye <[email protected]>1 parent 660ec3c commit eb5e413
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
| 277 | + | |
277 | 278 | | |
278 | 279 | | |
279 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments