Hey all,

Just to throw another data point in the ring, I've had a 
PR<https://github.com/apache/airflow/pull/19410> stuck in the same way as well. 
Several retries are all failing with the same OOM.


I've also dug through the Github Actions history and found a few others. So it 
doesn't seem to be just a one-off.


Cheers,
Niko

________________________________
From: Khalid Mammadov <khalidmammad...@gmail.com>
Sent: Tuesday, November 9, 2021 6:24 AM
To: dev@airflow.apache.org
Subject: [EXTERNAL] OOM issue in the CI


CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you can confirm the sender and know the 
content is safe.



Hi Devs,

I have been working on below PR for and run into OOM issue during testing on 
GitHub actions (you can see in commit history).

https://github.com/apache/airflow/pull/19139/files

The tests for databases Postgres, MySQL etc. fails due to OOM and docker gets 
killed.

I have reduced parallelism to 1 "in the code" temporarily (the only extra 
change in the PR) and it passes all the checks which confirms the issue.


I was hoping if you could advise the best course of action in this situation so 
I can force parallelism to 1 to get all checks passed or some other way to 
solve OOM?

Any help would be appreciated.


Thanks in advance

Khalid

Reply via email to