Skip to content
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

More than a minute before first of 20k tests is shown as running #24514

Open
chrmarti opened this issue Dec 3, 2024 · 4 comments
Open

More than a minute before first of 20k tests is shown as running #24514

chrmarti opened this issue Dec 3, 2024 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team

Comments

@chrmarti
Copy link

chrmarti commented Dec 3, 2024

Testing #24505

All nodes were shown with the progress spinner for over a minute:
Image

Now it is stuck at 34 tests and 97 seconds (duration does not update anymore):
Image

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Dec 3, 2024
@chrmarti
Copy link
Author

chrmarti commented Dec 3, 2024

Actually, tests are still being run according to the decorations on the tree nodes, just the progress at the top of the tree does not update anymore.

@chrmarti
Copy link
Author

chrmarti commented Dec 3, 2024

And just now also that updated again (after several minutes of not updating):
Image

@chrmarti
Copy link
Author

chrmarti commented Dec 3, 2024

Maybe 20k is just too many. It eventually finished running them and they are displayed correctly.

Maybe worth looking into is why it takes so long initially before the first test is run and to make this phase cancellable (pressing the stop button at that point only takes effect right before the first test would run, but not during the first 90 seconds or so where it seems to be initializing).

@eleanorjboyd
Copy link
Member

Thank you for the detailed report here. This has always been a changing problem- just getting all the updates from the subprocess to the UI is consuming and then cancelation also taking a minute. Investigating the cancelation problem as it is connected to another issue reported on slow cancellation and will look into the slow startup since that I don't have a good idea on why it might be happening

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Dec 4, 2024
@eleanorjboyd eleanorjboyd added the bug Issue identified by VS Code Team member as probable bug label Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug info-needed Issue requires more information from poster triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants