-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
Add redirect from prefix root to status #9015
base: main
Are you sure you want to change the base?
Conversation
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 26 files ± 0 26 suites ±0 11h 9m 47s ⏱️ - 6m 8s For more details on these failures, see this check. Results for commit e229d54. ± Comparison against base commit fe5e431. This pull request skips 1 test.
♻️ This comment has been updated with latest results. |
Failing tests seem to be due to an unexpected key type in this test: distributed\http\scheduler\tests\test_scheduler_http.py Haven't been able to recreate this locally and haven't been able to find a link between the failures and my changes, any help would be appreciated! |
CI failures look related to #9016. I'll get a fix in and then we can rerun things here. |
…ect-from-prefix-root
I've merged |
Thanks for the fix! Sorry for taking a while to get back to this, took a look at the tests that are still failing and although there seems to be a wider array of reasons, I'm struggling to see how these are connected to my changes. Any advice would be greatly appreciated. |
Closes #9014
pre-commit run --all-files