Skip to content

Fix multiplier passed as isg in create_stream call#11

Draft
shivanayak wants to merge 1 commit into
redhat-openstack:masterfrom
shivanayak:fix/multiqueue-create-stream-multiplier
Draft

Fix multiplier passed as isg in create_stream call#11
shivanayak wants to merge 1 commit into
redhat-openstack:masterfrom
shivanayak:fix/multiqueue-create-stream-multiplier

Conversation

@shivanayak

Copy link
Copy Markdown

Summary

  • multiplier was passed positionally to create_stream(), landing in the isg parameter slot — so the actual multiplier was always the default 1
  • Pass multiplier as a keyword argument to fix the bug

Test plan

  • Run gen_traffic with --multiplier > 1 and verify traffic rate scales accordingly

Co-Authored-By: Claude noreply@anthropic.com

The multiplier argument was positionally landing in the isg parameter,
so streams always used the default multiplier of 1.

Co-Authored-By: Claude noreply@anthropic.com
@shivanayak shivanayak force-pushed the fix/multiqueue-create-stream-multiplier branch from 35bed74 to 8ba13e9 Compare March 13, 2026 07:53
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.

1 participant