You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/22 15:41:32 UTC

[GitHub] [pulsar-test-infra] lhotari opened a new pull request, #35: [pulsarbot] Use gawk (gnu awk) so that CSV can be properly handled

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-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar-test-infra] lhotari merged pull request #35: [pulsarbot] Use gawk (gnu awk) so that CSV can be properly handled

Posted by GitBox <gi...@apache.org>.
lhotari merged PR #35:
URL: https://github.com/apache/pulsar-test-infra/pull/35


-- 
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-unsubscribe@pulsar.apache.org

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


[GitHub] [pulsar-test-infra] lhotari commented on pull request #35: [pulsarbot] Use gawk (gnu awk) so that CSV can be properly handled

Posted by GitBox <gi...@apache.org>.
lhotari commented on PR #35:
URL: https://github.com/apache/pulsar-test-infra/pull/35#issuecomment-1106638581

   Please do post-merge review. 


-- 
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-unsubscribe@pulsar.apache.org

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