-
Notifications
You must be signed in to change notification settings - Fork 19
Fix performance test and integration test #185
Fix performance test and integration test #185
Conversation
/test performance-tests |
Codecov Report
@@ Coverage Diff @@
## main #185 +/- ##
=======================================
Coverage 67.35% 67.35%
=======================================
Files 5 5
Lines 193 193
=======================================
Hits 130 130
Misses 44 44
Partials 19 19 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
c9dbea0
to
5979039
Compare
/test performance-tests |
5979039
to
4e533e8
Compare
/test performance-tests |
4e533e8
to
6150921
Compare
/test performance-tests |
6150921
to
a5eaadf
Compare
/test performance-tests |
a5eaadf
to
4a6c817
Compare
/test performance-tests |
Should we really need to copy these files from serving repo? how about: git clone serving repo in script, cd to right dir, run it directly to launch the cluster? Because it needs efforts to care and sync from serving repo when there is updates. |
Common scripts should go in https://github.com/knative/hack , which has automation to handle syncing across repos. Do we really need copies of all the serving scripts to run these performance tests? |
4a6c817
to
c184abc
Compare
c184abc
to
b4805dc
Compare
/test performance-tests |
b4805dc
to
708e0c9
Compare
/test performance-tests |
708e0c9
to
8addaa7
Compare
/test performance-tests |
2dacf25
to
f430719
Compare
/test performance-tests |
f430719
to
22f07e9
Compare
/test integration-tests |
ae26a48
to
a9b9a7c
Compare
@@ -12,7 +12,7 @@ defaults: | |||
|
|||
env: | |||
GOTESTSUM_VERSION: 1.7.0 | |||
CRIO_VERSION: 1.24.1 | |||
CRIO_VERSION: 1.25.1 |
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.
sometimes the case will fail, they fixed here: cri-o/cri-o#6122
/test performance-tests |
Now the output is csv, I am asking whether it has plan to support html output: rakyll/hey#287 |
/test performance-tests |
pkg/freeze/crio/pause_test.go
Outdated
criSocketPath := test.GetRandomSocketPath() | ||
criServer := test.NewCriRuntimeServer() | ||
go test.RunCriServer(criServer, criSocketPath) | ||
t.Logf("Create cri sock path:%s", criSocketPath) |
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.
not sure we need to log this or the crio one for a test unless the test fails, so maybe it would be better to add this to the error (if it's necessary)?
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.
The ut will fail sometimes, add log for better find it out the reason, actually not need it, I delete it.
a9b9a7c
to
d7fbd58
Compare
Signed-off-by: jwcesign <[email protected]>
d7fbd58
to
b7eeb1f
Compare
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jwcesign, psschwei 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 |
Signed-off-by: jwcesign [email protected]
Changes
/kind bug
Fixes #none
Release Note
Docs