rollno748 / Extended-csv-dataset-config

This plugin will enable Apache JMeter users to have similar parameter advantage as LoadRunner
MIT License
25 stars 7 forks source link

auto allocate 选择true时 只有一个线程可取值 #1

Closed zhangzhaox closed 2 years ago

zhangzhaox commented 2 years ago

image image

rollno748 commented 2 years ago

Hello Thanks again for bringing this up.

This issue is replicated in mine - I will work on it and provide the fix at the earliest.

image

image

I see that the Thread one over reading it from its block size - Ideally thread1 has to read only between 0-4 and thread2 between 5-9 but here thread2 is working fine but not thread1

image

It's the issue only with Auto allocate - where as, manual allocation with size works fine

image

I am on it - will fix and push the patch - Thanks again for reporting

rollno748 commented 2 years ago

I have pushed a patch - please download the version 1.1 and validate. https://github.com/rollno748/Extended-csv-dataset-config/releases/download/1.1/di-extended-csv-1.1.jar

I will close this issue upon your confirmation. Thanks