* [PATCH e2fsprogs] tests: Fixup for new r_move_itable tests.
@ 2017-11-11 7:55 Marius Bakke
2018-01-11 19:13 ` Theodore Ts'o
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-11-11 7:55 UTC (permalink / raw)
To: linux-ext4; +Cc: Marius Bakke
Commits 257f009d1034737096f197dc875931207bcdfc75 and
2b50c18a8a12781c26b71873f4368fe61711d9f9 missed one pass in expected
output.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
---
tests/r_move_itable_nostride/expect | 2 ++
tests/r_move_itable_realloc/expect | 2 ++
2 files changed, 4 insertions(+)
diff --git a/tests/r_move_itable_nostride/expect b/tests/r_move_itable_nostride/expect
index 098cbfc5..4976e65e 100644
--- a/tests/r_move_itable_nostride/expect
+++ b/tests/r_move_itable_nostride/expect
@@ -1,6 +1,8 @@
mke2fs -q -F -o Linux -b 1024 -i 1024 -E stride=8192 -t ext4 test.img 1024000
resize2fs -p test.img 10240000
Resizing the filesystem on test.img to 100000000 (1k) blocks.
+Begin pass 1 (max = 12082)
+Extending the inode table ----------------------------------------\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 2 (max = 2062)
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/expect b/tests/r_move_itable_realloc/expect
index 73b2fef0..1312d954 100644
--- a/tests/r_move_itable_realloc/expect
+++ b/tests/r_move_itable_realloc/expect
@@ -1,6 +1,8 @@
mke2fs -q -F -o Linux -b 1024 -i 1024 -O ^resize_inode -t ext4 test.img 1024000
resize2fs -p test.img 10240000
Resizing the filesystem on test.img to 100000000 (1k) blocks.
+Begin pass 1 (max = 12082)
+Extending the inode table ----------------------------------------\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 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)
--
2.15.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH e2fsprogs] tests: Fixup for new r_move_itable tests.
2017-11-11 7:55 [PATCH e2fsprogs] tests: Fixup for new r_move_itable tests Marius Bakke
@ 2018-01-11 19:13 ` Theodore Ts'o
2018-01-13 5:37 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Theodore Ts'o @ 2018-01-11 19:13 UTC (permalink / raw)
To: Marius Bakke; +Cc: linux-ext4
On Sat, Nov 11, 2017 at 08:55:40AM +0100, Marius Bakke wrote:
> Commits 257f009d1034737096f197dc875931207bcdfc75 and
> 2b50c18a8a12781c26b71873f4368fe61711d9f9 missed one pass in expected
> output.
>
> Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Hi, what architecture did you discover this on? I don't need this
change on x86, but I was seeing some mysterious regression test
failures on a big-endian system which seemed to look like this. I
didn't have time to follow up on it then, but I suspect that this may
be what you are running into.
Can you confirm?
Thanks,
- Ted
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH e2fsprogs] tests: Fixup for new r_move_itable tests.
2018-01-11 19:13 ` Theodore Ts'o
@ 2018-01-13 5:37 ` Marius Bakke
0 siblings, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2018-01-13 5:37 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: linux-ext4
[-- Attachment #1: Type: text/plain, Size: 925 bytes --]
Theodore Ts'o <tytso@mit.edu> writes:
> On Sat, Nov 11, 2017 at 08:55:40AM +0100, Marius Bakke wrote:
>> Commits 257f009d1034737096f197dc875931207bcdfc75 and
>> 2b50c18a8a12781c26b71873f4368fe61711d9f9 missed one pass in expected
>> output.
>>
>> Signed-off-by: Marius Bakke <mbakke@fastmail.com>
>
> Hi, what architecture did you discover this on? I don't need this
> change on x86, but I was seeing some mysterious regression test
> failures on a big-endian system which seemed to look like this. I
> didn't have time to follow up on it then, but I suspect that this may
> be what you are running into.
Thanks for the reply. I get this on x86, but upon further
investigation, it only happens in the Guix build container.
Running "make check" interactively in a terminal works. Do you have any
idea what may cause these two tests to extend the inode table when run
in the isolated build chroot?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-13 5:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-11 7:55 [PATCH e2fsprogs] tests: Fixup for new r_move_itable tests Marius Bakke
2018-01-11 19:13 ` Theodore Ts'o
2018-01-13 5:37 ` Marius Bakke
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.