You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by GitBox <gi...@apache.org> on 2020/06/09 16:30:40 UTC

[GitHub] [nutch] pmezard opened a new pull request #532: NUTCH-2790 indexer-csv: escape field leading quote character

pmezard opened a new pull request #532:
URL: https://github.com/apache/nutch/pull/532


   Before the change, the leading quote of a field value like '"value'
   would be left unescaped.
   
   NOTE: the tests fail locally with and without the PR. The only output I have is:
   ```
   test:
        [echo] Testing plugin: urlnormalizer-slash
       [junit] Running org.apache.nutch.net.urlnormalizer.regex.TestRegexURLNormalizer
       [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec
       [junit] Running org.apache.nutch.net.urlnormalizer.slash.TestSlashURLNormalizer
       [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 sec
   ```
   Is there any way to have detailed test information when running them from command line? I am not very excited about working with Eclipse.


----------------------------------------------------------------
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.

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



[GitHub] [nutch] sebastian-nagel merged pull request #532: NUTCH-2790 indexer-csv: escape field leading quote character

Posted by GitBox <gi...@apache.org>.
sebastian-nagel merged pull request #532:
URL: https://github.com/apache/nutch/pull/532


   


----------------------------------------------------------------
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.

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



[GitHub] [nutch] sebastian-nagel commented on pull request #532: NUTCH-2790 indexer-csv: escape field leading quote character

Posted by GitBox <gi...@apache.org>.
sebastian-nagel commented on pull request #532:
URL: https://github.com/apache/nutch/pull/532#issuecomment-641563662


   +1 Good catch!
   
   > Is there any way to have detailed test information when running them from command line?
   
   You can execute the unit tests for a specific plugin:
   ```
   ant test-plugin -Dplugin=indexer-csv
   ```
   The test output is written to `build/indexer-csv/test/`(output of core tests is in `build/test`).


----------------------------------------------------------------
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.

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