|
Ran
|
Jobs
2
|
Files
89
|
Run time
12min
|
Badge
README BADGES
|
push
travis-ci
WFE2: Don't allow finalizing pending orders, impl BadOrderState err type (#4075) We've been using the newer "ready" order status for longer than the lifetime of any previously "pending" orders. I believe this means we can drop the legacy allowance for finalizing pending orders and enforce finalization only occur for "ready" orders without any feature flags. This is implemented in [c85d4b0](https://github.com/letsencrypt/boulder/commit/c85d4b097). There is a new error type added in the draft spec (`orderNotReady`) that should be returned to clients that finalize an order in state other than "ready". This is implemented in [6008202](https://github.com/letsencrypt/boulder/commit/600820235). Resolves #4073
11090 of 17472 relevant lines covered (63.47%)
1.41 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 11 | 10219.11 (RUN="coverage" CONTAINER="netaccess") | 0 |
63.47 |
Travis Job 10219.11 | |
| 12 | 10219.12 (RUN="coverage" CONTAINER="netaccess") | 0 |
63.47 |
Travis Job 10219.12 |