-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-44771: rename namespacedata01 to namespacedata #27484
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
Conversation
This should fix the buildbots, see python#27436 (comment) Signed-off-by: Filipe Laíns <[email protected]>
There are some tests to update:
|
Signed-off-by: Filipe Laíns <[email protected]>
|
Haha, yeah, I noticed when looking closer at the errors and then I updated the comment. Seems that not faster than you checked 😅 |
So is the plan here to just cause the files to be deleted on the buildbots, but not merge this change? Just force the buildbots to lose the files long enough that they start passing on main? |
Either that or plainly rename the data, but I just noticed I forgot Let's let the buildbots run and after that see if they are still failing on new commits. I don't think they should since the data was removed here and they will have to check it out again. |
I'd like not to have to rename the data, because that creates additional divergence from both |
The original PR also introduced a file descriptor leak that needs to be addressed: https://buildbot.python.org/all/#/builders/320/builds/107 |
(moved comment to #27436) |
1 similar comment
(moved comment to #27436) |
This is done its duty and is no longer needed (see #27497). Thanks Filipe. |
This should fix the buildbots, see
#27436 (comment)
Signed-off-by: Filipe Laíns [email protected]
https://bugs.python.org/issue44771