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: [email protected] With regards, Apache Git Services
