-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Get/wait transaction by hash with internal indexer #14718
Conversation
⏱️ 19h 37m total CI duration on this PR
🚨 1 job on the last run was significantly faster/slower than expected
|
addade0
to
b9e8cac
Compare
216094e
to
bc84621
Compare
bc84621
to
f63503b
Compare
f63503b
to
b353c35
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
b353c35
to
e37a496
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@@ -158,6 +158,25 @@ impl InternalIndexerDBService { | |||
start_version = next_version; | |||
} | |||
} | |||
|
|||
// For internal testing | |||
pub async fn run_with_end_version( |
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.
nit: add #cfg[test]?
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.
thought of this. However, api tests are not using this flag to create test context. changing those tests is probably beyond this PR.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
95cb1d9
to
5ae992d
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5fff7b0
to
298c01a
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
298c01a
to
f028cae
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Description
Note: this PR is required to fix the flaky test as this adds the functionality to wait for internal indexer to have data before running tests
Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
updated unit test
Key Areas to Review
Checklist