-
Notifications
You must be signed in to change notification settings - Fork 109
feat(ci): add stress test to CI #817
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
Conversation
I wonder where this error message is from |
I think it's from the address provided to the shim, iirc it should be "unix://path/to/socket", and scheme refers to that "unix://", but I don't know why that would be the case |
Finally figured it out. |
af75d50
to
a641e31
Compare
This commit adds a stress test to CI with 100 tasks and either # of cores or 10 parallelism Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]> Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]> Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]> Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]> Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]> Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
Signed-off-by: Jorge Prendes <[email protected]>
a641e31
to
6db5586
Compare
This commit adds a stress test to CI with 100 tasks and either # of cores or 10 parallelism