Skip to content
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

runtime consolidation: refactoring #2398

Merged
merged 7 commits into from
Apr 21, 2024
Merged

Conversation

davidjgoss
Copy link
Contributor

This PR makes some non-breaking refactors around the runtime area, namely:

  • Inclusion of a workerId with a message is now the responsibility of the runtime-agnostic test case runner, so we don't have messages being created across many parts of the code
  • Use of a single coordinates block rather than passing around all three arrays of paths everywhere

Small first step to #2357.

@davidjgoss davidjgoss added the 🏦 debt Tech debt label Apr 21, 2024
@coveralls
Copy link

coveralls commented Apr 21, 2024

Coverage Status

coverage: 98.395% (-0.002%) from 98.397%
when pulling e41ba5a on feat/runtime-consolidation-part-1
into 2c147a8 on main.

@davidjgoss davidjgoss merged commit 8f96d9f into main Apr 21, 2024
8 checks passed
@davidjgoss davidjgoss deleted the feat/runtime-consolidation-part-1 branch April 21, 2024 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏦 debt Tech debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants