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

[test](cosmos-sdk) config cache size #23

Closed
Tracked by #5 ...
kien6034 opened this issue Nov 10, 2024 · 1 comment
Closed
Tracked by #5 ...

[test](cosmos-sdk) config cache size #23

kien6034 opened this issue Nov 10, 2024 · 1 comment
Assignees
Labels
help wanted Extra attention is needed testing

Comments

@kien6034
Copy link

Problem definition
feature issue: #14

Changes made:
567f5aa

DefaultIAVLCacheSize       = 781_250
	IavlDisablefastNodeDefault = true

Tests that can check, when starting node, these value get set as the default config

@kien6034 kien6034 added help wanted Extra attention is needed testing labels Nov 10, 2024
@tnv1
Copy link

tnv1 commented Nov 27, 2024

Currently, we can not access iavlCacheSize and iavlDisableFastNode from store (because they're private fields and not exported public). So this test should be cover can get values same as default values when init app config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed testing
Projects
None yet
Development

No branches or pull requests

3 participants