Skip to content
Snippets Groups Projects
  1. Apr 11, 2016
  2. Apr 09, 2016
  3. Apr 07, 2016
  4. Apr 04, 2016
    • Daniel Gerhardt's avatar
      Merge branch 'fix_testports' · 9f571c2b
      Daniel Gerhardt authored
      In some cases the Socket.IO servers used in test cases are not closed
      when starting a new test. In this cases the tests will fail with
      an address conflict because an other Socket.IO server is still running.
      
      Using a new port, starting with previous defined port 1234 up to 1243 will
      assign every new created Socket.IO server an other address/port.
      
      An address conflict will still occure if an other service is running on
      ports from 1234 to 1243, so it is generally a bad idea to have tests in the
      hope that no side effects will occure from outside of application scope.
      
      Closes GH-34
      9f571c2b
    • Paul-Christian Volkmer's avatar
      To prevent address conflicts for Socket.IO use upcounting port offset · 694f2580
      Paul-Christian Volkmer authored
      In some cases the Socket.IO servers used in test cases are not closed
      when starting a new test. In this cases the tests will fail with
      an address conflict because an other Socket.IO server is still running.
      
      Using a new port, starting with previous defined port 1234 up to 1243 will
      assign every new created Socket.IO server an other address/port.
      
      An address conflict will still occure if an other service is running on
      ports from 1234 to 1243, so it is generally a bad idea to have tests in the
      hope that no side effects will occure from outside of application scope.
      694f2580
  5. Mar 31, 2016
  6. Mar 22, 2016
  7. Mar 17, 2016
  8. Mar 15, 2016
  9. Mar 11, 2016
  10. Mar 09, 2016
  11. Mar 08, 2016
  12. Mar 06, 2016
  13. Mar 02, 2016
  14. Feb 22, 2016
  15. Feb 21, 2016
  16. Feb 19, 2016
  17. Feb 18, 2016
  18. Feb 17, 2016
  19. Feb 08, 2016