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

Parsing broken on Ubuntu 14.04 (regression added in 5baba492e53a) #4

Open
GoogleCodeExporter opened this issue Dec 27, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

The field length change added in 
https://code.google.com/p/iozone-results-comparator/source/detail?spec=svn5baba4
92e53a980a9fd8e45dfda4dd1aa830f593&r=5baba492e53a980a9fd8e45dfda4dd1aa830f593 
is breaking results generated on my Ubuntu 14.04 system. The files it generates 
are labeled version '3.420', but still use the old field length separators.

Changing the check from "if ( self.version < 3.4 )" to "if ( self.version < 
3.421 )" fixed the issue for me.

Original issue reported on code.google.com by [email protected] on 23 Apr 2015 at 4:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant