All of lore.kernel.org
 help / color / mirror / Atom feed
* [Testing Error] xfstests generic/169 - Test for file size consistency with append followed by umount/mount
@ 2014-12-05 13:31 Dušan Čolić
  2014-12-06 12:00 ` Edward Shishkin
  0 siblings, 1 reply; 3+ messages in thread
From: Dušan Čolić @ 2014-12-05 13:31 UTC (permalink / raw)
  To: Edward Shishkin, Ivan Shapovalov, reiserfs-devel

Code: http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=blob;f=tests/generic/169;
Patch: reiser4-for-3.16.2.patch
Extra mount options: none

diff -u tests/generic/169.out /root/xfstests/results//generic/169.out.bad
--- tests/generic/169.out       2014-12-04 21:04:20.000000000 +0100
+++ /root/xfstests/results//generic/169.out.bad 2014-12-05
16:03:27.000000000 +0100
@@ -4,11 +4,11 @@
 wrote 5120/5120 bytes at offset 0
 wrote 5120/5120 bytes at offset 5120
 wrote 5120/5120 bytes at offset 10240
-stat.size = 15360
+stat.size = 20481
 # unmounting scratch
 # mounting scratch
 # stating file to confirm correct size
-stat.size = 15360
+stat.size = 20481
 # appending 10 bytes to new file, sync at 5 bytes
 wrote 5/5 bytes at offset 0
 wrote 5/5 bytes at offset 5


On Fri, Dec 5, 2014 at 2:22 PM, Dušan Čolić <dusanc@gmail.com> wrote:
> I managed to get xfstests  (
> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=tree ) to
> run on Reiser4 partition. Test for async, acl, quota still don't work but a
> lot of the rest finishes successfully.
> Tests were run on reiser4-for-3.16.2.patch
> I'll post unsuccessful tests and their results in following e-mails.
>
> Dushan
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [Testing Error] xfstests generic/169 - Test for file size consistency with append followed by umount/mount
  2014-12-05 13:31 [Testing Error] xfstests generic/169 - Test for file size consistency with append followed by umount/mount Dušan Čolić
@ 2014-12-06 12:00 ` Edward Shishkin
  2014-12-07  8:17   ` Dušan Čolić
  0 siblings, 1 reply; 3+ messages in thread
From: Edward Shishkin @ 2014-12-06 12:00 UTC (permalink / raw)
  To: Dušan Čolić, Ivan Shapovalov, reiserfs-devel


On 12/05/2014 02:31 PM, Dušan Čolić wrote:
> Code: http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=blob;f=tests/generic/169;
> Patch: reiser4-for-3.16.2.patch
> Extra mount options: none
>
> diff -u tests/generic/169.out /root/xfstests/results//generic/169.out.bad
> --- tests/generic/169.out       2014-12-04 21:04:20.000000000 +0100
> +++ /root/xfstests/results//generic/169.out.bad 2014-12-05
> 16:03:27.000000000 +0100
> @@ -4,11 +4,11 @@
>   wrote 5120/5120 bytes at offset 0
>   wrote 5120/5120 bytes at offset 5120
>   wrote 5120/5120 bytes at offset 10240
> -stat.size = 15360
> +stat.size = 20481


Hmm, 5120+10240 != 15360?
What a surprise. OK, I'll take a look at leisure..

Thanks,
Edward.


>   # unmounting scratch
>   # mounting scratch
>   # stating file to confirm correct size
> -stat.size = 15360
> +stat.size = 20481
>   # appending 10 bytes to new file, sync at 5 bytes
>   wrote 5/5 bytes at offset 0
>   wrote 5/5 bytes at offset 5
>
>
> On Fri, Dec 5, 2014 at 2:22 PM, Dušan Čolić <dusanc@gmail.com> wrote:
>> I managed to get xfstests  (
>> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=tree ) to
>> run on Reiser4 partition. Test for async, acl, quota still don't work but a
>> lot of the rest finishes successfully.
>> Tests were run on reiser4-for-3.16.2.patch
>> I'll post unsuccessful tests and their results in following e-mails.
>>
>> Dushan

--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [Testing Error] xfstests generic/169 - Test for file size consistency with append followed by umount/mount
  2014-12-06 12:00 ` Edward Shishkin
@ 2014-12-07  8:17   ` Dušan Čolić
  0 siblings, 0 replies; 3+ messages in thread
From: Dušan Čolić @ 2014-12-07  8:17 UTC (permalink / raw)
  To: Edward Shishkin; +Cc: Ivan Shapovalov, reiserfs-devel

On Sat, Dec 6, 2014 at 1:00 PM, Edward Shishkin
<edward.shishkin@gmail.com> wrote:
>
> On 12/05/2014 02:31 PM, Dušan Čolić wrote:
>>
>> Code:
>> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=blob;f=tests/generic/169;
>> Patch: reiser4-for-3.16.2.patch
>> Extra mount options: none
>>
>> diff -u tests/generic/169.out /root/xfstests/results//generic/169.out.bad
>> --- tests/generic/169.out       2014-12-04 21:04:20.000000000 +0100
>> +++ /root/xfstests/results//generic/169.out.bad 2014-12-05
>> 16:03:27.000000000 +0100
>> @@ -4,11 +4,11 @@
>>   wrote 5120/5120 bytes at offset 0
>>   wrote 5120/5120 bytes at offset 5120
>>   wrote 5120/5120 bytes at offset 10240
>> -stat.size = 15360
>> +stat.size = 20481
>
>
>
> Hmm, 5120+10240 != 15360?
> What a surprise. OK, I'll take a look at leisure..
>
Looks like it was my fault, can't reproduce it anymore.
Probably overlap between 2 tests as I didn't mkfs between tests.

> Thanks,
> Edward.
>
>
>
>>   # unmounting scratch
>>   # mounting scratch
>>   # stating file to confirm correct size
>> -stat.size = 15360
>> +stat.size = 20481
>>   # appending 10 bytes to new file, sync at 5 bytes
>>   wrote 5/5 bytes at offset 0
>>   wrote 5/5 bytes at offset 5
>>
>>
>> On Fri, Dec 5, 2014 at 2:22 PM, Dušan Čolić <dusanc@gmail.com> wrote:
>>>
>>> I managed to get xfstests  (
>>> http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=tree ) to
>>> run on Reiser4 partition. Test for async, acl, quota still don't work but
>>> a
>>> lot of the rest finishes successfully.
>>> Tests were run on reiser4-for-3.16.2.patch
>>> I'll post unsuccessful tests and their results in following e-mails.
>>>
>>> Dushan
>
>
--
To unsubscribe from this list: send the line "unsubscribe reiserfs-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-12-07  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 13:31 [Testing Error] xfstests generic/169 - Test for file size consistency with append followed by umount/mount Dušan Čolić
2014-12-06 12:00 ` Edward Shishkin
2014-12-07  8:17   ` Dušan Čolić

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.