Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Show duration for each ginkgo test and test speed improvements | baude | 2018-07-28 |
| | | | | | | | | | | | | | | Because our tests are getting so long, we want to be able to audit which tests are taking the longest to complete. This may indicate a bad test, bad CI, bad code, etc and therefore should be auditable. Also, make speed improvements to tests by making sure we only unpack caches images that actually get used. Signed-off-by: baude <bbaude@redhat.com> Closes: #1178 Approved by: mheon | ||
* | urfave/cli: fix regression in short-opts parsing | Valentin Rothberg | 2018-07-09 |
| | | | | | | | | | | | Add the actual argument, not the one we're looking for when searching the to-be-translated short-opt string. Otherwise, we're likely to hit an infinite loop. Signed-off-by: Valentin Rothberg <vrothberg@suse.com> Closes: #1066 Approved by: rhatdan | ||
* | test/e2e/run_userns_test.go: new file | Giuseppe Scrivano | 2018-05-04 |
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #690 Approved by: mheon |