-
Notifications
You must be signed in to change notification settings - Fork 91
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
importer: rewrite make integration #1485
Conversation
91ae9d8
to
8743741
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1485 +/- ##
===========================================
+ Coverage 65.45% 67.05% +1.59%
===========================================
Files 82 80 -2
Lines 11470 11278 -192
===========================================
+ Hits 7508 7562 +54
+ Misses 3391 3145 -246
Partials 571 571
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
return resp, body | ||
} | ||
|
||
// recreate tests from common.sh/create_delete_tests() |
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.
these tests are replicating those in common.sh/create_delete_tests(). Given how tedious it is to create the vb files, not all tests are replicated. Let me know if you see cases that should be covered.
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.
The one test which might be useful for backwards compatibility reasons is https://github.com/algorand/indexer/blob/develop/test/common.sh#L409
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.
LGTM
rewrite make integration tests as handler tests and remove importer code and reference.