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.
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
Algod Importer: Longer Timeout #133
Algod Importer: Longer Timeout #133
Changes from 13 commits
657d63e
2e11682
4929344
1f7f332
0a6b5f1
6167447
54b7ef3
28103ec
5a3ab07
d176abc
0eaf8c5
6cd5101
0a47a90
634a323
c82682d
b9fd399
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 75 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L71-L75
Check warning on line 78 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L78
Check warning on line 169 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L168-L169
Check warning on line 172 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L172
Check warning on line 187 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L187
Check warning on line 373 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L373
Check warning on line 381 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L381
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.
@shiqizng - as you pointed out yesterday, at face value it's hard to tell which round was which so I've added "retrieved" for the value gotten back from the endpoint vs. "expected" which is the importer's expectation.
Check warning on line 444 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L443-L444
Check warning on line 473 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L471-L473
Check warning on line 476 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L476
Check warning on line 503 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L502-L503
Check warning on line 516 in conduit/plugins/importers/algod/algod_importer.go
Codecov / codecov/patch
conduit/plugins/importers/algod/algod_importer.go#L516
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.
Make it a little easier to find the failing needle in the printouts haystack since we aren't using
require
assertions.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.
I think you should use
!found
as the condition, in tests that provide multiple log entries would printWE HAVE A PROBLEM
for all checks after the first one.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.
b9fd399