-
Notifications
You must be signed in to change notification settings - Fork 3k
Kvstore tests #12206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kvstore tests #12206
Conversation
@SeppoTakalo, thank you for your changes. |
Travis needs fixing, one line failed. |
@SeppoTakalo ^^^ |
72e12a3
to
aaff835
Compare
Fixed and rebased. |
Ci started |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
@SeppoTakalo Looks like possibly a genuine error: [2020-01-23T15:04:14.526Z] CMake Error at CMakeLists.txt:189 (add_library): |
Is this PR still relevant and should be updated with a fix ? |
be9fca9
to
9806e60
Compare
Pull request has been modified.
9806e60
to
5e97675
Compare
Test run: FAILEDSummary: 4 of 4 test jobs failed Failed test jobs:
|
Rebased on top of master and fixed the remaining build issue on unittests. |
Test run: FAILEDSummary: 1 of 5 test jobs failed Failed test jobs:
|
Two ST boards failed the test. I might have found a bug there.. |
5e97675
to
017769e
Compare
It was out of memory issue with ST boards as they have very big sector sizes at the end of flash. Refactored the test case to use smaller RAM buffers. |
Test run: SUCCESSSummary: 5 of 5 test jobs passed |
017769e
to
b8361e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
Ci started |
Test run: SUCCESSSummary: 5 of 5 test jobs passed |
Test run: SUCCESSSummary: 5 of 5 test jobs passed |
Summary of changes
Documentation
no documentation updates required
Pull request type
Test results
Reviewers
@VeijoPesonen