-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[REGRESSION]: Snapshot styles in trace-viwer aren't loaded #24144
Comments
@fadezak100 Any chance for a repro we can run locally, or a trace.zip that exhibits this issue? |
@dgozman Sure the one I have right now has a LinkedIn account credentials I will try to generate one for you. Or if I can send the one I already have privately? |
@fadezak100 You can send it to dgozman [at] microsoft [dot] com |
@dgozman sent. |
Fixes #24144. Previously, we only matched by url, which confuses GET and HEAD requests where the latter is usually zero-sized. Also make sure that resources are sorted by their monotonicTime, since that's not always the case in the trace file, where they are sorted by the "response body retrieved" time.
Fixes microsoft#24144. Previously, we only matched by url, which confuses GET and HEAD requests where the latter is usually zero-sized. Also make sure that resources are sorted by their monotonicTime, since that's not always the case in the trace file, where they are sorted by the "response body retrieved" time.
Fixes #24144. Previously, we only matched by url, which confuses GET and HEAD requests where the latter is usually zero-sized. Also make sure that resources are sorted by their monotonicTime, since that's not always the case in the trace file, where they are sorted by the "response body retrieved" time.
@fadezak100 Could you please try |
Fixes microsoft#24144. Previously, we only matched by url, which confuses GET and HEAD requests where the latter is usually zero-sized. Also make sure that resources are sorted by their monotonicTime, since that's not always the case in the trace file, where they are sorted by the "response body retrieved" time.
Context:
Code Snippet
I was running a local version of trace-viewer. I had earlier generated some
trace.zip
reports from a playwright test. After loading the tests on the trace-viewer, I noticed that in most of the reports, snapshot styles were missing.Describe the bug
When loading a
trace.zip
into the local trace-viewer package some of the snapshot styles resources aren't loaded. When inspecting the network requests I found out that all of the CSS files were returned but some of them were empty.The live trace viewer which is still on 1.35.0 I believe:
The text was updated successfully, but these errors were encountered: