lhr.stackPacks doesn't make the proto round trip
See original GitHub issueyou’ll see this if you run yarn update:sample-json
on master. stackPacks
will be deleted and then npx jest proto-test.js
will fail.
Since CI only runs yarn diff:sample-json
(just regenerating the original json, not the proto round-trip json), as long as stackPacks
was manually added to sample_v2_round_trip.json
, everything will be green on Travis 😃
@exterkamp were the proto changes in #7243 not sufficient to get this automatically in the round trip result? I haven’t been able to get good insight into why json_roundtrip_via_proto.py
is dropping it.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
[meta] 2019 I/O Burndown · Issue #8331 - GitHub
ensure 4.x LHR and 5.0 report renderer compatibility ensure 4.x LHR and 5.0 report ... stackPacks doesn't make the proto round trip #8245....
Read more >lighthouse/changelog.md - UNPKG
134, * fetcher: ensure fetch doesn't cause unhandled promise ... 216, * move proto roundtrip json to .tmp/ ...
Read more >https://raw.githubusercontent.com/GoogleChrome/lig...
Core * fetcher: ensure fetch doesn't cause unhandled promise ... Tests * move proto roundtrip json to .tmp/ ...
Read more >Untitled
Elvoline discount code, How to make crop marks in coreldraw, ... Fortress lahore opening times, Hhh vs rock iron man match, Dan rapoport...
Read more >Untitled
Definir os cachos, Myjka do okien karcher opinie, Extended release xanax side ... Manu salwa foods, Lee married jeong ho young, Travel trac...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That seems like the most reasonable thing we care about 😃
We do have some very limited transformations we can do. And I mean very limited. Like renaming. Or,
null
if doesn’t exist, things like that. There is a possibility I could get this to work in Apiary. But that is a huge unknown and would be much more difficult than any other solution.