Commit Graph

61 Commits

Author SHA1 Message Date
Alexander Wels
0f0df6f2e1 Added logging to cloning e2e tests to figure out why it sometimes fails.
Signed-off-by: Alexander Wels <awels@redhat.com>
2018-11-27 15:10:21 -05:00
Alexander Wels
676b4ec133 Fix some flaky tests.
Signed-off-by: Alexander Wels <awels@redhat.com>
2018-11-20 09:23:37 -05:00
j-griffith
cd88a3d8b7 Check orphaned DataVolume PVCs for PODs
This change adds an extra check to deleted Data Volume PVCs and makes
sure that we explicitly delete any associated POD objects that they
owned regardless of their phase.

GH Issue #525
2018-11-17 09:46:26 -07:00
Alexander Wels
995ebf39e7 Increase e2e test timeouts.
Signed-off-by: Alexander Wels <awels@redhat.com>
2018-11-02 11:31:45 -04:00
Chetanya Kandhari
507dc6a1f6
Update datavolume_test.go
Spelling
2018-10-31 23:45:35 +05:30
irit.go
baac3e86bf add functional tests for import and cloning events 2018-10-17 15:42:06 +03:00
j-griffith
0a84e2fa8c Add lint checks to remaining go src directories
This finishes up the last of the golint implementation, with the
addition of the cmd, tests and tools directories we are now running
golint tests on all of the current go source files in the project.

This change adds all the little fixes (mostly just commenting and
naming) and also enables the new diretories in the lint test that we
gate on.
2018-09-29 08:35:21 -06:00
Alexander Wels
50301653fb <!-- Thanks for sending a pull request! Here are some tips for you:
1. Follow the instructions for writing a release note from k8s: https://git.k8s.io/community/contributors/guide/release-notes.md
-->

**What this PR does / why we need it**:
This PR fixes an issue where the Data Volume Phase was not being updated properly where the source was a PVC instead of HTTP

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #455

**Special notes for your reviewer**:

**Release note**:
<!--  Write your release note:
1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required".
2. If no release note is required, just write "NONE".
-->
```release-note
NONE
```
**

Signed-off-by: Alexander Wels <awels@redhat.com>
2018-09-14 15:35:21 -04:00
Jeff Vance
a450005167 NewFrameworkOrDie (#399)
* add NewFrameworkOrDie

* Config{} defaults

* review comments

* init fmt fix
2018-08-31 16:11:14 -05:00
David Vossel
d84ba95e75 Clone functional tests for DataVolume (#384)
* Make generic function for populating and verifying pvc data

Signed-off-by: David Vossel <davidvossel@gmail.com>

* Add DataVolume PVC source functional tests

Signed-off-by: David Vossel <davidvossel@gmail.com>

* Make DataVolume PVC variable consistent with other sources

Signed-off-by: David Vossel <davidvossel@gmail.com>
2018-08-31 08:39:50 -04:00
David Vossel
d8588cb51d Initial DataVolume functional tests for import jobs (#328)
Signed-off-by: David Vossel <davidvossel@gmail.com>
2018-08-28 14:45:20 -04:00