tests/net/gnrc_sixlowpan_frag_sfr_congure_impl: disable test on native#20151
Merged
miri64 merged 1 commit intoRIOT-OS:masterfrom Dec 5, 2023
Merged
Conversation
This test sporadically failed on multiple machines compiled with both GNU and LLVM toolchains. To not waste more CI time by sporadically failing unrelated CI runs, let's disable the test for now.
Member
Author
|
For reference some logs of failures on nightlies / unrelated PRs: https://ci.riot-os.org/details/2bde7d30304f44be9f13e4d9ba34273chttps://ci.riot-os.org/details/dc4fb9085ed34a84a15d674429d8ca47https://ci.riot-os.org/details/c20a221f40d54fc198161632eb80bb9b |
Teufelchen1
approved these changes
Dec 5, 2023
Member
|
It's weird that the packet buffer runs full on native... Have to look into it (and probably need to re-activate the test for that at some point). But in the meantime: Did something change in the packet buffer in the last few weeks? |
Member
Author
Not that I'm aware of. It is occasionally passing, so I guess it is difficult to reproduce and maybe we just got less lucky recently? |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This test sporadically failed on multiple machines compiled with both GNU and LLVM toolchains. To not waste more CI time by sporadically failing unrelated CI runs, let's disable the test for now.
Testing procedure
The test should no longer be run automatically in the CI.
Issues/PRs references
None