Skip to content

Commit 7b062d4

Browse files
committed
updated the statement
1 parent af96288 commit 7b062d4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

feature_integration_tests/test_scenarios/rust/src/scenarios/lifecycle/launch_manager_support.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ impl Scenario for DependencyOrdering {
126126
test_input.checkpoint_count
127127
);
128128

129-
// Demonstrate sequential API usage
129+
// Demonstrate sequential checkpoint progression (simulation only).
130130
for i in 0..test_input.checkpoint_count {
131-
info!("Reported checkpoint init_step_{} in sequence", i);
131+
info!("Simulated checkpoint init_step_{} in sequence", i);
132132
thread::sleep(Duration::from_millis(
133133
test_input.test_duration_ms / test_input.checkpoint_count as u64,
134134
));
135135
}
136136

137-
info!("All checkpoints reported in correct sequential order");
137+
info!("All checkpoints simulated in correct sequential order");
138138

139139
Ok(())
140140
}

0 commit comments

Comments
 (0)