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

Cleanups in local.Service interface and better test coverage #654

Merged
merged 3 commits into from
Feb 25, 2025

Conversation

knopers8
Copy link
Collaborator

Some preparatory work for OCTRL-980, which includes:

  • aligning the internal local.Service interface to use consistently go structures for returning many elements, so it's easier to use internally. API is preserved as it was.
  • extending test suites for local (apricot) and template packages, to cover the changes above, but not only.

This aligns methods offered by Service to return []string instead of JSON string or space-separated values in a string, making it easier to handle internally.
Translation to any particular format, be it JSON, is performed by the API code.
@knopers8 knopers8 merged commit c71657a into AliceO2Group:master Feb 25, 2025
2 checks passed
@knopers8 knopers8 deleted the tests-service branch February 25, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants