-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/bsim/bluetooth/audio/test_scripts/cap_broadcast_ac_12.sh failing in main #80734
Comments
Just to be clear: It's only blocking a few PRs :) This issue is seen in a few PRs (#79931, #80691). The issue is timing related it seems, and modifying the number of octets sent or simply add a small I have only seen it happen on the nRF52 BSIM, and have not been able to reproduce with the nRF53 BSIM nor on target. I believe it's an issue in the controller, but there is always a chance that the host is not free'ing the buffers, but from the logs I've seen there is no indication of any issues in the host:
It is (almost) without a doubt an issue on the ISO sync receiver. |
Describe the bug
One BT audio CAP Broadcast AC test is failing in main:
tests/bsim/bluetooth/audio/test_scripts/cap_broadcast_ac_12.sh
in its "Execute_AC_12 48_4_1" step
To Reproduce
Make sure you have bsim installed and are ready to build targeting the nrf52_bsim
Expected behavior
No test failures
Impact
Failures in CI, blocking PRs
Logs and console output
Environment (please complete the following information):
Additional context
Failure started after #80228 got merged
f970b06
The text was updated successfully, but these errors were encountered: