commit | 35743d94643ad7337bd220519a800f00e95ad92f | [log] [tgz] |
---|---|---|
author | Brian Norris <[email protected]> | Thu Jul 11 17:18:48 2024 |
committer | Chromeos LUCI <[email protected]> | Fri Jul 12 18:15:39 2024 |
tree | ede0d81ab17b9a8f5be54a057962e383567d58c9 | |
parent | fcfee6a9c76653be43ce70a88b1ddad73d4d5fa4 [diff] |
CHROMIUM: test_dbus: Handle read() EINTR We've finally got a proper error dump of a failing case: BAD: Error reading dbus-daemon status: 4, Interrupted system call at tests/test_initctl.c:18533 (test_dbus_connection). FAIL test_initctl (exit status: 134) We should retry reads here if they see EINTR. BUG=b:342438425 TEST=cros_run_unit_tests Change-Id: I0425907f814503c03abfd03688ed0726cc2fc0fb Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/libnih/+/5696177 Reviewed-by: Allen Webb <[email protected]> Commit-Queue: Brian Norris <[email protected]> Auto-Submit: Brian Norris <[email protected]> Tested-by: Brian Norris <[email protected]>