Skip to content

Conversation

@pfalcon
Copy link
Contributor

@pfalcon pfalcon commented Mar 14, 2018

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

@pfalcon pfalcon requested a review from dbkinder as a code owner March 14, 2018 18:09
@pfalcon
Copy link
Contributor Author

pfalcon commented Mar 14, 2018

Please ignore. Test for suspected unrelated test failure in https://app.shippable.com/github/zephyrproject-rtos/zephyr/runs/12219/1/tests

@codecov-io
Copy link

codecov-io commented Mar 14, 2018

Codecov Report

Merging #6614 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6614      +/-   ##
==========================================
- Coverage   53.51%   53.51%   -0.01%     
==========================================
  Files         437      437              
  Lines       41420    41420              
  Branches     7935     7935              
==========================================
- Hits        22165    22164       -1     
- Misses      16038    16039       +1     
  Partials     3217     3217
Impacted Files Coverage Δ
kernel/posix/pthread.c 69% <0%> (-0.5%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37a5d26...f29bc19. Read the comment docs.

sanitycheck -s tests/bluetooth/shell/test -p arduino_101

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
@pfalcon pfalcon force-pushed the tests-bluetooth-shell-test-arduino_101 branch from 377818a to f29bc19 Compare March 14, 2018 18:51
@pfalcon pfalcon removed the request for review from dbkinder March 14, 2018 20:09
@pfalcon pfalcon changed the title [test] dummy: Test failure with sanitycheck [DNM] Delayed sanitycheck test failure due to ROM overflow Mar 14, 2018
@andrewboie
Copy link
Contributor

Please ignore.

OK to close this?

@pfalcon
Copy link
Contributor Author

pfalcon commented Mar 21, 2018

Yes, as it's referenced from #6616, let's close this.

@pfalcon pfalcon closed this Mar 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants