Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ruby/test/integration/minitest_redis_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ def test_max_test_failed
)
end

refute_predicate $?, :success?
assert_equal 1, $?.exitstatus
assert_equal 'This worker is exiting early because too many failed tests were encountered.', err.chomp
output = normalize(out.lines.last.strip)
assert_equal 'Ran 47 tests, 47 assertions, 3 failures, 0 errors, 0 skips, 44 requeues in X.XXs', output
Expand Down
Loading