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

NO_NAVSTART in api tests and smoke tests #15382

Open
adamraine opened this issue Aug 15, 2023 · 2 comments
Open

NO_NAVSTART in api tests and smoke tests #15382

adamraine opened this issue Aug 15, 2023 · 2 comments
Assignees
Labels
bug P2 test backlog disabled or needed tests

Comments

@adamraine
Copy link
Member

adamraine commented Aug 15, 2023

Retries added to unblock CI: #15378


Example failure: https://github.com/GoogleChrome/lighthouse/actions/runs/5871078774/job/15919549134?pr=15378

Example failure trace: https://trace.cafe/t/K4uwDnVkKA

  • Entire main thread track is missing for some reason.
  • Navigation tests fail with NO_NAVSTART on a bunch of audits
  • Timespan tests fail because the INP event is missing, making the INP audits N/A

NO_NAVSTART also appears on smoke tests: https://github.com/GoogleChrome/lighthouse/actions/runs/5894225760/job/15987413301?pr=15353

@adamraine
Copy link
Member Author

I managed to repro on Linux but this is pretty flaky. I ran the following script using while node trace.js; do :; done;

https://gist.github.com/adamraine/b29f483fb7ce4115a9dd22779c6699f6

The gist uses our oopif-requests.html page. Seems like OOPIFs or maybe just iframes in general are an important part of the repro.

The Chrome err log is also included in that gist.

@bbrzoska
Copy link

bbrzoska commented Apr 11, 2024

We're seeing the same issue after upgrading to Lighthouse 11 from 9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug P2 test backlog disabled or needed tests
3 participants
@adamraine @bbrzoska and others