Skip to content

Conversation

@ndokos
Copy link
Member

@ndokos ndokos commented Sep 14, 2016

Needed on the controller only for fiologparser_hist.py.

Issue #382

@portante portante added this to the V0.40 milestone Sep 15, 2016
@ndokos ndokos force-pushed the wip-pandas branch 3 times, most recently from dfc4007 to 8ea80d5 Compare September 19, 2016 21:31
@ndokos
Copy link
Member Author

ndokos commented Sep 19, 2016

@portante: please review and merge if OK - thanks!

Needed *on the controller only* for fiologparser_hist.py.

Fix bug: get rid of the filename in the output of "wc -l <file>" and keep only
the line count.
Unit test version of check_install_rpm modified to *not* print out
the version. Gold files adjusted appropriately.
fio_install

# pandas installed only on controller
if [ "$remote_only" = "n" ] ;then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to only have one "=" for the comparison?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both = and == work the same way, at least when comparing strings in [ ... ] constructs. I use = mostly but as you noticed, I'm not consistent :-) I'll change the == to = throughout.

Also fix some quoting in these tests.
@portante portante merged commit a12aae4 into distributed-system-analysis:master Sep 22, 2016
@ndokos ndokos deleted the wip-pandas branch February 25, 2020 21:43
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

Successfully merging this pull request may close these issues.

2 participants