-
Notifications
You must be signed in to change notification settings - Fork 524
Tests: E2E testing C2C with ClearStateProgram #3693
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3693 +/- ##
=======================================
Coverage 49.91% 49.92%
=======================================
Files 382 382
Lines 64412 64412
=======================================
+ Hits 32150 32155 +5
+ Misses 28832 28828 -4
+ Partials 3430 3429 -1 ☔ View full report in Codecov by Sentry. |
michaeldiamant
left a comment
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.
@algoidurovic Thanks for the effort to extend C2C test coverage.
Friendly reminder:
- Before merging, run the indexer E2E tests locally as defined in https://github.com/algorand/go-algorand/tree/master/test#updating-indexer-e2e-test-input.
- After merging, ping me to perform the artifact upload. For now, the process is manual and there's a limited number of people with upload access.
|
For completeness: I uploaded a new indexer E2E artifact post-merge ( |
* fixed off-by-one error in the assembler's typeDig() and improved unit test * e2e test for CSP * added additional test and cleaned up unused variables * broadened test and corrected erroneous assumption about csp inner app calls
A simple E2E test to confirm inner app calls are able to be successfully issued to and from CSPs.