Skip to content

Conversation

clee2000
Copy link
Contributor

@clee2000 clee2000 commented Sep 3, 2025

Query should be faster now since it doesn't need to do a join with push, and also queries a smaller table

Reason:
Query was hitting memory limits when I ran locally

Pros:
query no longer hits memory limits

Cons:
query semantics change slightly but should be ok
I don't think we even need the jobs to be successful now that we continue on error in main

This does not fix the asan time out thing, that is a separate issue. If you don't know what this means, don't worry about it

Testing:
ran python tools/torchci/update_test_times.py locally

Copy link

vercel bot commented Sep 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
torchci Ready Ready Preview Sep 3, 2025 5:51pm

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 3, 2025
@clee2000 clee2000 marked this pull request as ready for review September 3, 2025 18:09
@clee2000 clee2000 requested a review from a team September 3, 2025 18:09
Copy link
Contributor

@huydhn huydhn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I start to think JOIN == evil in disguise :P

@clee2000 clee2000 merged commit 3536f9a into main Sep 15, 2025
5 checks passed
@clee2000 clee2000 deleted the csl/test_times_periodic_query branch September 15, 2025 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants