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: update interactive test trace #16001

Merged
merged 1 commit into from
May 15, 2024
Merged

tests: update interactive test trace #16001

merged 1 commit into from
May 15, 2024

Conversation

connorjclark
Copy link
Collaborator

Needed the trace used in computed/metrics/interactive-test.js to be modern for trace engine. Required using provided throttling otherwise got a NO_TTI_CPU_IDLE_PERIOD error.

ref #15841

@connorjclark connorjclark requested a review from a team as a code owner May 14, 2024 23:11
@connorjclark connorjclark requested review from adamraine and removed request for a team May 14, 2024 23:11
@@ -11,7 +11,7 @@ import {NetworkRecords} from '../../../../computed/network-records.js';
import {readJson} from '../../../test-utils.js';
import {NetworkRequest} from '../../../../lib/network-request.js';

const devtoolsLog = readJson('../../../fixtures/artifacts/progressive-app/devtoolslog.json', import.meta);
const devtoolsLog = readJson('../../../fixtures/traces/progressive-app-m60.devtools.log.json', import.meta);
const devtoolsLogWithRedirect = readJson('../../../fixtures/artifacts/redirect/devtoolslog.json', import.meta);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

reverted on purpose. the tests are too tailored to the original trace. better to not modify.

@connorjclark connorjclark changed the title test: update interactive test trace tests: update interactive test trace May 14, 2024
@connorjclark connorjclark merged commit 24b46f1 into main May 15, 2024
27 checks passed
@connorjclark connorjclark deleted the inter-trace branch May 15, 2024 00:40
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.

None yet

2 participants