-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: Test FrameworkIssues related not to a particular test, but to the framework insteadIssues related not to a particular test, but to the framework insteadbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
The issue is demonstrated by #6614 , quoting it:
This PR demonstrates "delayed" regression due to growing code size. Some patches grew size of various parts of code. But apparently, we don't run the entire testsuite for each PR, so some cases of samples/tests failing for particular boards due to code/RAM size were "skipped". But later, other PRs which cause samples/tests to build may start to fail, even though these PRs don't contain any changes causing the failure.
The issue can be reproduced on the master branch even without dummy changes like this PR does, using:
scripts/sanitycheck -s tests/bluetooth/shell/test -p arduino_101
Metadata
Metadata
Labels
area: Test FrameworkIssues related not to a particular test, but to the framework insteadIssues related not to a particular test, but to the framework insteadbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug