CLI: Migration create#111
Conversation
Codecov Report
@@ Coverage Diff @@
## main #111 +/- ##
=======================================
- Coverage 74.2% 73.5% -0.8%
=======================================
Files 19 19
Lines 1715 1889 +174
=======================================
+ Hits 1274 1389 +115
- Misses 353 395 +42
- Partials 88 105 +17
|
JohnStrunk
left a comment
There was a problem hiding this comment.
I think a lot of the code is there, it just needs a bit of rearrangement.
|
/retest |
7c5e98d to
8a198d4
Compare
f91277d to
6bc4808
Compare
JohnStrunk
left a comment
There was a problem hiding this comment.
Moving on to reviewing the tests...
It's also time to make sure CI is green. make test should pass.
|
/retest |
I am not sure the coverage file needs to be explicitly created. Even on local run it fails with similar error |
The timeout error is because the tests are broken (in a way that is more serious than just an |
Is it possible to increase the timeout value to some bigger value? |
|
/retest |
84187b2 to
19457fb
Compare
JohnStrunk
left a comment
There was a problem hiding this comment.
Other than the nil check, I think this is ready.
Please squash and force push after fixing the nil check.
Describe what this PR does This sub-command should prepare a destination to receive incoming transfers from an external source. Creates the Namespace if it doesn't exist Creates a PVC in the Namespace if it doesn't exist Creates an associated ReplicationDestination Saves relationship info Signed-off-by: Vinayakswami Hariharmath <vharihar@redhat.com>
ee58915 to
bacda63
Compare
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JohnStrunk, v-harihar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Describe what this PR does
This sub-command should prepare a destination to receive incoming transfers from an external source.