-
Notifications
You must be signed in to change notification settings - Fork 2.1k
tests/nordic_softdevice fails randomly when doing flash test #12214
Copy link
Copy link
Closed
Labels
Type: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
Description
The test tests/nordic_softdevice is randomly failing when calling 'test' directly after 'flash'.
When I was testing with letting some time between flash and test, I think it did not fail.
Steps to reproduce the issue
#! /bin/bash -xe
make --no-print-directory -C tests/nordic_softdevice/
for i in {0..10}; do
make --no-print-directory -C tests/nordic_softdevice/ flash-only test
done
Expected results
Never fails
Actual results
It fails after some executions
Versions
The first commit that introduced it 2e73e7f
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)The issue reports a bug / The PR fixes a bug (including spelling errors)