roll: third_party/pigweed pw_unit_test: Run RPC-based tests on dedicated thread
- Updates the pw_unit_test RPC service to offload the actual test run
onto a dedicated thread. Previously, it was run directly from the RPC
method implementation, which is typically invoked on an RPC thread and
with the global RPC lock held.
- Updates target apps which set up an RPC unit test server to provision
a thread for it.
- Deletes //pw_unit_test:rpc_main, as this cannot be built generically
for different build targets.
Tested: RPC-based unit tests run on a PicoPico board, both invoked
manually through the console and automatically through the
build system / target_runner server. Matches expected output.
Original-Bug: 408449338
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253913
Tests-Not-Needed: Alexei Frolov <frolv@google.com>
Original-Revision: f59444c8dae1befee9bd6947cbd55cefdf8449b1
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 74fc6559bf6c6e..f59444c8dae1be
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8718492546118410737
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Icf1d0a8c8f9e005d512d5f9fb18b0da34acf85c5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/kudzu/+/281274
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/third_party/pigweed b/third_party/pigweed
index 74fc655..f59444c 160000
--- a/third_party/pigweed
+++ b/third_party/pigweed
@@ -1 +1 @@
-Subproject commit 74fc6559bf6c6e557c7b0c3fa0394cd7cff01acc
+Subproject commit f59444c8dae1befee9bd6947cbd55cefdf8449b1