-
Notifications
You must be signed in to change notification settings - Fork 491
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
Tests: E2E testing C2C with ClearStateProgram #3693
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3693 +/- ##
=======================================
Coverage 49.91% 49.91%
=======================================
Files 382 382
Lines 64412 64412
=======================================
+ Hits 32150 32152 +2
+ Misses 28832 28831 -1
+ Partials 3430 3429 -1
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.
@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.