Skip to content

Commit

Permalink
Revert "Add debug info for flaky test_warmup_frees_pages"
Browse files Browse the repository at this point in the history
This reverts commit db3b814.

This debugging information is no longer needed.
  • Loading branch information
peterzhu2118 committed Oct 27, 2023
1 parent c201dbc commit d654d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_process.rb
Expand Up @@ -2776,7 +2776,7 @@ def test_warmup_frees_pages
# Number of pages freed should cause equal increase in number of allocatable pages.
assert_equal(total_pages_before, GC.stat(:heap_eden_pages) + GC.stat(:heap_allocatable_pages))
assert_equal(0, GC.stat(:heap_tomb_pages), GC.stat)
assert_equal(0, GC.stat(:heap_tomb_pages))
assert_operator(GC.stat(:total_freed_pages), :>, 0)
end;
end
Expand Down

0 comments on commit d654d58

Please sign in to comment.