During: pdr_backend/lake/test/test_duckdb_data_store.py ...............
We get a very non-descript error: Error: The operation was canceled.
Upon a re-run, I did notice that the test_duckdb_data_store.py hangs at that part, so that should be the way to isolate, but I still need to identify the specific test that hangs.
I need to investigate whether this is related to Github Action timeouts, lack of memory and if it also hangs locally.
Describe the bug It appears all our CI runs are now failing. See in latest run https://github.com/oceanprotocol/pdr-backend/actions/runs/10033348761/job/27732489676?pr=1425
During:
pdr_backend/lake/test/test_duckdb_data_store.py ...............
We get a very non-descript error:Error: The operation was canceled.
Upon a re-run, I did notice that the
test_duckdb_data_store.py
hangs at that part, so that should be the way to isolate, but I still need to identify the specific test that hangs.I need to investigate whether this is related to Github Action timeouts, lack of memory and if it also hangs locally.