-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update performance tests #14289
Update performance tests #14289
Conversation
Skipping CI for Draft Pull Request. |
/test performance-tests-mako |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #14289 +/- ##
==========================================
+ Coverage 86.07% 86.12% +0.04%
==========================================
Files 196 196
Lines 14787 14789 +2
==========================================
+ Hits 12728 12737 +9
+ Misses 1750 1746 -4
+ Partials 309 306 -3 ☔ View full report in Codecov by Sentry. |
19afb45
to
01194ad
Compare
/test performance-tests-mako |
01194ad
to
b05ad6b
Compare
/test performance-tests-mako |
3 similar comments
/test performance-tests-mako |
/test performance-tests-mako |
/test performance-tests-mako |
1985ac9
to
ae17313
Compare
/test performance-tests-mako |
/test performance-tests-mako |
1 similar comment
/test performance-tests-mako |
2a62f26
to
aa37c46
Compare
/test performance-tests-mako |
523e730
to
01f66d4
Compare
01f66d4
to
6d06e81
Compare
/test performance-tests |
/test upgrade-tests |
test/performance/benchmarks/dataplane-probe/continuous/dataplane-probe-setup.yaml
Show resolved
Hide resolved
/test performance-tests |
So it seems like we need to drop existing data if we want to change a fields format. |
Any luck doing that? |
/test performance-tests |
/unhold |
/test performance-tests |
can you confirm some errors in the logs are not actual errors the test run you linked has
|
Yes these are not real errors. The job before deletes all services in a defer function, but as its quite a lot of services, they seem to not be gone until the next one starts. Let's see if 847a398 helps. /test performance-tests |
@@ -107,6 +107,7 @@ header "Real traffic test" | |||
|
|||
run_job real-traffic-test "${REPO_ROOT_DIR}/test/performance/benchmarks/real-traffic-test/real-traffic-test.yaml" | |||
sleep 100 # wait a bit for the cleanup to be done | |||
kubectl delete ksvc -n "$ns" --all --wait --now |
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.
+1
/lgtm thanks @ReToCode this looks great I dismissed a code security warning - not sure why the nolint:gosec didn't work https://github.com/knative/serving/security/code-scanning/24 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, ReToCode The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Context
Changes
BUILD_ID
andJOB_NAME
to identify a build, see conversationAdditional notes
Follow-up PRs