hello friends, after a while I started to see agai...
# python
n
hello friends, after a while I started to see again random error failure in tests:
Copy code
RuntimeError: Task <Task pending name='Task-63' coro=<run_pulumi_func() running at /home/$USER/.local/share/virtualenvs/cmw2Vtk-i/lib/python3.9/site-packages/pulumi/runtime/stack.py:45> cb=[_run_until_complete_cb() at /usr/lib/python3.9/asyncio/base_events.py:184]> got Future <Task pending name='Task-760' coro=<get_resource.<locals>.do_get() running at /home/$USER/.local/share/virtualenvs/cmw2Vtk-i/lib/python3.9/site-packages/pulumi/runtime/resource.py:231> cb=[<TaskWakeupMethWrapper object at 0x7f8f73b7fdc0>()]> attached to a different loop
any idea?
r
n
looks very similar, but it seems I am experiencing this consistenly like 1 run passes and all the following ones fail for some time. The weird thing is that is seems it started to manifest itself again after we started to add a specific test for one of the ComponentResource we use and it seems to fail always in the exact same point. I will try to replicate the code and the test code to see if I can isolate and reproduce this constantly