https://bz.apache.org/bugzilla/show_bug.cgi?id=64988
Bug ID: 64988
Summary: Debug PostProcessor and Debug Sampler sorts
alphanumeric properties and variables in non
natural/human readable order
Product: JMeter
Version: Nightly (Please specify date)
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER 5.4.1
Created attachment 37611
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37611&action=edit
useHumanReadableOrder
Hello,
Both Debug PostProcessor and Debug Sampler sort alphanumeric properties and
variables in non-natural/human-readable order. IMO, it is more appropriate to
sort in natural order for easier debugging, rather than current behavior.
Dropdown or check box option could be added to choose an algorithm of sorting
inside both elements. Please run jmx file and check the results.
Actual:
var_1=google
var_10=google
var_10_g=1
var_10_g0=google
var_10_g1=google
var_11=google
var_11_g=1
var_11_g0=google
var_11_g1=google
var_12=google
var_12_g=1
var_12_g0=google
var_12_g1=google
var_13=google
var_13_g=1
var_13_g0=google
var_13_g1=google
var_14=google
var_14_g=1
var_14_g0=google
var_14_g1=google
var_15=google
var_15_g=1
var_15_g0=google
var_15_g1=google
var_16=google
var_16_g=1
var_16_g0=google
var_16_g1=google
var_17=google
var_17_g=1
var_17_g0=google
var_17_g1=google
var_18=google
var_18_g=1
var_18_g0=google
var_18_g1=google
var_19=google
var_19_g=1
var_19_g0=google
var_19_g1=google
var_1_g=1
var_1_g0=google
var_1_g1=google
var_2=google
var_20=google
var_20_g=1
var_20_g0=google
var_20_g1=google
etc.
Expected:
var_1_g=1
var_1=google
var_1_g0=google
var_1_g1=google
var_2_g=1
var_2=google
var_2_g0=google
var_2_g1=google
var_3_g=1
var_3=google
var_3_g0=google
var_3_g1=google
var_4_g=1
var_4=google
var_4_g0=google
var_4_g1=google
var_5_g=1
var_5=google
var_5_g0=google
var_5_g1=google
var_6_g=1
var_6=google
var_6_g0=google
var_6_g1=google
var_7_g=1
var_7=google
var_7_g0=google
var_7_g1=google
var_8_g=1
var_8=google
var_8_g0=google
var_8_g1=google
var_9_g=1
var_9=google
var_9_g0=google
var_9_g1=google
var_10_g=1
var_10=google
var_10_g0=google
var_10_g1=google
var_11_g=1
var_11=google
var_11_g0=google
var_11_g1=google
var_12_g=1
var_12=google
var_12_g0=google
var_12_g1=google
var_13_g=1
var_13=google
var_13_g0=google
var_13_g1=google
var_14_g=1
var_14=google
var_14_g0=google
var_14_g1=google
var_15_g=1
var_15=google
var_15_g0=google
var_15_g1=google
var_16_g=1
var_16=google
var_16_g0=google
var_16_g1=google
var_17_g=1
var_17=google
var_17_g0=google
var_17_g1=google
var_18_g=1
var_18=google
var_18_g0=google
var_18_g1=google
var_19_g=1
var_19=google
var_19_g0=google
var_19_g1=google
var_20_g=1
var_20=google
var_20_g0=google
var_20_g1=google
var_21_g=1
var_21=google
var_21_g0=google
var_21_g1=google
etc.
Jmeter 5.4.1 3e5421f
Microsoft Windows 10 Pro 64-bit
java version "1.8.0_251"
--
You are receiving this mail because:
You are the assignee for the bug.