Skip to content

tests/nordic_softdevice fails randomly when doing flash test #12214

@cladmi

Description

@cladmi

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

output.txt

Versions

The first commit that introduced it 2e73e7f

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions