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

[Issue]: Parameter values are not taking properly #440

Open
2 tasks done
ramarajusagi opened this issue May 29, 2024 · 1 comment
Open
2 tasks done

[Issue]: Parameter values are not taking properly #440

ramarajusagi opened this issue May 29, 2024 · 1 comment

Comments

@ramarajusagi
Copy link

What happened?

Using Jmeter 5.5 Version and Kloadgen Plugin 5.3.2

I am passing the string parameter values in the field value list, It not picking the input values in sequence order, Its picking the vales dynamically.

I have attached you the screenshots and jmx file for refernce.

Parent Schema:
Topic Name: MESSAGING-TEST-BATCH-EVENTS
Schema file name: messaging_test_batch_events.proto
syntax = "proto3";
package demo;

option java_package = "com.demo.test.batch.proto";
option java_multiple_files = true;

import "messaging_batch_events.proto";

message TestBatchEvent {
.demo.DemoBatchEvent test_batch_event = 1;
}

Child Schema:
Schema file name: messaging_batch_events.proto
syntax = "proto3";
package demo;

option java_package = "com.demo.batch.proto";
option java_multiple_files = true;

message DemoBatchEvent {
string code = 1;
string name = 2;
string dept_code = 3;
string unit = 4;
string flag = 5;
}

image ![2](https://github.com/sngular/kloadgen/assets/5424017/1201a178-c604-4f72-8d0c-3e844ed5c5ee) ![1](https://github.com/sngular/kloadgen/assets/5424017/71d483c3-052f-42c2-b150-173da28c0826)

KloadGen Version

Kloadgen 5.3.2

Relevant log output

No response

Have you added your JMX Testplan or a replica?

  • I have added a JMX testplan

Have you added your Schema or a replica?

  • I have added the Schema
Copy link

Thank you for collaborating with the project by giving us feedback! In case it applies, it would be helpful if you could attach an example AVRO and an example test plan for us to reproduce the error. Cheers!

@ramarajusagi ramarajusagi changed the title [Issue]: String Variable parameters are not taking properly [Issue]: Parameter values are not taking properly May 29, 2024
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

No branches or pull requests

1 participant