-
Notifications
You must be signed in to change notification settings - Fork 471
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
ledger refactoring: test 6M assets/apps per account #3739
ledger refactoring: test 6M assets/apps per account #3739
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3739 +/- ##
=======================================
Coverage 49.66% 49.66%
=======================================
Files 392 392
Lines 68588 68590 +2
=======================================
+ Hits 34065 34068 +3
- Misses 30780 30781 +1
+ Partials 3743 3741 -2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in addition to the previous comments:
In test, we shouldn't use fmt.Printf. Instead, we should be using t.Log, or even better, logging.TestingLog
.
## Solution ledger refactoring: test 6M assets/apps per account resolves algorand/go-algorand-internal#1857 ## Testing This is a test
Solution
ledger refactoring: test 6M assets/apps per account
resolves https://github.com/algorand/go-algorand-internal/issues/1857
Testing
This is a test