lhotari opened a new pull request, #35:
URL: https://github.com/apache/pulsar-test-infra/pull/35

   ### Motivation
   
   - previously a comma in the name caused a parsing issue
     example issue: 
https://github.com/apache/pulsar/runs/6130584084?check_suite_focus=true#step:5:11
     fails to parse `CI - CPP, Python Tests`
   
   ### Modifications
   - install gnu awk (gawk) in Dockerfile
   - use gawk's FPAT feature to parse double quoted CSV
     -  removing double quotes must be done separately for each field. 
`gsub(/"/, "")` doesn't work anymore to remove all double quotes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to