Attention needed from Owners Override
Charles Celerier has uploaded the change for review![Open in Gerrit]()
Charles Celerier would like Owners Override to review this change.
Commit message
[lacewing] Run async on the same event loop everywhere
Instead of creating a new loop every time a test needs to run a
coroutine, this change runs all the coroutines on the same global event
loop. This is a preparatory change for spreading the use of async to all
the tests.
Depends-on: turquoise-internal:I526098579b1e6444874fb880e0c098efa6ba2288
Change-Id: If23a4f15ce3c2931ce226f4a25ea9a152cc9c5f9
Change information
Files:
- M docs/development/tools/fuchsia-controller/async-python.md
- M scripts/lib/async_utils/BUILD.gn
- M scripts/lib/async_utils/tests/async_utils_test.py
- M scripts/lib/ffx_cmd/BUILD.gn
- M scripts/lib/ffx_cmd/e2e_tests/test_ffx_inspect.py
- M scripts/lib/ffx_cmd/lib.py
- M scripts/lib/ffx_cmd/tests/__init__.py
- M scripts/lib/ffx_cmd/tests/test_ffx_cmd.py
- M scripts/lib/fx_cmd/lib.py
- M scripts/lib/fx_cmd/tests/test_fx_cmd.py
- M src/connectivity/network/tests/benchmarks/iperf/BUILD.gn
- M src/connectivity/network/tests/benchmarks/iperf/netstack_iperf_test.py
- M src/connectivity/wlan/tests/wlancfg/BUILD.gn
- M src/connectivity/wlan/tests/wlancfg/RegulatoryRecoveryTest.py
- M src/connectivity/wlan/tests/wlanix/ApfTest.py
- M src/connectivity/wlan/tests/wlanix/BUILD.gn
- M src/connectivity/wlan/tests/wlanix/IfaceCorrectnessAndConsistencyTest.py
- M src/connectivity/wlan/tests/wlanix/IfaceLifecycleTest.py
- M src/connectivity/wlan/tests/wlanix/WifiChipCorrectnessAndConsistencyTest.py
- M src/connectivity/wlan/tests/wlanix/WifiChipExistenceTest.py
- M src/connectivity/wlan/tests/wlanix/wlanix_testing/BUILD.gn
- M src/connectivity/wlan/tests/wlanix/wlanix_testing/base_test.py
- M src/developer/ffx/lib/fuchsia-controller/BUILD.gn
- M src/developer/ffx/lib/fuchsia-controller/python/fidl/_client.py
- M src/developer/ffx/lib/fuchsia-controller/python/fidl/_ipc.py
- D src/developer/ffx/lib/fuchsia-controller/python/fidl/tests/BUILD.gn
- D src/developer/ffx/lib/fuchsia-controller/python/fidl/tests/queue_wrapper_test.py
- M src/developer/ffx/lib/fuchsia-controller/python/fuchsia_controller_py/wrappers.py
- M src/storage/blackout/host/tests/BUILD.gn
- M src/storage/blackout/host/tests/blackout.py
- M src/testing/end_to_end/honeydew/honeydew/affordances/connectivity/bluetooth/bluetooth_common/bluetooth_common_using_fc.py
- M src/testing/end_to_end/honeydew/honeydew/affordances/connectivity/bluetooth/bluetooth_common/tests/unit_tests/bluetooth_common_using_fc_test.py
- M src/testing/end_to_end/honeydew/honeydew/affordances/rtc/rtc_using_fc.py
- M src/testing/end_to_end/honeydew/honeydew/affordances/rtc/tests/unit_tests/rtc_using_fc_test.py
- M src/testing/end_to_end/honeydew/honeydew/affordances/ui/user_input/user_input_using_fc.py
- M src/testing/end_to_end/honeydew/honeydew/affordances/virtual_audio/audio_using_fuchsia_controller.py
- M src/testing/end_to_end/honeydew/honeydew/affordances/virtual_audio/tests/functional_tests/BUILD.gn
- M src/testing/end_to_end/honeydew/honeydew/affordances/virtual_audio/tests/functional_tests/test_audio_inject_record.py
- M src/testing/end_to_end/honeydew/honeydew/fuchsia_device/fuchsia_device_impl.py
- M tools/devshell/python/system-status/main.py
- M tools/devshell/python/system-status/tests/test_system_status.py
- M tools/fidl/fidlgen_python/tests/test_client.py
Change size: L
Delta: 42 files changed, 359 insertions(+), 539 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: If23a4f15ce3c2931ce226f4a25ea9a152cc9c5f9
Gerrit-Change-Number: 1514764
Gerrit-PatchSet: 14
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.