Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7167

2016-08-26 Thread Pushkar N Kulkarni via swift-dev
I've just started working on loopback tests with a simple in-process http server, for URLSession. Pushkar N Kulkarni, IBM RuntimesSimplicity is prerequisite for reliability - Edsger W. Dijkstra -swift-dev-boun...@swift.org wrote: -To: Philippe Hausler From: Tony Parker v

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7167

2016-08-25 Thread Tony Parker via swift-dev
It seems like we have a bug to fix in the timeout logic if it didn’t stop after 12 (seconds I assume) and instead went for 45 minutes. Perhaps we need to accelerate plans to have our test suite start up some kind of local socket to send data over, so these tests are not connecting over the real

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #7167

2016-08-25 Thread Philippe Hausler via swift-dev
This is an un-related timeout on the build. This test took 8 seconds to pass func test_downloadTaskWithURL() { let urlString = "https://swift.org/LICENSE.txt"; let url = URL(string: urlString)! let d = DownloadTask(with: expectation(description: "download task with