[ARVADOS] updated: 1.3.0-1606-g49b6aa4e3

Git user git at public.curoverse.com
Thu Sep 12 18:04:24 UTC 2019


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

       via  49b6aa4e36ec8d83863bdfe215fa57c67580f053 (commit)
      from  c2c27beb2cb306608523874e23ef66424a10453a (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 49b6aa4e36ec8d83863bdfe215fa57c67580f053
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Thu Sep 12 14:04:06 2019 -0400

    15615: Don't retry skipped tests.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/apps/workbench/test/test_helper.rb b/apps/workbench/test/test_helper.rb
index 69cf43b1a..28a7fa513 100644
--- a/apps/workbench/test/test_helper.rb
+++ b/apps/workbench/test/test_helper.rb
@@ -360,7 +360,7 @@ module Minitest
           raise
         rescue Exception => e
           n += 1
-          raise if n > 2
+          raise if n > 2 || e.is_a?(Skip)
           STDERR.puts "Test failed, retrying (##{n})"
           retry
         end

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list