-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wrangler] test: fix E2E tests #4907
Commits on Feb 2, 2024
-
ci: ensure E2E tests failures not reported as successes
#4458 accidentally left `continue-on-error: true` in the workflow. This meant that E2E test failures weren't reported as check failures.
Configuration menu - View commit details
-
Copy full SHA for a4215e9 - Browse repository at this point
Copy the full SHA a4215e9View commit details -
test: remove redundant
deploy.test.ts
E2E testThis test was a strict subset of `deployments.test.ts`, and wasn't providing any additional value.
Configuration menu - View commit details
-
Copy full SHA for f532eb8 - Browse repository at this point
Copy the full SHA f532eb8View commit details -
test: remove standard pricing warning from E2E test output
This warning may not be shown if an account has opted-in to standard pricing. This change normalises output to remove it, meaning tests can be run on any account, regardless of opt-in state.
Configuration menu - View commit details
-
Copy full SHA for 2283d81 - Browse repository at this point
Copy the full SHA 2283d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e3dde - Browse repository at this point
Copy the full SHA c6e3ddeView commit details -
test: use
fallback
instead ofdefault
in E2E tests#4571 updated the message logged in non-interactive contexts for default values to use the word `fallback` instead of `default`.
Configuration menu - View commit details
-
Copy full SHA for 9de08d7 - Browse repository at this point
Copy the full SHA 9de08d7View commit details -
fix: ensure
--log-level
argument applied immediatelySome messages were being logged before the `--log-level` argument was applied. In particular, this meant the "writing logs to" message at `debug` level, was not output when using `--log-level=debug`.
Configuration menu - View commit details
-
Copy full SHA for 970d659 - Browse repository at this point
Copy the full SHA 970d659View commit details -
test: improve reliability of
dev.test.ts
E2E testThis change makes a few improvements to `dev.test.ts`: - Shorter timeouts for `fetch()` retries - Replaces `get-port` with native port `0` implementation - Waits for stdout handlers to be registered before starting `wrangler dev` - Ignores errors if we failed to find a proccess to kill (assumes the process was already killed)
Configuration menu - View commit details
-
Copy full SHA for bc423c9 - Browse repository at this point
Copy the full SHA bc423c9View commit details -
fix: throw
UserError
s for R2 object/bucket not-found errorsThese errors should not be reported to Sentry.
Configuration menu - View commit details
-
Copy full SHA for bef4ac4 - Browse repository at this point
Copy the full SHA bef4ac4View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47f1f0c - Browse repository at this point
Copy the full SHA 47f1f0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fae44d - Browse repository at this point
Copy the full SHA 6fae44dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57480ea - Browse repository at this point
Copy the full SHA 57480eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9a3654 - Browse repository at this point
Copy the full SHA d9a3654View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e8616 - Browse repository at this point
Copy the full SHA f6e8616View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00eaa3f - Browse repository at this point
Copy the full SHA 00eaa3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8bb9b3 - Browse repository at this point
Copy the full SHA e8bb9b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92c88f6 - Browse repository at this point
Copy the full SHA 92c88f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1164b08 - Browse repository at this point
Copy the full SHA 1164b08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81b9762 - Browse repository at this point
Copy the full SHA 81b9762View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2390dc - Browse repository at this point
Copy the full SHA d2390dcView commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 63ab5e5 - Browse repository at this point
Copy the full SHA 63ab5e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a22759 - Browse repository at this point
Copy the full SHA 0a22759View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc604b0 - Browse repository at this point
Copy the full SHA cc604b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce4a7f8 - Browse repository at this point
Copy the full SHA ce4a7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98e1bd5 - Browse repository at this point
Copy the full SHA 98e1bd5View commit details