25 | | In the passing test runs, os.statvfs() returns varying values. |
| 25 | In the passing test runs, os.statvfs() returns varying values. The 2.7 job that happened on the same git hash got: |
| 26 | |
| 27 | {{{ |
| 28 | allmydata.test.test_util.FileUtil.test_disk_stats ... |
| 29 | STATVFS 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) |
| 30 | STATVFS 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) |
| 31 | GET_DISK_STATS {'free_for_root': 106239905792, 'avail': 106239897600, 'free_for_nonroot': 106239905792, 'total': 128849018880, 'used': 22609113088} |
| 32 | }}} |