Ran
|
Files
49
|
Run time
6s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
[release-v1.18] cherry-pick #1521 and #1524 (#1531) * Clone source program calls tar instead of getting piped input. This ensures we trap tar errors. Fix ready/complet check in clone controller Signed-off-by: Michael Henriksen <mhenriks@redhat.com> * Read-only clone source pods Signed-off-by: Michael Henriksen <mhenriks@redhat.com> * pick 742ca7b75 and 41e4d8238 Signed-off-by: Michael Henriksen <mhenriks@redhat.com> * add finalizer to target PVC before creating clone source pod Signed-off-by: Michael Henriksen <mhenriks@redhat.com> * Add library function to determine if a PVC has been populated fully. (#1400) * Add library function to determine if a PVC has been populated fully. The logic is as following: If PVC has no ownerRef, then we assume something else fully populated it and will return true If PVC has an ownerRef and its a DataVolume, then look up the DataVolume If DV.status.Phase == succeeded, return true, return false otherwise. Signed-off-by: Alexander Wels <awels@redhat.com> * Renamed functions to better indicate its purpose. Signed-off-by: Alexander Wels <awels@redhat.com> Signed-off-by: Michael Henriksen <mhenriks@redhat.com> Co-authored-by: Alexander Wels <awels@redhat.com>
6020 of 8724 relevant lines covered (69.01%)
0.77 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|