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

Feature flags #3030

Merged
merged 1 commit into from
Aug 22, 2019
Merged

Feature flags #3030

merged 1 commit into from
Aug 22, 2019

Conversation

sustrik
Copy link
Contributor

@sustrik sustrik commented Aug 22, 2019

This change is Reviewable

@sustrik sustrik requested a review from lukedirtwalker August 22, 2019 11:09
Copy link
Collaborator

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

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

Reviewed 18 of 18 files at r1.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @sustrik)


go/lib/env/features.go, line 28 at r1 (raw file):

type Features struct {
	// Following feature flags are used for testing. Do not remove.
	TestA bool

As discussed offline I would remove those flags. Just for having tests it's not worth it. After all the tests don't really test anything that would then be used in production.

Copy link
Contributor Author

@sustrik sustrik left a comment

Choose a reason for hiding this comment

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

Reviewable status: 8 of 10 files reviewed, 1 unresolved discussion (waiting on @lukedirtwalker)


go/lib/env/features.go, line 28 at r1 (raw file):

Previously, lukedirtwalker (Lukas Vogel) wrote…

As discussed offline I would remove those flags. Just for having tests it's not worth it. After all the tests don't really test anything that would then be used in production.

Done.

Copy link
Collaborator

@lukedirtwalker lukedirtwalker left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 2 of 10 files at r2.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@sustrik sustrik merged commit 4acb859 into scionproto:master Aug 22, 2019
@sustrik sustrik deleted the featureflags3 branch August 22, 2019 13:14
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.

2 participants