-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
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. |
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). |
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 |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off. Happy Coding! |
Because we have not heard back with the information we requested, we are closing this issue for now. If you are able to provide the info later on, then we will be happy to re-open this issue to pick up where we left off. Happy Coding! |
Testing #24505
All nodes were shown with the progress spinner for over a minute:

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

The text was updated successfully, but these errors were encountered: