Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

examples, tests: disable native and native64 for more flaky tests #20401

Merged

Conversation

maribu
Copy link
Member

@maribu maribu commented Feb 20, 2024

Contribution description

tests/sys/posix_semaphore

The CI tests may fail under load with:

first: waited too long 1001711 usec => FAILED

examples/micropython

The test is already disabled for native and known to be flaky, it was just forgotten to do the same for native64.

Testing procedure

The test should no longer be run in the CI

Issues/PRs references

None

The CI tests may fail under load with:

    first: waited too long 1001711 usec => FAILED
@maribu maribu added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Feb 20, 2024
@github-actions github-actions bot added the Area: tests Area: tests and testing framework label Feb 20, 2024
@riot-ci
Copy link

riot-ci commented Feb 20, 2024

Murdock results

✔️ PASSED

251cffa examples/micropython: disable on native64

Success Failures Total Runtime
32 0 32 01m:20s

Artifacts

This was already disabled on native, but it is also flaky on
native64 under load due to sleeps potentially taking longer.
@github-actions github-actions bot added the Area: examples Area: Example Applications label Feb 20, 2024
@maribu maribu changed the title tests/sys/posix_semaphore: disable native,native64 on CI examples, tests: disable native and native64 for more flaky tests Feb 20, 2024
Copy link
Member

@bergzand bergzand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@maribu maribu added this pull request to the merge queue Feb 20, 2024
Merged via the queue into RIOT-OS:master with commit 34de528 Feb 20, 2024
26 checks passed
@maribu maribu deleted the tests/sys/posix_semaphore/disable_native_on_ci branch February 20, 2024 12:26
@maribu
Copy link
Member Author

maribu commented Feb 20, 2024

Thx

@MrKevinWeiss MrKevinWeiss added this to the Release 2024.04 milestone Apr 30, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Area: examples Area: Example Applications Area: tests Area: tests and testing framework CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants