-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: sync k6 dependencies and update #32
base: master
Are you sure you want to change the base?
Conversation
@@ -6,6 +6,8 @@ | |||
pkill hss-server | |||
./out/bin/hss-server -network_type sctp >/dev/null 2>&1 & | |||
|
|||
sleep 2 |
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.
Please tell me why you included this
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.
@takehaya
It is because run the test is faster than initializing the hss server.
Test execution sometimes fails.
https://github.com/bbsakura/xk6-diameter/actions/runs/13128052232/job/36628073507#step:7:12
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.
What
Updated several dependencies to their latest versions, including
go.k6.io/k6
and various others.goja
library withgrafana/sobek
Added a new target
go-dep-sync
to install and rungo-depsync --parent go.k6.io/k6
for synchronizing Go module dependencies.Why
Dependency issues when building with latest xk6
Merge condition
Related issues