control: Take empty namespace for 'root' #910
No reviewers
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#910
Loading…
Reference in a new issue
No description provided.
Delete branch "aarifullin/frostfs-node:fix/control-svc-root-ns"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Signed-off-by: Airat Arifullin a.arifullin@yadro.com
f2820071c6
toabf34b3b88
All tests are failing
@ -19,2 +19,3 @@
case control.ChainTarget_NAMESPACE:
return engine.NamespaceTarget(chainTarget.GetName()), nil
namespace := chainTarget.GetName()
// if namespace is empty, we take it for root namespace.
If it ends with
.
, it should start with a capital letter.Fixed! 👌
abf34b3b88
to1bbfe186ae