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

Release preparation: Feature flag to disable configurable api parameters. #917

Merged
merged 3 commits into from
Mar 10, 2022

Conversation

winder
Copy link
Contributor

@winder winder commented Mar 9, 2022

Summary

Disable this feature for the next release.

@@ -77,7 +77,7 @@ func TestSchemaCheck(t *testing.T) {
type testingStruct struct {
name string
ddm *DisplayDisabledMap
expectError string
expectError []string
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This was flaky because the error string is generated according to maps being returned in a randomized order. So sometimes the tests with 2 values were swapped in the error string.

@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2022

Codecov Report

Merging #917 (badc5b2) into develop (82b9fe3) will decrease coverage by 0.04%.
The diff coverage is 13.04%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #917      +/-   ##
===========================================
- Coverage    57.98%   57.94%   -0.05%     
===========================================
  Files           40       40              
  Lines         4706     4713       +7     
===========================================
+ Hits          2729     2731       +2     
- Misses        1642     1646       +4     
- Partials       335      336       +1     
Impacted Files Coverage Δ
api/disabled_parameters.go 53.61% <0.00%> (-0.66%) ⬇️
cmd/algorand-indexer/main.go 33.33% <0.00%> (-1.22%) ⬇️
cmd/algorand-indexer/daemon.go 23.97% <15.78%> (+1.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 82b9fe3...badc5b2. Read the comment docs.

@winder winder merged commit def3543 into develop Mar 10, 2022
@winder winder deleted the will/params-feature-flag branch March 10, 2022 14:43
@winder winder changed the title Feature flag for query param configuration. Release preparation: Feature flag to disable configurable api parameters. Mar 10, 2022
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.

3 participants