mbox series

[v2,0/3] more lbs test fixes

Message ID 20240513131254.92412-1-kernel@pankajraghav.com (mailing list archive)
Headers show
Series more lbs test fixes | expand

Message

Pankaj Raghav (Samsung) May 13, 2024, 1:12 p.m. UTC
From: Pankaj Raghav <p.raghav@samsung.com>

These are some of the tests that failed when we were working on LBS
patches [1].

generic/436 and xfs/008 are adapted to work with bs > ps systems.

xfs/161 is an upstream failure, and it happens even on bs <= ps systems.

Changes since v1:
- Corrected copy pasta error in generic/436
- xfs/161 removed hardcoded and incorporated ritesh's comments

[1] https://lore.kernel.org/linux-xfs/20240503095353.3798063-1-mcgrof@kernel.org/

Pankaj Raghav (3):
  xfs/161: adapt the test case for 64k FS blocksize
  generic/436: round up bufsz to nearest filesystem blksz
  xfs/008: use block size instead of the pagesize

 src/seek_sanity_test.c |  8 ++++----
 tests/xfs/008          | 19 ++++++++++---------
 tests/xfs/008.out      |  8 ++++----
 tests/xfs/161          | 16 ++++++++++++----
 4 files changed, 30 insertions(+), 21 deletions(-)


base-commit: b26d68da08e47e6508a96bee72b25823040ab67e

Comments

Zorro Lang May 25, 2024, 5:48 a.m. UTC | #1
Looks like this patchset still has some review points to discuss. I'll
give it more time. The release of this weekend won't have it :)

Thanks,
Zorro

On Mon, May 13, 2024 at 07:12:51AM -0600, Pankaj Raghav (Samsung) wrote:
> From: Pankaj Raghav <p.raghav@samsung.com>
> 
> These are some of the tests that failed when we were working on LBS
> patches [1].
> 
> generic/436 and xfs/008 are adapted to work with bs > ps systems.
> 
> xfs/161 is an upstream failure, and it happens even on bs <= ps systems.
> 
> Changes since v1:
> - Corrected copy pasta error in generic/436
> - xfs/161 removed hardcoded and incorporated ritesh's comments
> 
> [1] https://lore.kernel.org/linux-xfs/20240503095353.3798063-1-mcgrof@kernel.org/
> 
> Pankaj Raghav (3):
>   xfs/161: adapt the test case for 64k FS blocksize
>   generic/436: round up bufsz to nearest filesystem blksz
>   xfs/008: use block size instead of the pagesize
> 
>  src/seek_sanity_test.c |  8 ++++----
>  tests/xfs/008          | 19 ++++++++++---------
>  tests/xfs/008.out      |  8 ++++----
>  tests/xfs/161          | 16 ++++++++++++----
>  4 files changed, 30 insertions(+), 21 deletions(-)
> 
> 
> base-commit: b26d68da08e47e6508a96bee72b25823040ab67e
> -- 
> 2.34.1
>