-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add minimal performance test to detect telemetry eviction handover #425
base: master
Are you sure you want to change the base?
Add minimal performance test to detect telemetry eviction handover #425
Conversation
Note this is not a PR meant to go into review, but a handoff of the telemetry eviction testing ticket to @ozyx. There are some notes here on the current status of this branch. There are two other branches associated with this ticket using the aborted Memlab approach; these can be deleted at your discretion. |
4271955
to
8064b0d
Compare
@akhenry , i believe this is ready for final review |
"start:coverage": "npx webpack serve --config ./.webpack/webpack.coverage.mjs", | ||
"prepare": "npm run build:dist", | ||
"test:getopensource": "sh ./tests/git-opensource-tests.sh", | ||
"posttest:getopensource": "npm install", | ||
"test:e2e:smoke": "npm test --workspace tests/e2e/opensource -- --config=../playwright-quickstart.config.js --project=chromium quickstartSmoke", | ||
"test:e2e:quickstart": "npm test --workspace tests/e2e/opensource -- --config=../playwright-quickstart.config.js --project=chromium tests/e2e/yamcs/", | ||
"test:e2e:quickstart:local": "npm test --workspace tests/e2e/opensource -- --config=../playwright-quickstart.config.js --project=local-chrome tests/e2e/yamcs/", | ||
"test:perf:memory": "npm test --workspace tests/e2e/opensource -- --config=../playwright-performance-prod.config.js --project=chrome-memory", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When is test:perf:memory
going to run though? It needs to be regularly triggered automatically to catch regressions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be run with PRs. Let's also make sure navigation memory leak tests are also re-enabled.
proxy: [ | ||
{ | ||
context: ["/yamcs-proxy/"], | ||
target: "http://0.0.0.0:8090/", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have some mercy for those of us who are targeted by enterprise port scanners, please.
"start:coverage": "npx webpack serve --config ./.webpack/webpack.coverage.mjs", | ||
"prepare": "npm run build:dist", | ||
"test:getopensource": "sh ./tests/git-opensource-tests.sh", | ||
"posttest:getopensource": "npm install", | ||
"test:e2e:smoke": "npm test --workspace tests/e2e/opensource -- --config=../playwright-quickstart.config.js --project=chromium quickstartSmoke", | ||
"test:e2e:quickstart": "npm test --workspace tests/e2e/opensource -- --config=../playwright-quickstart.config.js --project=chromium tests/e2e/yamcs/", | ||
"test:e2e:quickstart:local": "npm test --workspace tests/e2e/opensource -- --config=../playwright-quickstart.config.js --project=local-chrome tests/e2e/yamcs/", | ||
"test:perf:memory": "npm test --workspace tests/e2e/opensource -- --config=../playwright-performance-prod.config.js --project=chrome-memory", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be run with PRs. Let's also make sure navigation memory leak tests are also re-enabled.
…est-to-detect-telemetry-eviction-handover
Closes #7312
Describe your changes:
Add telemetry eviction tests by way of FinalizationRegistry
All Submissions:
Author Checklist
Reviewer Checklist