-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: e2e: fix a smattering of test bugs that slipped in
...while Ed was napping: - create/run based on remote image: was not actually testing anything - create/run --tls-verify: ditto - run --decryption-key: sort of testing but not really - Fail(), not Skip(), if we can't start registry. - never Skip() halfway through a test: emit a message, and return The Skip-in-the-middle thing deserves to be shouted from the rooftops. Let's please never do that again. Skip() says "this entire test was skipped", which can be misleading to a spelunker trying to track down a problem related to those tests. Also, more minor: - reduce use of port 5000 - rename a confusingly-named test Ref: #11205, #12009 Signed-off-by: Ed Santiago <[email protected]>
- Loading branch information
1 parent
bc7c01d
commit 6b5b399
Showing
2 changed files
with
79 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters