You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by GitBox <gi...@apache.org> on 2020/03/16 21:02:20 UTC

[GitHub] [samza] kw2542 opened a new pull request #1315: SAMZA-2486: Update TestFileReaderSystemAdmin to use test resource files

kw2542 opened a new pull request #1315: SAMZA-2486: Update TestFileReaderSystemAdmin to use test resource files
URL: https://github.com/apache/samza/pull/1315
 
 
   Symptom:
   samza-core:test are randomly failing.
   
   Cause:
   TestFileReaderSystemAdmin and TestFileReaderSystemConsumer are creating and deleting the same set of files, when runnig in parallel, FileNotFoundException could happen depending on the timing.
   
   Changes:
   1. Update TestFileReaderSystemAdmin to use test resource files.
   2. Update assert conditions as we removed tailing spaces and newlines in the files.
   3. Keep TestFileReaderSystemConsumer as it is because it is also appending data to test files, thus cannot share to use the same test resource file.
   
   Tests:
   ./gradlew test
   
   API Changes:
   None
   
   Upgrade Instructions:
   None
   
   Usage Instructions:
   None

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


With regards,
Apache Git Services

[GitHub] [samza] lhaiesp merged pull request #1315: SAMZA-2486: Update TestFileReaderSystemAdmin to use test resource files

Posted by GitBox <gi...@apache.org>.
lhaiesp merged pull request #1315: SAMZA-2486: Update TestFileReaderSystemAdmin to use test resource files
URL: https://github.com/apache/samza/pull/1315
 
 
   

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


With regards,
Apache Git Services