Re: Integration tests failing in Pulsar CI with error code 137 (out of memory error)

2021-07-22 Thread Lari Hotari
After a few more attempts, the issue was resolved. It seems that GitHub made a change in their latest update to VMs which leaves less memory available for builds. The root cause of the issue seemed that swap space had been disabled for some builds a long time ago to save diskspace. Re-enabling the

Re: Integration tests failing in Pulsar CI with error code 137 (out of memory error)

2021-07-21 Thread Lari Hotari
I pushed PR https://github.com/apache/pulsar/pull/11414 to fix the issue. Let's see if it does. -Lari On Wed, Jul 21, 2021 at 2:28 PM Lari Hotari wrote: > Hi all, > > There are several integration test jobs failing where the docker container > run by Testcontainers gets terminated with error co

Integration tests failing in Pulsar CI with error code 137 (out of memory error)

2021-07-21 Thread Lari Hotari
Hi all, There are several integration test jobs failing where the docker container run by Testcontainers gets terminated with error code 137 (maps to out of memory error). The failing jobs are: CI - Integration - Sql - https://github.com/apache/pulsar/actions/workflows/ci-integration-sql.yaml (mo