Dpk376 commented on PR #5659:
URL: https://github.com/apache/fineract/pull/5659#issuecomment-4175049276
Hi @adamsaghy
---
CI is failing in E2E shards due to an OpenAPI Generator OOM, not an actual
feature/test failure.
- Failing checks:
- E2E Tests (Shard 5 of 15): `Execution failed for task
':fineract-client:buildJavaSdk' -> Java heap space` (job `69308933030`)
- E2E Tests (Shard 9 of 15): same OOM in `:fineract-client:buildJavaSdk`
(job `69308933051`)
- The runner then reports the feature as failed (e.g. `Loan-Part3.feature`,
`EMICalculation-Part2.feature`), but the underlying cause is the Gradle build
step OOM.
Question: would you prefer we address this by
1) serializing OpenAPI Generator `GenerateTask`s via a Gradle
`SharedBuildService` limiter (so `buildJavaSdk` tasks don’t run concurrently),
or
2) tweaking the E2E workflow/Gradle memory settings to avoid the heap OOM?
Happy to implement whichever approach you prefer.
---
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]