[ARVADOS] updated: ef439ae62e3b73ee81b428b64e62fe1fe13b32d0

Git user git at public.curoverse.com
Fri Sep 2 16:17:04 EDT 2016


Summary of changes:
 apps/workbench/test/integration_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ef439ae62e3b73ee81b428b64e62fe1fe13b32d0 (commit)
      from  8f5ef3058658c046cd25e4fff7b2f0ffafb79b77 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ef439ae62e3b73ee81b428b64e62fe1fe13b32d0
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Fri Sep 2 17:16:00 2016 -0300

    9858: Added Errno::EACCES exception handling just in case it tries to open a low port as a user.

diff --git a/apps/workbench/test/integration_helper.rb b/apps/workbench/test/integration_helper.rb
index c133de0..c94fc61 100644
--- a/apps/workbench/test/integration_helper.rb
+++ b/apps/workbench/test/integration_helper.rb
@@ -17,7 +17,7 @@ def available_port for_what
       STDERR.puts "Using port #{port} for #{for_what}"
       return port
     end
-  rescue Errno::EADDRINUSE => e
+  rescue Errno::EADDRINUSE, Errno::EACCES
     retry
   end
 end

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list