Re: Anyone else sees SocketServerTest failing on trunk?

2015-06-01 Thread Jun Rao
Hmm, don't see the failure myself. Thanks, Jun On Sun, May 31, 2015 at 2:30 PM, Gwen Shapira wrote: > Hi, > > I'm running: > ./gradlew cleanTest test > > on trunk and all of SocketServerTest tests are failing with: > java.net.SocketException: Socket closed > at java.net.PlainSocket

Anyone else sees SocketServerTest failing on trunk?

2015-05-31 Thread Gwen Shapira
Hi, I'm running: ./gradlew cleanTest test on trunk and all of SocketServerTest tests are failing with: java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:33