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

Investigate loading behaviour for Test Explorer #3219

Open
alexcrocha opened this issue Feb 20, 2025 · 2 comments
Open

Investigate loading behaviour for Test Explorer #3219

alexcrocha opened this issue Feb 20, 2025 · 2 comments

Comments

@alexcrocha
Copy link
Contributor

We observed that the Test Explorer behaves differently whether the indexer has completed or not.
We may have to ensure the Test Explorer items populate only after the indexer completes.

class ActiveSupportTimeExtSpec < ::DslSpec was not populating correctly when we opened the Test Explorer panel too quickly after a VS Code reload, because the ancestor could not be linearized in time.

@andyw8
Copy link
Contributor

andyw8 commented Feb 20, 2025

(the above only applies when the fullTestDiscovery flag is enabled)

@andyw8
Copy link
Contributor

andyw8 commented Feb 20, 2025

Udpate: This may already be fixed by #3203, we will verify.

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

No branches or pull requests

2 participants