Skip to content

Commit

Permalink
Update Pkg, and move tests to node 1 (#44828)
Browse files Browse the repository at this point in the history
* 🤖 Bump the Pkg stdlib from 53cefb5c to b5d23482

* Move `Pkg` to node 1

Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
staticfloat and DilumAluthge authored Apr 5, 2022
1 parent 6774185 commit 3fb132f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18f38eee1139922c8be59003feefc11e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
88b845543aa2678c1fbba5254fb0b2e27ae85204f12a4d883c189662833e0dc4e55938bc1db8233709e3f9a54e6292b703dc5c17285636c4db7f9e7ed41aeec3
2 changes: 1 addition & 1 deletion stdlib/Pkg.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PKG_BRANCH = master
PKG_SHA1 = 53cefb5c6ce8ee2710b581825130c477b6dd5d96
PKG_SHA1 = b5d23482bdba4ebe9c5106105dd31f6cafcf23a6
PKG_GIT_URL := https://github.com/JuliaLang/Pkg.jl.git
PKG_TAR_URL = https://api.github.com/repos/JuliaLang/Pkg.jl/tarball/$1
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ 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")
# Move `Pkg` tests to node 1 to fix stdin-related woes
# X-ref: https://github.com/JuliaLang/julia/pull/44828
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 3fb132f

Please sign in to comment.