Skip to content
  1. Apr 16, 2013
    • Carl Harris's avatar
      reduce timing sensitivity in SocketConnectorBaseTest · bec02c08
      Carl Harris authored
      testConnectionFails was expecting the connector thread to exit after
      being interrupted, with latency no greater than the configured delay
      between connection attempts.  However, the call to
      SocketFactory.createSocket may not return immediately on interrupt.  
      
      Now, we allow 4 * DELAY for the thread to exit. This commit should allow
      more than enough tolerance, but (as it generally has no effect on the
      run duration of the test) we could increase the allowed delay even
      further if it proves too sensitive to timing variations on the build
      system.
      bec02c08
  2. Apr 15, 2013
  3. Apr 14, 2013
  4. Apr 12, 2013
  5. Apr 11, 2013