-
Notifications
You must be signed in to change notification settings - Fork 79
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
support multi txns testing #555
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
f80db7e
to
0a38648
Compare
411531a
to
54b9e77
Compare
@@ -5,7 +5,6 @@ | |||
"coin_type": "0x1::aptos_coin::AptosCoin", | |||
"supply": "18544645433533405815", | |||
"transaction_timestamp": "2022-10-13T01:46:57", | |||
"transaction_epoch": 746, | |||
"inserted_at": "2024-10-15T05:16:56.913064" |
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.
weird. I thought these inserted_at
fields were removed in a previous PR already
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.
this rebasing is tricky.. they are removed in the next stacked pr.
db_url: &str, | ||
) -> (IndexerProcessorConfig, &'static str) { | ||
let transaction_stream_config = | ||
test_context.create_transaction_stream_config(txn_version, txn_count as u64); |
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.
@@ -98,4 +116,54 @@ mod tests { | |||
} | |||
} | |||
} | |||
|
|||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)] | |||
async fn testnet_events_processor_db_output_scenario_testing() { |
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.
0a38648
to
006e9aa
Compare
54b9e77
to
597e4e2
Compare
006e9aa
to
7fa5c46
Compare
597e4e2
to
f8bb07c
Compare
7fa5c46
to
7648c32
Compare
f8bb07c
to
3e81f8f
Compare
3e81f8f
to
b2cad77
Compare
No description provided.