Re: [PATCH v2 5/5] test: add test for full FAT16 directory

2022-08-01 Thread AKASHI Takahiro
On Mon, Aug 01, 2022 at 08:14:15AM +0200, Heinrich Schuchardt wrote: > > > On 8/1/22 03:50, AKASHI Takahiro wrote: > > On Sun, Jul 31, 2022 at 01:58:37PM +0200, Heinrich Schuchardt wrote: > > > Add a unit test checking that a full FAT16 directory leads to an error > > > when trying to add an

Re: [PATCH v2 5/5] test: add test for full FAT16 directory

2022-08-01 Thread Heinrich Schuchardt
On 8/1/22 03:50, AKASHI Takahiro wrote: On Sun, Jul 31, 2022 at 01:58:37PM +0200, Heinrich Schuchardt wrote: Add a unit test checking that a full FAT16 directory leads to an error when trying to add an additional entry. Thank you for adding this test case, but why do you restrict this test

Re: [PATCH v2 5/5] test: add test for full FAT16 directory

2022-07-31 Thread AKASHI Takahiro
On Sun, Jul 31, 2022 at 01:58:37PM +0200, Heinrich Schuchardt wrote: > Add a unit test checking that a full FAT16 directory leads to an error > when trying to add an additional entry. Thank you for adding this test case, but why do you restrict this test to fat16 and the root directory? The root

[PATCH v2 5/5] test: add test for full FAT16 directory

2022-07-31 Thread Heinrich Schuchardt
Add a unit test checking that a full FAT16 directory leads to an error when trying to add an additional entry. Signed-off-by: Heinrich Schuchardt --- v2: new patch --- test/py/tests/test_fs/test_mkdir.py | 17 + 1 file changed, 17 insertions(+) diff --git