Skip to content

Commit

Permalink
Testsystem: for now, move the REPL tests to node 1 (#44880)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Apr 6, 2022
1 parent 2944ee9 commit 7401e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@ move_to_node1("Distributed")
# Ensure things like consuming all kernel pipe memory doesn't interfere with other tests
move_to_node1("stress")
# Move `Pkg` tests to node 1 to fix stdin-related woes
# TODO: fix the Pkg tests so that they can run on any worker
# X-ref: https://github.com/JuliaLang/julia/pull/44828
move_to_node1("Pkg")
# TODO: fix the REPL tests so they can run on any worker
move_to_node1("REPL")

# 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

2 comments on commit 7401e92

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here.

Please sign in to comment.