Skip to content

fix: use worker_id in request queue for ocncurrent load generation#347

Merged
jjk-g merged 2 commits intokubernetes-sigs:mainfrom
changminbark:fix-concurrent-workerid
Feb 15, 2026
Merged

fix: use worker_id in request queue for ocncurrent load generation#347
jjk-g merged 2 commits intokubernetes-sigs:mainfrom
changminbark:fix-concurrent-workerid

Conversation

@changminbark
Copy link
Contributor

PR Template

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change

/kind bug

/kind cleanup
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it:
This PRs fixes the concurrent load generation to use the worker_id calculated before putting the request in the request queue introduced in #320.

Which issue(s) this PR fixes:

Fixes #346

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 12, 2026
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 12, 2026
@jjk-g
Copy link
Collaborator

jjk-g commented Feb 15, 2026

/lgtm
/approve

@jjk-g jjk-g merged commit 4ad7d4b into kubernetes-sigs:main Feb 15, 2026
4 of 5 checks passed
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 15, 2026
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: changminbark, jjk-g

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

worker_id not used for concurrent load generation

3 participants