mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-08-25 23:48:41 +00:00
fix(flow): remove redundant schedule assertion
Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com>
This commit is contained in:
@@ -546,7 +546,6 @@ mod test {
|
||||
assert_eq!(due.scheduled_times_secs.len(), 3);
|
||||
for t in &due.scheduled_times_secs {
|
||||
assert_eq!(t % 60, 0);
|
||||
assert!(*t <= i64::MAX);
|
||||
}
|
||||
// skipped = total_count - keep_count with total_count =
|
||||
// (i64::MAX / 60) + 1 and keep_count = max_runs = 3.
|
||||
|
||||
Reference in New Issue
Block a user