Skip to content

tests: default to 0 for network trace data length#16041

Merged
connorjclark merged 1 commit intomainfrom
fix-http2-test
Jun 5, 2024
Merged

tests: default to 0 for network trace data length#16041
connorjclark merged 1 commit intomainfrom
fix-http2-test

Conversation

@connorjclark
Copy link
Copy Markdown
Collaborator

@connorjclark connorjclark commented Jun 4, 2024

ref #15841

This was the cause of the test failure in uses-http2-test.js.

@connorjclark connorjclark requested a review from a team as a code owner June 4, 2024 23:59
@connorjclark connorjclark removed the request for review from a team June 4, 2024 23:59
@connorjclark connorjclark requested a review from adamraine June 4, 2024 23:59
];
const artifacts = buildArtifacts(networkRecords);
artifacts.devtoolsLogs.defaultPass = networkRecordsToDevtoolsLog(networkRecords);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

drive by deleting unnecessary lines

decodedBodyLength: record.resourceSize,
encodedDataLength: record.transferSize ?? 0,
decodedBodyLength: record.resourceSize ?? 0,
},
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

only important change

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