Skip to content

Feat(influxdb): add influxdb backup support#198

Merged
sebastianfeldmann merged 1 commit into
sebastianfeldmann:masterfrom
angelfs:feat/source-influxdb
Aug 22, 2019
Merged

Feat(influxdb): add influxdb backup support#198
sebastianfeldmann merged 1 commit into
sebastianfeldmann:masterfrom
angelfs:feat/source-influxdb

Conversation

@angelfs
Copy link
Copy Markdown
Contributor

@angelfs angelfs commented Aug 21, 2019

No description provided.

@sebastianfeldmann sebastianfeldmann self-requested a review August 21, 2019 21:30
@sebastianfeldmann
Copy link
Copy Markdown
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]);
Copy link
Copy Markdown
Owner

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
Copy Markdown
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]);
Copy link
Copy Markdown
Owner

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]);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

pathToInfluxDb should be pathToInfluxdump

@angelfs angelfs force-pushed the feat/source-influxdb branch from c6754e7 to 5c4c9ae Compare August 22, 2019 08:14
Copy link
Copy Markdown
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