Skip to content

🤖 [master] Bump the Distributed stdlib from c613685 to 8890288 #57169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

DilumAluthgeBot
Copy link
Contributor

Stdlib: Distributed
URL: https://github.com/JuliaLang/Distributed.jl
Stdlib branch: master
Julia branch: master
Old commit: c613685
New commit: 8890288
Julia version: 1.12.0-DEV
Distributed version: 1.11.0(Does not match)
Bump invoked by: @IanButterworth
Powered by: BumpStdlibs.jl

Diff: JuliaLang/Distributed.jl@c613685...8890288

$ git log --oneline c613685..8890288
8890288 Merge pull request #127 from JuliaLang/ib/fix_ambiguity
85ab2a2 Merge branch 'master' into ib/fix_ambiguity
2c0e979 fix inverted timedwait logic (#128)
c625f16 fix both remotecall_pool remotecall waits to ignore errors
7b902bd add Aqua tests (disabled on buildkite)
d6a97fa Add CachingPool method for remotecall
e4bd504 Merge pull request #120 from JuliaLang/workerpool-remotecall
0887df4 Merge pull request #125 from JuliaLang/kf/jlsetconst
89b4cd3 Specialize remotecall_pool(remotecall) to wait for the remotecall
52d5703 Don't use internal jl_set_const to create constants
1c7eb92 Merge pull request #122 from JuliaLang/threadsafety
8494bbd Create workers only once in the thread-safety tests
614f4c8 wait for remote isready as a simpler test
5cb33b9 loop flaky test in case of regression
4b88f56 wrap distributed_exec subprocess tests in a testset, with cmd as context
2b0ba72 fix tests not including the stdlib cache depots
8c8ab0c monitor sub-subprocesses for error stdio
9586e95 CI setup tweaks
6c62c7e sig profile hanging workers before SIGKILL
4dc2638 use proper test skip mechanism for SO_REUSEPORT
5d3c130 enable excluded threadunsafe tests
aebd970 revert to necessary `@async`s
9082665 Set timeout to 30 mins
1c4e433 fix macos ci setup for apple silicon runners
a51e1eb Use multiple threads in CI
a9eaacb Always access worker state atomically
ac60df7 Replace a timeout task with timedwait()
ff34f4c Merge pull request #123 from nickrobinson251/npr-export-remotecall_eval
2344bdd Export `remotecall_eval`
0e27cd1 Merge pull request #101 from JamesWrigley/jps/threadsafe_workerstate
90041ca Keep most 'client oriented' tasks in the same threadpool
56329d5 Use timedwait() in check_master_connect()
a460f9f Replace `@async` with `Threads.@spawn`
96e0294 Use errormonitor() in a few places
d7f6faf init_multi: Be more thread-safe
1b532c1 use atomic field
47c9f3e Make worker state variable threadsafe
1c16bc6 Add gitignore
3b9e4fd Merge pull request #118 from JuliaLang/racey-tests
f9d3d89 Fix a race condition in the tests
51fe0e4 Merge pull request #117 from JuliaLang/timeout
766f8c3 Replace a timeout task with timedwait()
3a43532 Merge pull request #115 from JuliaLang/readme
eb6f6b4 Reformat README and update development instructions

@IanButterworth IanButterworth added stdlib Julia's standard library merge me PR is reviewed. Merge when all tests are passing labels Jan 27, 2025
@IanButterworth
Copy link
Member

IanButterworth commented Jan 27, 2025

CI retries look worse than usual here because of unrelated Windows CI issues (transient busybox issue and the common windows boot failure)

@IanButterworth IanButterworth merged commit c19a6bb into JuliaLang:master Jan 27, 2025
9 checks passed
@DilumAluthge DilumAluthge deleted the BumpStdlibs/Distributed-8890288-master branch January 27, 2025 20:19
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Jan 27, 2025
@Keno
Copy link
Member

Keno commented Jan 28, 2025

make test-Distributed fails locally after this bump due to the missing Aqua dependency. Needs to be disabled and made CI only in the repo or add appropriate auto-install logic.

@DilumAluthge
Copy link
Member

Making it CI only seems like the quickest fix.

@IanButterworth
Copy link
Member

Yeah. I'll do that. If you actually want to test Distributed locally you should be able to do pkg> test Distributed

@DilumAluthge
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Julia's standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants