[JIRA] (JENKINS-50994) Additional single quotes are passed to taurus

2018-05-14 Thread artem.fedo...@blazemeter.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Artem Fedorov closed an issue as Fixed  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Fixed in https://github.com/jenkinsci/performance-plugin/pull/166  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-50994  
 
 
  Additional single quotes are passed to taurus   
 

  
 
 
 
 

 
Change By: 
 Artem Fedorov  
 
 
Status: 
 Open Closed  
 
 
Resolution: 
 Fixed  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit 

[JIRA] (JENKINS-50994) Additional single quotes are passed to taurus

2018-05-14 Thread artem.fedo...@blazemeter.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Artem Fedorov assigned an issue to Artem Fedorov  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50994  
 
 
  Additional single quotes are passed to taurus   
 

  
 
 
 
 

 
Change By: 
 Artem Fedorov  
 
 
Assignee: 
 Andrey Pokhilko Artem Fedorov  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.3.0#73011-sha1:3c73d0e)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-50994) Additional single quotes are passed to taurus

2018-04-25 Thread frank16...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Frank Liu created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-50994  
 
 
  Additional single quotes are passed to taurus   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Andrey Pokhilko  
 
 
Attachments: 
 test.png  
 
 
Components: 
 performance-plugin  
 
 
Created: 
 2018-04-25 11:21  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Frank Liu  
 

  
 
 
 
 

 
 While running performance test and providing the following Taurus tool parameters: 

 

./test.yml -o 'reporting.-1={module: "junit-xml", filename: "taurus.xml"}'
 

 , parameters are incorrectly parsed into [./test.yml, -o, 'reporting.-1=\{module: "junit-xml", filename: "taurus.xml"}']. For the last parameter, additional single quotes are passed to taurus, which makes taurus confused and read the parameters wrongly. Below is the console output after running the performance test: