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

[apricot] implementation of GetRuntimeEntries rpc call #517

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

justonedev1
Copy link
Collaborator

No description provided.

apricot/local/service.go Outdated Show resolved Hide resolved
apricot/local/service.go Outdated Show resolved Hide resolved
apricot/local/service.go Outdated Show resolved Hide resolved
@justonedev1 justonedev1 requested a review from teo February 9, 2024 15:02
@justonedev1 justonedev1 force-pushed the OCTRL-548 branch 2 times, most recently from 4e26b12 to 8e02efa Compare February 13, 2024 12:43
apricot/local/service.go Show resolved Hide resolved
entries := make(map[string]string)
for _, key := range keys {
if entry, err := s.GetRuntimeEntry(component, key); err == nil {
entries[key] = entry
} else {
keysErrors = multierror.Append(keysErrors)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're not appending anything into your keysErrors here, otherwise the idea is right.

@teo teo merged commit 101f12d into AliceO2Group:master Feb 15, 2024
2 checks passed
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