iipc / webarchive-commons

Common web archive utility code.
Apache License 2.0
49 stars 72 forks source link

flush output etc before tallying stats to fix sizeOnDisk calculation #51

Closed nlevitt closed 8 years ago

nlevitt commented 8 years ago

There is a test that exposes the bug in this commit: https://github.com/nlevitt/heritrix3/commit/294cfa352446f08bd94cbbc5b73d96f63535ad81 assertEquals(warc.length(), wwp.getStats().get("totals").get("sizeOnDisk").get()); which is currently part of this pull request: https://github.com/internetarchive/heritrix3/pull/138/commits (I will probably have to comment out that check until this PR is merged and a release minted)