IO500 / io500

IO500 Storage Benchmark source code
MIT License
97 stars 31 forks source link

Fix "invalid" output albeit it isn't invalid #7

Closed JulianKunkel closed 3 years ago

JulianKunkel commented 3 years ago

Score value used in cross-check before it is set. Improve debugging for INVALID.

adilger commented 3 years ago

It looks like this was introduced via https://github.com/VI4IO/io500-app/commit/a74e862a58353f649700ea409a7c2b98eec8fa1c#diff-25d902c24283ab8cfbac54dfa101ad31 but I didn't notice it since I was only testing patches with a short stonewall to reduce cycle time. We should ensure we always do a full test run before creating a tag. Ideally, we would enable automated testing for each patch and run a full test in the background for each patch.