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

tests: save smokehouse outputs to .tmp/smokehouse-output #15251

Merged
merged 3 commits into from
Jul 11, 2023
Merged

Conversation

connorjclark
Copy link
Collaborator

Often I want to inspect the output of the smoke tests, even if they passed (for comparison with a failing patch, for example). So let's write them to disk. It takes ~40ms per smoke run, so it seems fine to do it always (though I disabled it for CI).

@connorjclark connorjclark requested a review from a team as a code owner July 11, 2023 20:43
@connorjclark connorjclark requested review from adamraine and removed request for a team July 11, 2023 20:43
Copy link
Member

@adamraine adamraine left a comment

Choose a reason for hiding this comment

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

For the DT runner at least we write to disc in debug mode:
https://github.com/GoogleChrome/lighthouse/blob/main/cli/test/smokehouse/lighthouse-runners/devtools.js#L58

Maybe we remove this old logic since it's redundant now?

@connorjclark connorjclark merged commit 5a409fd into main Jul 11, 2023
31 checks passed
@connorjclark connorjclark deleted the out-smokes branch July 11, 2023 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants