Skip to content

Commit

Permalink
Move ccall tests to node 1 (#50350)
Browse files Browse the repository at this point in the history
The ccall tests seems to be a very common failure point so move it to
node 1 because it usually has less maxrss.
  • Loading branch information
gbaraldi committed Jun 30, 2023
1 parent 8fc641c commit 92437c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ function move_to_node1(t)
end

# Base.compilecache only works from node 1, so precompile test is handled specially
move_to_node1("ccall")
move_to_node1("precompile")
move_to_node1("SharedArrays")
move_to_node1("threads")
Expand Down

0 comments on commit 92437c2

Please sign in to comment.