test: large generated accountdb cluster test#4772
Merged
algorandskiy merged 17 commits intoalgorand:masterfrom Nov 17, 2022
Merged
test: large generated accountdb cluster test#4772algorandskiy merged 17 commits intoalgorand:masterfrom
algorandskiy merged 17 commits intoalgorand:masterfrom
Conversation
Contributor
algorandskiy
left a comment
There was a problem hiding this comment.
Could you also post command line on how to generate the db and run a test with it?
| } | ||
|
|
||
| //initial state | ||
| log := logging.NewLogger() |
Contributor
There was a problem hiding this comment.
this inits local var, not global one. Maybe move it into init() ?
Contributor
|
@brianolson please rebase on master to fix the build, and add usage examples into the PR description (what to run cli to have 30M accounts pregenerated before the test) |
Codecov Report
@@ Coverage Diff @@
## master #4772 +/- ##
==========================================
- Coverage 54.68% 54.68% -0.01%
==========================================
Files 414 414
Lines 53550 53561 +11
==========================================
+ Hits 29286 29291 +5
- Misses 21836 21842 +6
Partials 2428 2428
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
shiqizng
reviewed
Nov 16, 2022
algorandskiy
approved these changes
Nov 17, 2022
This was referenced Nov 21, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Repair features for generating pre-built account database with many accounts already in it (to test sqlite3 account db performance at different sizes).
Test Plan
This is used in cluster tests.