-
-
Notifications
You must be signed in to change notification settings - Fork 648
Add long time marker to several slow tests #40558
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
Documentation preview for this PR (built with commit 047101c; changes) is ready! 🎉 |
d637c97
to
0674575
Compare
The pre-existing |
actually thinking about it maybe the reason is the first call is slow, and if the first call is marked I keep the original mark just in case (that my guess is incorrect?). If the hypothesis is false then whoever manage to speed up this (if possible at all?) can just remove all of these marks. |
Ok, sure, it's harmless in any case. |
sagemathgh-40558: Add long time marker to several slow tests This gets rid of about half of the warnings, until someone figure out whether they're intended to be slow, or how they can be sped up. Reference: sagemath#39569, sagemath#39746 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40558 Reported by: user202729 Reviewer(s): Michael Orlitzky, user202729
sagemathgh-40558: Add long time marker to several slow tests This gets rid of about half of the warnings, until someone figure out whether they're intended to be slow, or how they can be sped up. Reference: sagemath#39569, sagemath#39746 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40558 Reported by: user202729 Reviewer(s): Michael Orlitzky, user202729
sagemathgh-40558: Add long time marker to several slow tests This gets rid of about half of the warnings, until someone figure out whether they're intended to be slow, or how they can be sped up. Reference: sagemath#39569, sagemath#39746 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [ ] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40558 Reported by: user202729 Reviewer(s): Michael Orlitzky, user202729
This gets rid of about half of the warnings, until someone figure out whether they're intended to be slow, or how they can be sped up.
Reference: #39569, #39746
📝 Checklist
⌛ Dependencies