Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests: fix r_move_itable_realloc to run on Linux
@ 2023-01-10  4:02 Andreas Dilger
  2023-03-17  4:10 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Dilger @ 2023-01-10  4:02 UTC (permalink / raw
  To: tytso; +Cc: linux-ext4, Andreas Dilger

The check for the various unsupported OSes incorrectly checked if
the string "FreeBSD" was true, which it always was.  Fix this.

Update the expect file as commit v1.46.4-17-g4ea80d031c7e did to
adjust the total number of blocks requested during resize.

Change-Id: I272dbec67ab30bac6413eb4cba0e3ab00183b893
Fixes: 5a3ea3905f ("tests: force test file systems to be built for Linux OS")
Signed-off-by: Andreas Dilger <adilger@dilger.ca>
---
 tests/r_move_itable_realloc/expect | 2 +-
 tests/r_move_itable_realloc/script | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/r_move_itable_realloc/expect b/tests/r_move_itable_realloc/expect
index 67f2fe4a8a6b..8ce56dbc07dd 100644
--- a/tests/r_move_itable_realloc/expect
+++ b/tests/r_move_itable_realloc/expect
@@ -1,6 +1,6 @@
 mke2fs -q -F -o Linux -b 1024 -i 1024 -O ^resize_inode -t ext4 test.img 1024000
 resize2fs -p test.img 100000000
-Resizing the filesystem on test.img to 100000000 (1k) blocks.
+Resizing the filesystem on test.img to 99999745 (1k) blocks.
 Begin pass 2 (max = 2061)
 Relocating blocks             ----------------------------------------\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\b\bXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 Begin pass 3 (max = 125)
diff --git a/tests/r_move_itable_realloc/script b/tests/r_move_itable_realloc/script
index 20c26dbd9a9c..49f8d58a2783 100644
--- a/tests/r_move_itable_realloc/script
+++ b/tests/r_move_itable_realloc/script
@@ -1,5 +1,5 @@
 os=$(uname -s)
-if [ "$os" = "Darwin" -o "$os" = "GNU" -o "FreeBSD" ]; then
+if [ "$os" = "Darwin" -o "$os" = "GNU" -o "$os" = "FreeBSD" ]; then
 	# creates a 96GB filesystem
 	echo "$test_name: $test_description: skipped: skipped for $os"
 	return 0
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] tests: fix r_move_itable_realloc to run on Linux
  2023-01-10  4:02 [PATCH] tests: fix r_move_itable_realloc to run on Linux Andreas Dilger
@ 2023-03-17  4:10 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2023-03-17  4:10 UTC (permalink / raw
  To: Andreas Dilger; +Cc: Theodore Ts'o, linux-ext4

On Mon, 9 Jan 2023 21:02:52 -0700, Andreas Dilger wrote:
> The check for the various unsupported OSes incorrectly checked if
> the string "FreeBSD" was true, which it always was.  Fix this.
> 
> Update the expect file as commit v1.46.4-17-g4ea80d031c7e did to
> adjust the total number of blocks requested during resize.
> 
> 
> [...]

Applied, thanks!

[1/1] tests: fix r_move_itable_realloc to run on Linux
      commit: 516d53a42d4ffa79b31f8190530b7ac184d71b06

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-17  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-10  4:02 [PATCH] tests: fix r_move_itable_realloc to run on Linux Andreas Dilger
2023-03-17  4:10 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).