Skip to content

Giant refactor to move all global state into a ClusterContext#61

Open
JamesWrigley wants to merge 2 commits intomasterfrom
context
Open

Giant refactor to move all global state into a ClusterContext#61
JamesWrigley wants to merge 2 commits intomasterfrom
context

Conversation

@JamesWrigley
Copy link
Collaborator

The main reason is to make it easier to execute a precompilation workload. Other possible future uses are simplifying the tests by reinitializing the context in each testset so that there's guaranteed to not be any old state from previous tests, and multi-cluster support.

Written with help from Claude 🤖

The main reason is to make it easier to execute a precompilation workload. Other
possible future uses are simplifying the tests by reinitializing the context in
each testset so that there's guaranteed to not be any old state from previous
tests, and multi-cluster support.
@JamesWrigley JamesWrigley requested a review from jpsamaroo March 22, 2026 11:40
@JamesWrigley JamesWrigley self-assigned this Mar 22, 2026
@JamesWrigley JamesWrigley added the enhancement New feature or request label Mar 22, 2026
@codecov
Copy link

codecov bot commented Mar 22, 2026

Codecov Report

❌ Patch coverage is 92.94118% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.21%. Comparing base (f79539f) to head (ca7d19e).

Files with missing lines Patch % Lines
src/cluster.jl 92.38% 8 Missing ⚠️
src/remotecall.jl 91.30% 2 Missing ⚠️
src/process_messages.jl 91.66% 1 Missing ⚠️
src/workerpool.jl 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
- Coverage   88.54%   88.21%   -0.33%     
==========================================
  Files          12       12              
  Lines        2235     2232       -3     
==========================================
- Hits         1979     1969      -10     
- Misses        256      263       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@JamesWrigley
Copy link
Collaborator Author

If there's no objections I'll merge this at the end of the week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant