oceanprotocol / pdr-backend

Instructions & code to run predictoors, traders, more.
Apache License 2.0
33 stars 24 forks source link

[CI] Github Actions tests fail with "operation cancelled" #1430

Closed calina-c closed 4 months ago

calina-c commented 4 months ago

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.

calina-c commented 4 months ago

It suddenly passed and happened in the context of known outages, so closing for now.