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 2017/12/13 16:23:44 UTC

[Bug 61900] New: Report Generator : Report generation fails if separator is a regex reserved char like '|'

https://bz.apache.org/bugzilla/show_bug.cgi?id=61900

            Bug ID: 61900
           Summary: Report Generator : Report generation fails if
                    separator is a regex reserved char like '|'
           Product: JMeter
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

Error:
Error generating the report: org.apache.jmeter.report.core.SampleException:
Mismatch between expected number of columns:298 and columns in CSV file:28,
check your jmeter.save.saveservice.* configuration


Escaping fails due to the fact that it is stored in char with error:
An error occurred: Delimiter '\|' must be of length 1.

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

[Bug 61900] Report Generator : Report generation fails if separator is a regex reserved char like '|'

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sat Dec 23 17:17:05 2017
New Revision: 1819170

URL: http://svn.apache.org/viewvc?rev=1819170&view=rev
Log:
Bug 61900 - Report Generator : Report generation fails if separator is a regex
reserved char like '|'
Improved SampleMetadataParserSpec
Contributed by Graham Russell
This closes #367
Bugzilla Id: 61900

Modified:
   
jmeter/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy

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

[Bug 61900] Report Generator : Report generation fails if separator is a regex reserved char like '|'

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sat Dec 23 15:53:33 2017
New Revision: 1819164

URL: http://svn.apache.org/viewvc?rev=1819164&view=rev
Log:
Bug 61900 - Report Generator : Report generation fails if separator is a regex
reserved char like '|'
Fix test
Bugzilla Id: 61900

Modified:
   
jmeter/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy

Author: pmouawad
Date: Sat Dec 23 15:53:33 2017
New Revision: 1819164

URL: http://svn.apache.org/viewvc?rev=1819164&view=rev
Log:
Bug 61900 - Report Generator : Report generation fails if separator is a regex
reserved char like '|'
Fix test
Bugzilla Id: 61900

Modified:
   
jmeter/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy

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

[Bug 61900] Report Generator : Report generation fails if separator is a regex reserved char like '|'

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Author: pmouawad
Date: Sat Dec 23 15:31:19 2017
New Revision: 1819161

URL: http://svn.apache.org/viewvc?rev=1819161&view=rev
Log:
Bug 61900 - Report Generator : Report generation fails if separator is a regex
reserved char like '|'
Bugzilla Id: 61900

Added:
   
jmeter/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy
Modified:
   
jmeter/trunk/src/core/org/apache/jmeter/report/core/SampleMetaDataParser.java
    jmeter/trunk/xdocs/changes.xml

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