You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
changed the title
[Issue]: String Variable parameters are not taking properly
[Issue]: Parameter values are not taking properly
May 29, 2024
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 {
![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)string code = 1;
string name = 2;
string dept_code = 3;
string unit = 4;
string flag = 5;
}
KloadGen Version
Kloadgen 5.3.2
Relevant log output
No response
Have you added your JMX Testplan or a replica?
Have you added your Schema or a replica?
The text was updated successfully, but these errors were encountered: