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

Feat(influxdb): add influxdb backup support #198

Merged

Conversation

angelfs
Copy link
Contributor

@angelfs angelfs commented Aug 21, 2019

No description provided.

@sebastianfeldmann
Copy link
Owner

Thanks for the implementation.

It looks great but I found some small issues that cause the unit tests to fail.
Would be great if you code fix those before I merge the PR :)

$appResult->expects($this->once())->method('debug');

$influxd = new Influxdump($runner);
$influxd->setup(['pathToInfluxDb' => PHPBU_TEST_BIN]);

Choose a reason for hiding this comment

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

pathToInfluxDb should be pathToInfluxdump

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My bad, I solved this when I had running the test but I forgot to add in GIT...
Problem fix now.

$appResult->expects($this->once())->method('debug');

$influxd= new Influxdump($runner);
$influxd->setup(['pathToInfluxDb' => PHPBU_TEST_BIN]);

Choose a reason for hiding this comment

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

pathToInfluxDb should be pathToInfluxdump

$appResult->expects($this->once())->method('debug');

$influxd = new Influxdump($runner);
$influxd->setup(['pathToInfluxDb' => PHPBU_TEST_BIN]);

Choose a reason for hiding this comment

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

pathToInfluxDb should be pathToInfluxdump

Copy link
Owner

@sebastianfeldmann sebastianfeldmann left a comment

Choose a reason for hiding this comment

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

Nice work! Thanks

@sebastianfeldmann sebastianfeldmann merged commit 1beb90a into sebastianfeldmann:master Aug 22, 2019
@angelfs angelfs deleted the feat/source-influxdb branch February 26, 2020 10:36
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