Skip to content

Commit 431137c

Browse files
committed
temp: retrying?
1 parent 5a36fb8 commit 431137c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cases/helper_cockroachdb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def run_one_method(klass, method_name, reporter)
114114

115115
retryable = res.error? && res.failures.any? { _1.message.include?("ActiveRecord::InvalidForeignKey") }
116116
(final_res = res) && break unless retryable
117-
117+
puts "☢️ Retrying test #{method_name}"
118118
end
119119

120120
# report message from first failure or from success

0 commit comments

Comments
 (0)