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

Some filesystem tests have a too long path name #11993

Closed
jeromecoutant opened this issue Dec 2, 2019 · 6 comments
Closed

Some filesystem tests have a too long path name #11993

jeromecoutant opened this issue Dec 2, 2019 · 6 comments

Comments

@jeromecoutant
Copy link
Collaborator

Description of defect

Got issue with one filesystem test:
features/storage/filesystem/littlefs/TESTS/filesystem_recovery/resilience_functional/main.cpp

Path seems to be too long :-(

WindowsError: [Error 206] The filename or extension is too long: 'BUILD\tests\DISCO_L475VG_IOT01A\ARMC6\features\storage\filesystem\littlefs\TESTS\filesystem_recovery\resilience_functional\features\storage\filesystem\littlefs\TESTS\filesystem_recovery\resilience_functional'

WindowsError: [Error 206] The filename or extension is too long: 'BUILD\tests\DISCO_L475VG_IOT01A\GCC_ARM\features\storage\filesystem\littlefs\TESTS\filesystem_recovery\resilience_functional\features\storage\filesystem\littlefs\TESTS\filesystem_recovery\resilience_functional'

WindowsError: [Error 206] The filename or extension is too long: 'BUILD\tests\DISCO_L475VG_IOT01A\IAR\features\storage\filesystem\littlefs\TESTS\filesystem_recovery\resilience_functional\features\storage\filesystem\littlefs\TESTS\filesystem_recovery\resilience_functional'

Target(s) affected by this defect ?

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

All

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

5.14.2

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

How is this defect reproduced ?

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 2, 2019

I hope 6.0 will fix tools to get this paths no issue.

cc @ARMmbed/mbed-os-storage FYI

@ciarmcom
Copy link
Member

ciarmcom commented Dec 2, 2019

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

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 3, 2019

@ARMmbed/mbed-os-storage Is there anything to help or rather wait for:

I hope 6.0 will fix tools to get this paths no issue.

?

@SeppoTakalo
Copy link
Contributor

This is not storage related.
Should be fixed by @ARMmbed/mbed-os-tools

@0xc0170
Copy link
Contributor

0xc0170 commented Dec 3, 2019

This is not storage related.
Should be fixed by @ARMmbed/mbed-os-tools

Correct, tools will be fixed in 6.0, this is known issue so if it is just in tools we will close this as duplicate. Based on the answer, I lean towards having this as duplicate.

@jeromecoutant 6.0 will bring a tools update. Until then this is known issue, older issue #7129 (contains references to others)

@jeromecoutant
Copy link
Collaborator Author

Hi @0xc0170

Back on this old closed issue :-)

This is not storage related.
Should be fixed by @ARMmbed/mbed-os-tools

Yes, but maybe, as a short term solution, test could be moved to another directory ?

  • from features/storage/filesystem/littlefs/TESTS/filesystem_recovery/resilience_functional/main.cpp
  • to TESTS/filesystem_recovery/resilience_functional/main.cpp ?

Correct, tools will be fixed in 6.0, this is known issue so if it is just in tools we will close this as duplicate. Based on the answer, I lean towards having this as duplicate.

...

@JeanMarcR

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

4 participants