Skip to content

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

Merged
merged 2 commits into from
Aug 16, 2025

Conversation

user202729
Copy link
Contributor

@user202729 user202729 commented Aug 9, 2025

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

  • 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

@user202729 user202729 marked this pull request as draft August 9, 2025 10:47
Copy link

github-actions bot commented Aug 9, 2025

Documentation preview for this PR (built with commit 047101c; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@orlitzky
Copy link
Contributor

The pre-existing # long time is redundant now too. This PR is marked as a draft but it's fine with me if you want to un-draft and positive-review it.

@user202729
Copy link
Contributor Author

user202729 commented Aug 10, 2025

there's a long time mark in the line above (split=0) but not here, which makes me suspect a regression happened.

actually thinking about it maybe the reason is the first call is slow, and if the first call is marked long time then the subsequent call will be slow instead. haven't investigated.

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.

@user202729 user202729 marked this pull request as ready for review August 10, 2025 21:23
@orlitzky
Copy link
Contributor

Ok, sure, it's harmless in any case.

vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 12, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 13, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 14, 2025
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
@vbraun vbraun merged commit 2d4089f into sagemath:develop Aug 16, 2025
24 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants