jayhack / prefect

The easiest way to coordinate your dataflow

Home Page:https://prefect.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flaky test `test_flow_run_lateness_when_pending`

jayhack opened this issue · comments

First check

  • I am a contributor to the Prefect codebase

Description

tests/server/models/test_orm.py::TestExpectedStartTimeDelta::test_flow_run_lateness_when_pending - assert Duration(minutes=1, seconds=1, microseconds=451878) < Duration(minutes=1, seconds=1)
 +  where Duration(minutes=1, seconds=1, microseconds=451878) = FlowRun(id=7a5440a4-e1da-483a-91a6-92cfadf1d04c).estimated_start_time_delta
 +  and   Duration(minutes=1, seconds=1) = <function duration at 0x7f89cd886550>(seconds=61)
 +    where <function duration at 0x7f89cd886550> = pendulum.duration

e.g. https://github.com/PrefectHQ/prefect/actions/runs/4432416211/jobs/7776429835

Impact

No response

Additional context

No response