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

Allow mysql_session to test databases on different hosts #1779

Merged
merged 1 commit into from
May 9, 2017

Conversation

aaronlippold
Copy link
Collaborator

No description provided.

@aaronlippold
Copy link
Collaborator Author

dumb DCO sign off :( and merge branches ...

@aaronlippold
Copy link
Collaborator Author

I don't think those functional test failures are because of me ...

describe sql.query('show databases like \'test\';') do
its('stdout') { should_not match(/test/) }
end
"

def initialize(user = nil, pass = nil)
def initialize(user = nil, pass = nil, host = localhost)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be , host = 'localhost' ?

Signed-off-by: Aaron Lippold <lippold@gmail.com>
Copy link
Contributor

@arlimus arlimus left a comment

Choose a reason for hiding this comment

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

Awesome to have this supported, thank you @aaronlippold

@arlimus arlimus merged commit 39d35dd into inspec:master May 9, 2017
@adamleff adamleff changed the title Al/mysql session update Allow mysql_session to test databases on different hosts May 11, 2017
@adamleff adamleff added the Type: Enhancement Improves an existing feature label May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Improves an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants