Skip to content
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 greentea tests broken on some Cypress targets after #12385 #12565

Closed
kyle-cypress opened this issue Mar 3, 2020 · 5 comments
Closed

Comments

@kyle-cypress
Copy link

Description of defect

Several storage tests fail on some Cypress targets with latest master. This appears to have been caused by #12385 (the same tests pass with a8fe831)

The failing tests are:

  • features-storage-tests-kvstore-general_tests_phase_1
  • features-storage-tests-kvstore-general_tests_phase_2

Targets tested and failing:

  • CY8CPROTO_062_4343W
  • CY8CKIT_062_WIFI_BT

Targets tested and passing:

  • CY8CPROTO_063_BLE
    Note: this board does not have external QSPI flash and therefore implements KVStore using internal flash. The other two boards use external QSPI flash for kvstore.

Test log

Target(s) affected by this defect ?

CY8CPROTO_062_4343W
CY8CKIT_062_WIFI_BT
(Possibly others - I have not exhaustively tested all Cypress targets)

Toolchain(s) (name and version) displaying this defect ?

GCC 6.3.1

What version of Mbed-os are you using (tag or sha) ?

744889a

What version(s) of tools are you using. List all that apply (E.g. mbed-cli)

1.10.1

How is this defect reproduced ?

mbed test -t GCC_ARM -m CY8CPROTO_062_4343W -n *general_tests*

@jamesbeyond
Copy link
Contributor

Hi @tymoteuszblochmobica,
Any ideas about this issue? this seems linked with #12385

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 4, 2020

@kyle-cypress Thanks for the report. I can confirm this is now also in nightly

@ARMmbed/mbed-os-storage

@ciarmcom
Copy link
Member

ciarmcom commented Mar 4, 2020

Internal Jira reference: https://jira.arm.com/browse/MBOTRIAGE-2573

@tymoteuszblochmobica
Copy link
Contributor

Im working on it

@tymoteuszblochmobica
Copy link
Contributor

PR with fix
#12599

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

No branches or pull requests

5 participants