Re: [swift-corelibs-dev] URLSession test fest!

2017-03-14 Thread Pushkar N Kulkarni via swift-corelibs-dev
i <vast.gra...@gmail.com>Date: 03/10/2017 04:47AMCc: Pushkar N Kulkarni <pushkar...@in.ibm.com>, swift-corelibs-dev <swift-corelibs-dev@swift.org>Subject: Re: [swift-corelibs-dev] URLSession test fest!Just one outside data point on this: as someone who's been wanting to cont

Re: [swift-corelibs-dev] URLSession test fest!

2017-03-10 Thread Tony Parker via swift-corelibs-dev
er mailto:anthony.par...@apple.com>> > From: Peter Tomaselli mailto:vast.gra...@gmail.com>> > Date: 03/10/2017 04:47AM > Cc: Pushkar N Kulkarni <mailto:pushkar...@in.ibm.com>>, swift-corelibs-dev > mailto:swift-corelibs-dev@swift.org>> > Subject: Re: [swift-corelibs

Re: [swift-corelibs-dev] URLSession test fest!

2017-03-10 Thread David Sweeris via swift-corelibs-dev
> On Jan 25, 2017, at 2:02 AM, Pushkar N Kulkarni via swift-corelibs-dev > wrote: > > That sounds like a great plan, Tony! I am keen on contributing. > > We all know that current set of unit tests for URLSession are extremely > trivial and nowhere close to it's real-world use cases! We've tr

Re: [swift-corelibs-dev] URLSession test fest!

2017-03-09 Thread Pushkar N Kulkarni via swift-corelibs-dev
Kulkarni <pushkar...@in.ibm.com>, swift-corelibs-dev <swift-corelibs-dev@swift.org>Subject: Re: [swift-corelibs-dev] URLSession test fest!Just one outside data point on this: as someone who's been wanting to contribute to the test fest, I agree that being able to test against http

Re: [swift-corelibs-dev] URLSession test fest!

2017-03-09 Thread Peter Tomaselli via swift-corelibs-dev
tFoundation? >> >> >> Pushkar N Kulkarni, >> IBM Runtimes >> >> Simplicity is prerequisite for reliability - Edsger W. Dijkstra >> >> >> >> -swift-corelibs-dev-boun...@swift.org wrote: - >> To: swift-corelibs-dev >>

Re: [swift-corelibs-dev] URLSession test fest!

2017-03-09 Thread Tony Parker via swift-corelibs-dev
-swift-corelibs-dev-boun...@swift.org > <mailto:-swift-corelibs-dev-boun...@swift.org> wrote: - > To: swift-corelibs-dev <mailto:swift-corelibs-dev@swift.org>> > From: Tony Parker via swift-corelibs-dev > Sent by: swift-corelibs-dev-boun...@swift.org > <

Re: [swift-corelibs-dev] URLSession test fest!

2017-03-09 Thread Pushkar N Kulkarni via swift-corelibs-dev
ty is prerequisite for reliability - Edsger W. Dijkstra -swift-corelibs-dev-boun...@swift.org wrote: -To: swift-corelibs-dev <swift-corelibs-dev@swift.org>From: Tony Parker via swift-corelibs-dev Sent by: swift-corelibs-dev-boun...@swift.orgDate: 01/25/2017 01:13AMSubject: [swift-c

Re: [swift-corelibs-dev] URLSession test fest!

2017-02-03 Thread Peter Tomaselli via swift-corelibs-dev
eaking the CI builds, causing much agony > to many! Can you tell me more about this solution you propose? > > > > Thanks! > > Pushkar N Kulkarni, > IBM Runtimes > > *Simplicity is prerequisite for reliability - Edsger W. Dijkstra* > > > > -swift-corelibs-dev-b

Re: [swift-corelibs-dev] URLSession test fest!

2017-02-02 Thread Pushkar N Kulkarni via swift-corelibs-dev
relibs-dev-boun...@swift.org wrote: -To: swift-corelibs-dev <swift-corelibs-dev@swift.org>From: Peter Tomaselli via swift-corelibs-dev Sent by: swift-corelibs-dev-boun...@swift.orgDate: 02/03/2017 08:11AMSubject: Re: [swift-corelibs-dev] URLSession test fest!Following up on this…I’m wonder

Re: [swift-corelibs-dev] URLSession test fest!

2017-02-02 Thread Peter Tomaselli via swift-corelibs-dev
Following up on this… I’m wondering if anyone has any info on what happened with the (rather more elaborate) “loopback” server and set of tests from @danieleggert’s PR #299: https://github.com/apple/swift-corelibs-foundation/pull/299

Re: [swift-corelibs-dev] URLSession test fest!

2017-01-31 Thread Peter Tomaselli via swift-corelibs-dev
Rad, thanks Tony. I can run all the tests now. Hoping to have some time soon to dig in and see if I can make a contribution. Love that this thing is spinning up its own HTTP server for this — seems real fun. Cheers, Peter > On Jan 30, 2017, at 5:46 PM, Tony Parker wrote: > > I see what this

Re: [swift-corelibs-dev] URLSession test fest!

2017-01-30 Thread Tony Parker via swift-corelibs-dev
I see what this problem is. I’ll have a PR up shortly to fix it. - Tony > On Jan 30, 2017, at 2:33 PM, Tony Parker via swift-corelibs-dev > wrote: > > Hi Peter, > >> On Jan 29, 2017, at 11:05 AM, Peter Tomaselli via swift-corelibs-dev >> mailto:swift-corelibs-dev@swift.org>> wrote: >> >> Hi

Re: [swift-corelibs-dev] URLSession test fest!

2017-01-30 Thread Tony Parker via swift-corelibs-dev
Hi Peter, > On Jan 29, 2017, at 11:05 AM, Peter Tomaselli via swift-corelibs-dev > wrote: > > Hi all, another new person here. Perfect, the more the merrier. > This sounded like a lot of fun so I figured I would try and pitch in! > However, I’m unable to get off the ground getting the curren

Re: [swift-corelibs-dev] URLSession test fest!

2017-01-29 Thread Peter Tomaselli via swift-corelibs-dev
Hi all, another new person here. This sounded like a lot of fun so I figured I would try and pitch in! However, I’m unable to get off the ground getting the current tests running. I’m sure it’s something I’m doing wrong, since I am completely new to the project, but I’d love it if anyone had any

Re: [swift-corelibs-dev] URLSession test fest!

2017-01-27 Thread Tony Parker via swift-corelibs-dev
Hi Paul, > On Jan 27, 2017, at 12:51 AM, Paul Stringer via swift-corelibs-dev > wrote: > > Hi Tony, > > First post and excited to join the party. Great, welcome! > > I'm sure this may have been solved many times over by the community already. > Maybe we can collect some ideas on this. In t

Re: [swift-corelibs-dev] URLSession test fest!

2017-01-27 Thread Paul Stringer via swift-corelibs-dev
Hi Tony, First post and excited to join the party. I'm sure this may have been solved many times over by the community already. Maybe we can collect some ideas on this. In the spirit of a small step to get things moving forward I'm sharing my own approach which has proven very effective for ma

Re: [swift-corelibs-dev] URLSession test fest!

2017-01-25 Thread Pushkar N Kulkarni via swift-corelibs-dev
e: -To: swift-corelibs-dev <swift-corelibs-dev@swift.org>From: Tony Parker via swift-corelibs-dev Sent by: swift-corelibs-dev-boun...@swift.orgDate: 01/25/2017 06:43AMSubject: [swift-corelibs-dev] URLSession test fest!Hi everyone,As we’re wrapping up Swift 3.1, I think it’d be a great oppor

[swift-corelibs-dev] URLSession test fest!

2017-01-24 Thread Tony Parker via swift-corelibs-dev
Hi everyone, As we’re wrapping up Swift 3.1, I think it’d be a great opportunity to have a quality focus area on one of our most important APIs: URLSession. If you’ve been wondering how to make a meaningful contribution, this is the perfect time. It’d be great to greatly expand both unit test a