mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-11 01:33:11 +00:00
Log detailed expectation success summaries
This commit is contained in:
parent
a54eb53697
commit
b3dd758b14
@ -248,9 +248,13 @@ impl Expectation for DaWorkloadExpectation {
|
||||
}
|
||||
|
||||
tracing::info!(
|
||||
planned = planned_total,
|
||||
inscriptions = planned_total - missing_inscriptions.len(),
|
||||
blobs_observed = observed_total_blobs,
|
||||
planned_channels = planned_total,
|
||||
channels_with_blobs = channels_with_blobs.len(),
|
||||
inscriptions_observed = planned_total - missing_inscriptions.len(),
|
||||
observed_total_blobs,
|
||||
expected_total_blobs,
|
||||
required_blobs,
|
||||
observed_blocks,
|
||||
"DA inclusion expectation satisfied"
|
||||
);
|
||||
|
||||
|
||||
@ -156,6 +156,7 @@ impl Expectation for TxInclusionExpectation {
|
||||
observed,
|
||||
required,
|
||||
expected = state.expected,
|
||||
min_inclusion_ratio = MIN_INCLUSION_RATIO,
|
||||
"tx inclusion expectation satisfied"
|
||||
);
|
||||
Ok(())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user