You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing an approx 729Gb archive on a computer with approx 550Gb free space on C: ADA stops with:
========================
[0.3] There is not enough space on C:
Tests cannot be run until there is at least 759,286,000 MB of free space on the drive
This is likely a units error as
759,286,000 MB == 724TB
Whereas
759,286,000 KB == 724GB
Much more reasonable.
Retrying the test on a machine with 900Gb free space on C: allows ADA to proceed with the test.
The text was updated successfully, but these errors were encountered:
davidnutter
changed the title
ADA 1.4.21 uses incorrect units when
ADA 1.4.21 uses incorrect units when reporting insufficient free space on drive C:
Jul 14, 2023
When testing an approx 729Gb archive on a computer with approx 550Gb free space on C: ADA stops with:
========================
[0.3] There is not enough space on C:
Tests cannot be run until there is at least 759,286,000 MB of free space on the drive
This is likely a units error as
759,286,000 MB == 724TB
Whereas
759,286,000 KB == 724GB
Much more reasonable.
Retrying the test on a machine with 900Gb free space on C: allows ADA to proceed with the test.
The text was updated successfully, but these errors were encountered: