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

[RD-34] Fix default namespace management #498

Merged
merged 2 commits into from
Dec 2, 2021
Merged

Conversation

lucasreed
Copy link
Contributor

@lucasreed lucasreed commented Dec 2, 2021

Because we already populate the default namespace for a given release during the course file parse there's no need to try and create it here. It will be created in the forloop below the removed code.

This should fix some of the e2e tests because it was attempting to create the default namespace twice before.

@sudermanjr
Copy link
Member

I'm not sure I understand why this is necessary. Would you mind adding a description?

@lucasreed lucasreed linked an issue Dec 2, 2021 that may be closed by this pull request
@sonarcloud
Copy link

sonarcloud bot commented Dec 2, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@lucasreed lucasreed merged commit 28ed9cf into master Dec 2, 2021
@lucasreed lucasreed deleted the lr/namespace_management branch December 2, 2021 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Go version] default namespace management
2 participants