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

Should the test module be cached during manual runs? #2886

Open
rschristian opened this issue Feb 13, 2025 · 0 comments
Open

Should the test module be cached during manual runs? #2886

rschristian opened this issue Feb 13, 2025 · 0 comments

Comments

@rschristian
Copy link

Just tried to naively debug an object and ran into #2798 again, maxing out CPU usage & crashing the tab. Unfortunately due to the default caching policy, this was quite difficult to fix as Firefox would immediately load the cached version of the test module, hit that log, and once again CPU usage would skyrocket until the tab crashed.

And so I ask: is there even any benefit to caching the test module? Dependencies make sense, but the test module itself should never cause an issue to my knowledge and would avoid situations like this where WTR creates essentially a poisoned cache entry.

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

1 participant