Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADA 1.4.21 uses incorrect units when reporting insufficient free space on drive C: #2

Open
davidnutter opened this issue Jul 14, 2023 · 0 comments

Comments

@davidnutter
Copy link

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.

@davidnutter 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant