Skip to content

mw/com: Mark skeleton_recreation_test as flaky - #861

Open
gdadunashvili wants to merge 1 commit into
eclipse-score:mainfrom
gdadunashvili:dadu_mark_skeleton_recreation_test_as_flaky
Open

mw/com: Mark skeleton_recreation_test as flaky#861
gdadunashvili wants to merge 1 commit into
eclipse-score:mainfrom
gdadunashvili:dadu_mark_skeleton_recreation_test_as_flaky

Conversation

@gdadunashvili

Copy link
Copy Markdown
Member

Test fails regularly when running on qnx-8 due to a bug in inotify in which we receive spurious inotify events. To be reevaluated once the bug is fixed or service discovery is reimplemented to not rely on inotify events.

Test fails regularly when running on qnx-8 due to a bug in inotify in
which we receive spurious inotify events. To be reevaluated once the bug
is fixed or service discovery is reimplemented to not rely on inotify
events.
@gdadunashvili
gdadunashvili force-pushed the dadu_mark_skeleton_recreation_test_as_flaky branch from 3c24194 to 861d4d0 Compare August 6, 2026 11:06
@gdadunashvili
gdadunashvili marked this pull request as ready for review August 6, 2026 11:07
# service discovery is reimplemented to not rely on
# inotify events (SWP-214271).
target_compatible_with = ["@platforms//os:linux"],
flaky = True,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I guess it is not possible to do a select statement in the flaky flag? With this change we are kind of accepting that in linux it could be flaky. On the other side without this change, we would not notice a reliably failing test on qnx.
If you coult try a select statement on flaky and see what Bazel says it would be great. Probably it is not a configurable flag and it will not work, but we could consider asking it as a feature request to Bazel if that is the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants