You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Arduino support implemented in #8708 works well on a wide variety of boards, but the RPC server sometimes fails only when running on the Arduino Nano 33 BLE. Which and how many tests fail is inconsistent from run to run. It doesn't seem to be a memory error, as the test that allocates a 161024 array will sometimes succeed while the test allocating a 11024 array fails.
Included below are two logs for two runs of test_arduino_rpc_server.py. The verbose log was created by running:
The RPC server behaves nicely on a variety of devices, including the Arduino Due, Seeed Wio Terminal, and Sony Spresense. It's just the Nano 33 BLE which has this issue.
areusch
added
the
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
label
Oct 19, 2022
The Arduino support implemented in #8708 works well on a wide variety of boards, but the RPC server sometimes fails only when running on the Arduino Nano 33 BLE. Which and how many tests fail is inconsistent from run to run. It doesn't seem to be a memory error, as the test that allocates a 161024 array will sometimes succeed while the test allocating a 11024 array fails.
Included below are two logs for two runs of
test_arduino_rpc_server.py
. The verbose log was created by running:nano_33_ble_rpc_verbose.log
The non-verbose one was created by running:
nano_33_ble_rpc.log
cc @alanmacd @gromero @mehrdadh
The text was updated successfully, but these errors were encountered: