ARMmbed / mbed-littlefs

[experimental] Mbed OS wrapper for LittleFS v2.0 (alpha)
https://github.com/ARMmbed/littlefs
76 stars 34 forks source link

TESTS\filesystem\parallel - Not parallel #4

Closed deepikabhavnani closed 6 years ago

deepikabhavnani commented 6 years ago

Test cases in TESTS\filesystem\parallel folder are not actually read/write to files in parallel test case. It is actually read/write to multiple files sequentially.

geky commented 6 years ago

Although it's not completely writing the entire file sequentially. My mind was blanking on a better name at the time though I'm open to changing it. There are not currently any multithreaded tests.

How about "interspersed"?

deepikabhavnani commented 6 years ago

I am planning on adding multithreaded cases, to see if that causes corruption. In order to avoid clash, i added the issue. I am fine with any naming.

geky commented 6 years ago

Should be fixed with this commit: https://github.com/ARMmbed/mbed-littlefs/commit/5afec680738652f0a8f4e21a94d103c0491c5f31