Commit a5666f1
Matthew Fisher
tests(scheduler): confirm "network unreachable" raises KubeHTTPException (#1142)
This error occurs when the registry hosting the image being pulled by `deis pull` (or, in the case
of `git push deis master`, quay.io/deis/slugrunner) becomes unreachable. This test confirms that
master has fixed the original error, which is that a KubeException used to be raised, being
uncaught in older releases of Workflow. This has since been fixed in master.1 parent 8133ab9 commit a5666f1
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
738 | 743 | | |
739 | 744 | | |
740 | 745 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
91 | 98 | | |
92 | 99 | | |
93 | 100 | | |
| |||
0 commit comments