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

deps: upgrade trace_engine to 0.0.38 #16269

Merged
merged 5 commits into from
Dec 3, 2024
Merged

deps: upgrade trace_engine to 0.0.38 #16269

merged 5 commits into from
Dec 3, 2024

Conversation

connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Dec 2, 2024

This captures a bunch of internal refactors, renames.

Another thing is the network analysis now more correctly gives no answer if there are no transfer sizes given to it (like for cached responses, or for fake data as in all our tests), so I updated our tests.

minor lantern test changes

image

@connorjclark connorjclark requested a review from a team as a code owner December 2, 2024 19:04
@connorjclark connorjclark requested review from adamraine and removed request for a team December 2, 2024 19:04
},
{
url: 'http://localhost:10200/dobetterweb/fcp-delayer.js?delay=5000',
url: 'http://localhost:10200/dobetterweb/dbw_tester.css?delay=100',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know why the order changes here? Looks like the order comes directly from TE so maybe some updated a while back applied a sort.

Copy link
Collaborator Author

@connorjclark connorjclark Dec 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's sorted:

"// Sort by request duration for insights."

https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5867686

@connorjclark
Copy link
Collaborator Author

connorjclark commented Dec 2, 2024

The one devtools e2e failure: https://github.com/GoogleChrome/lighthouse/actions/runs/12127243835/job/33813041905#step:8:504

stops if this line is removed:

await setToolbarCheckboxWithText(false, 'Borrar almacenamiento');

unclear why this test has no issue from CDT repo side (EDIT: it's because the LH in CDT is still using the older trace engine :) )

it seems when "Clear Storage" is unset, we have no network info so the analyzer returns nothing and we get audit/insight errors.

@connorjclark
Copy link
Collaborator Author

pushed a fallback for when we have no transfer data ... should match what was happening before.

@connorjclark connorjclark merged commit ac14d36 into main Dec 3, 2024
27 checks passed
@connorjclark connorjclark deleted the update-te-38 branch December 3, 2024 19:08
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

Successfully merging this pull request may close these issues.

2 participants