Skip to content

Commit

Permalink
Temporarily move the REPL test suite to node 1, to buy us time unti…
Browse files Browse the repository at this point in the history
…l we fix the underlying bugs (#44961)
  • Loading branch information
DilumAluthge committed Apr 13, 2022
1 parent b6a6875 commit 322fd70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ move_to_node1("Distributed")
# Ensure things like consuming all kernel pipe memory doesn't interfere with other tests
move_to_node1("stress")

# TODO: remove `REPL` from the "move to node 1" tests.
# We first need to fix the underlying bugs that are causing the `REPL` tests to frequently
# fail on the `test x86_64-apple-darwin` tester on Buildkite.
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
limited_worker_rss && move_to_node1("Distributed")
Expand Down

0 comments on commit 322fd70

Please sign in to comment.