Changes between Initial Version and Version 1 of Ticket #2290, comment 1


Ignore:
Timestamp:
2014-09-12T16:24:27Z (10 years ago)
Author:
warner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2290, comment 1

    initial v1  
    2323in this particular run returned the same thing.
    2424
    25 In the passing test runs, os.statvfs() returns varying values.
     25In the passing test runs, os.statvfs() returns varying values. The 2.7 job that happened on the same git hash got:
     26
     27{{{
     28allmydata.test.test_util.FileUtil.test_disk_stats ...
     29STATVFS posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=31457280, f_bfree=25937477, f_bavail=25937477, f_files=24741045, f_ffree=24172188, f_favail=24172188, f_flag=4096, f_namemax=255)
     30STATVFS posix.statvfs_result(f_bsize=4096, f_frsize=4096, f_blocks=31457280, f_bfree=25937477, f_bavail=25937477, f_files=24741045, f_ffree=24172188, f_favail=24172188, f_flag=4096, f_namemax=255)
     31GET_DISK_STATS {'free_for_root': 106239905792, 'avail': 106239897600, 'free_for_nonroot': 106239905792, 'total': 128849018880, 'used': 22609113088}
     32}}}