Skip to content

transaction-bench: add integration test#37

Open
KirillLykov wants to merge 2 commits intoanza-xyz:masterfrom
KirillLykov:klykov/add-int-test
Open

transaction-bench: add integration test#37
KirillLykov wants to merge 2 commits intoanza-xyz:masterfrom
KirillLykov:klykov/add-int-test

Conversation

@KirillLykov
Copy link
Contributor

@KirillLykov KirillLykov commented Mar 22, 2026

This PR adds integration test and extract run_client function from the main.rs into separate module so that it is possible to use for integration test.

@KirillLykov KirillLykov requested a review from fkouteib March 22, 2026 13:29
Copy link
Contributor

@fkouteib fkouteib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

overall lgtm. couple minor comments

for _ in 0..10 {
receiver.try_iter().for_each(|response| {
if let Some(err) = response.value.err {
// sometimes block is not ready, see issues/33462
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should use a full agave (?) url here

workers_pull_size: 1,
send_fanout: 1,
compute_unit_price: Some(100),
leader_tracker: LeaderTracker::PinnedLeaderTracker { address: tpu_addr }, //LeaderTracker::WsLeaderTracker,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove commented/dead code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants