You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/05/22 15:59:15 UTC

[Bug 53270] New: Results file configuration: jmeter.save.saveservice.print_field_name incorrectly named in jmeter.properties

https://issues.apache.org/bugzilla/show_bug.cgi?id=53270

          Priority: P2
            Bug ID: 53270
          Assignee: issues@jmeter.apache.org
           Summary: Results file configuration:
                    jmeter.save.saveservice.print_field_name incorrectly
                    named in jmeter.properties
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: gmazeikis@yahoo.com
          Hardware: PC
            Status: NEW
           Version: 2.6
         Component: Main
           Product: JMeter

The results file configuration property
"jmeter.save.saveservice.print_field_name" is incorrectly named in
jmeter.properties file (line 426) distributed with the Apache JMeter Version
2.6 r1237317. 

# Only applies to CSV format files:
#jmeter.save.saveservice.print_field_names=false

The correct name for this property must be without using the plural form for
print_field_name. 

# Only applies to CSV format files:
#jmeter.save.saveservice.print_field_name=false

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53270] Results file configuration: jmeter.save.saveservice.print_field_name incorrectly named in jmeter.properties

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53270

--- Comment #4 from Sebb <se...@apache.org> ---
The constant in the SampleSaveConfiguration class is defined as follows:

private static final String PRINT_FIELD_NAMES_PROP =
"jmeter.save.saveservice.print_field_names";

This agrees with the current entry in jmeter.properties, so this is not a bug

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53270] Results file configuration: jmeter.save.saveservice.print_field_name incorrectly named in jmeter.properties

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53270

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
         Resolution|---                         |WONTFIX

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
If you mean it should be renamed for grammar correctness, then I close it
because it would impact existing scripts and configurations without any related
improvement.

If not than please clarify your proposition.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53270] Results file configuration: jmeter.save.saveservice.print_field_name incorrectly named in jmeter.properties

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53270

--- Comment #5 from Gustavo Mazeikis <gm...@yahoo.com> ---
(In reply to comment #3)
> Hello,
> It works for me.
> Are you sure you don't have this property set in user.properties to another
> value (although strange that if you use without s it works).
> 
> Can you try with jmeter 2.6 release (a new clean install)?
> Thanks

Hi Philippe,

Following your suggestion I was able to identify the problem and of course is
not related with JMeter. I made a mistake when configuring a Simple Data Writer
and the property's default value (from jmeter.properties file) was manually
changed.
Sorry for the noise, my intention was to collaborate with the project.
Thank you for your time.

Gustavo.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53270] Results file configuration: jmeter.save.saveservice.print_field_name incorrectly named in jmeter.properties

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53270

--- Comment #6 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
No problem.
Next Time try users Mailing list first ,
But don't hesitate to file a bug if you don't get an answer and think it's a
bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53270] Results file configuration: jmeter.save.saveservice.print_field_name incorrectly named in jmeter.properties

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53270

--- Comment #2 from Gustavo Mazeikis <gm...@yahoo.com> ---
This property should be renamed as suggested because it is the only way to get
printed the field names exported in CSV format. 

In Apache JMeter Version 2.6 r1237317, if you set the property 
jmeter.save.saveservice.print_field_names=true, then you are not able to get
printed the field names exported. 

On the other hand if you set the property
jmeter.save.saveservice.print_field_name=true, the first line of the CSV file
contains the field names exported.
(In reply to comment #1)
> If you mean it should be renamed for grammar correctness, then I close it
> because it would impact existing scripts and configurations without any
> related improvement.
> 
> If not than please clarify your proposition.

This property should be renamed as suggested because it is the only way to get
printed the field names exported in CSV format. 

In Apache JMeter Version 2.6 r1237317, if you set the property 
jmeter.save.saveservice.print_field_names=true, then you are not able to get
printed the field names exported. 

On the other hand if you set the property
jmeter.save.saveservice.print_field_name=true, the first line of the CSV file
contains the field names exported.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53270] Results file configuration: jmeter.save.saveservice.print_field_name incorrectly named in jmeter.properties

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53270

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |WORKSFORME

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
It works for me.
Are you sure you don't have this property set in user.properties to another
value (although strange that if you use without s it works).

Can you try with jmeter 2.6 release (a new clean install)?
Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.