Got it, thanks! On Mon, Aug 30, 2021 at 7:09 PM Luke Cwik <[email protected]> wrote:
> Most folks test using TestStream since they can inject data and control > quiescence within the pipeline. > > On Mon, Aug 30, 2021 at 3:51 AM Quentin Sommer <[email protected]> > wrote: > >> Hi, >> >> I'm working on a python streaming pipeline and I'm trying to simulate >> different execution times to test business logic depending on current time >> + records data. When I freeze the time using freezegun >> <https://github.com/spulec/freezegun> the TestPipeline never finishes. >> I'm guessing it is waiting for some time to pass but as the time is frozen >> it never changes. >> Do you know any workaround or a different approach to test this? >> >> Best >> >
