Skip to content

Commit

Permalink
Revert "Serialization: disable IPC test until #3184 is solved (#3246)" (
Browse files Browse the repository at this point in the history
#3368)

* Revert "Serialization: disable IPC test until #3184 is solved (#3246)"

This reverts commit 67ccc93.

* tests: remove GC.gc() before IPC tests
  • Loading branch information
benlorenz authored Feb 15, 2024
1 parent 0357e9c commit 449a824
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,10 @@ stats = reduce(merge, pmap(testlist) do x

# this needs to run here to make sure it runs on the main process
# it is in the ignore list for the other tests
#
# FIXME: disabled until #3184 is solved
#if numprocs == 1 && test_subset != "short"
# # to debug GC corruption errors
# GC.gc()
# GC.gc()
#
# println("Starting tests for Serialization/IPC.jl")
# push!(stats, Oscar._timed_include("Serialization/IPC.jl", Main))
#end
if numprocs == 1 && test_subset != "short"
println("Starting tests for Serialization/IPC.jl")
push!(stats, Oscar._timed_include("Serialization/IPC.jl", Main))
end

if haskey(ENV, "GITHUB_STEP_SUMMARY")
open(ENV["GITHUB_STEP_SUMMARY"], "a") do io
Expand Down

0 comments on commit 449a824

Please sign in to comment.