Hi Ryan Tests in the TestHttp1Reactive class keep on failing intermittently on Travis CI. I am unable to reproduce the same issue locally. It looks like something inside RxJava rethrows java.io.InterruptedIOException as java.lang.RuntimeException which looks a bit doggy to start with and makes it impossible for me to understand what has caused the issue in the first place.
--- [ERROR] Tests run: 20, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.028 s <<< FAILURE! - in org.apache.hc.client5.testing.async.TestHttp1Reactive [ERROR] testSequentialPostRequests[HTTP/1.1 http](org.apache.hc.client5.testing.async.TestHttp1Reactive) Time elapsed: 0.014 s <<< ERROR! java.lang.RuntimeException: java.io.InterruptedIOException Caused by: java.io.InterruptedIOException --- I am kindly asking you to let me replace RxJava code inside #publisherToByteArray with my own implementation unless you have a better idea how to fix the issue. Oleg On Wed, 2020-01-22 at 16:30 +0000, Travis CI wrote: > > apache / httpcomponents-client > master > Build #1078 was broken 3 mins and 50 > secs > Oleg > Kalnichevski 910f233 > CHANGESET → > Updated NOTICE > > Want to know about upcoming build environment > updates? Would you like to stay up-to-date with the > upcoming Travis CI build environment updates? We set up a mailing > list for you! SIGN UP HERE > > Documentation about Travis > CI > > Have any questions? We're here to help. > Unsubscribe from build emails from the apache/httpcomponents-client > repository. > To unsubscribe from all build emails, please update your > settings. > > Travis CI GmbH, Rigaer Str. 8, 10427 Berlin, Germany | GF/CEO: Randy > Jacops | Contact: [email protected] | Amtsgericht Charlottenburg, > Berlin, HRB 140133 B | Umsatzsteuer-ID gemäß §27 a > Umsatzsteuergesetz: DE282002648 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
