Skip to content

Commit

Permalink
Move Pkg tests to node 1
Browse files Browse the repository at this point in the history
This ensures that `Pkg` tests, which now use `redirect_stdin()` run on
node 1, which actually has an `stdin` available.
  • Loading branch information
staticfloat committed Apr 1, 2022
1 parent ecf2ee8 commit 6ab9f74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ move_to_node1("threads")
move_to_node1("Distributed")
# Ensure things like consuming all kernel pipe memory doesn't interfere with other tests
move_to_node1("stress")
# Pkg now uses `redirect_stdin()`, which fails unless its run on node 1
move_to_node1("Pkg")

# In a constrained memory environment, run the "distributed" test after all other tests
# since it starts a lot of workers and can easily exceed the maximum memory
Expand Down

0 comments on commit 6ab9f74

Please sign in to comment.