[GitHub] avro pull request #172: AVRO-1970: Flaky test: TestInputBytes

2017-01-10 Thread gszadovszky
Github user gszadovszky closed the pull request at: https://github.com/apache/avro/pull/172 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] avro pull request #172: AVRO-1970: Flaky test: TestInputBytes

2016-12-19 Thread gszadovszky
GitHub user gszadovszky opened a pull request: https://github.com/apache/avro/pull/172 AVRO-1970: Flaky test: TestInputBytes Root cause of flaky test (probability: 1/1000): if `length` is`0` at _line 36_ then `random.nextInt(length)` will fail with exception at _line 43_. You