Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

x86taka
Copy link
Collaborator

@x86taka x86taka commented Feb 4, 2025

What

  • Dependency Updates
    Updated several dependencies to their latest versions, including go.k6.io/k6 and various others.
    • Replaced the goja library with grafana/sobek
  • Go dependencies Sync
    Added a new target go-dep-sync to install and run go-depsync --parent go.k6.io/k6 for synchronizing Go module dependencies.
  • Renovate configuration
    • [Not confirmed]Added package rules to disable Renovate updates
  • Update k6/xk6 version for Dockerfile

Why

Dependency issues when building with latest xk6

Merge condition

Related issues

@x86taka x86taka self-assigned this Feb 4, 2025
@x86taka x86taka marked this pull request as ready for review February 4, 2025 04:06
@x86taka x86taka requested a review from takehaya February 4, 2025 04:06
@@ -6,6 +6,8 @@
pkill hss-server
./out/bin/hss-server -network_type sctp >/dev/null 2>&1 &

sleep 2
Copy link
Member

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

Copy link
Collaborator Author

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

Copy link
Member

@takehaya takehaya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

エンジニアを褒めるネコ:さすがです

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants