Skip to content

Conversation

@ivakoleva
Copy link
Contributor

@ivakoleva ivakoleva commented Dec 17, 2025

Why:
Recent CI builds fail in module conductor-awssqs-event-queue with

java.lang.OutOfMemoryError: Java heap space
SQSObservableQueueTest > testPolicyJsonFormat FAILED

The OOM occurs in the JVM running the test task for this module,
indicating heavy memory usage during testPolicyJsonFormat execution.
The failure blocks pipeline runs and does not appear in other modules,
suggesting the issue is isolated to this test or underlying code path it
invokes.

What:
Increased test JVM heap size specifically for
conductor-awssqs-event-queue:test to prevent premature OOM.

Testing done: issue is reproducible locally, validated the fix there.
Also the build pipeline stabilized after the fix for some time now.
Screenshot 2025-12-04 at 15 30 39
Screenshot 2025-12-04 at 15 31 05

Recent CI builds fail in module `conductor-awssqs-event-queue` with
```
java.lang.OutOfMemoryError: Java heap space
SQSObservableQueueTest > testPolicyJsonFormat FAILED
```
The OOM occurs in the JVM running the test task for this module,
indicating heavy memory usage during `testPolicyJsonFormat` execution.
The failure blocks pipeline runs and does not appear in other modules,
suggesting the issue is isolated to this test or underlying code path it
invokes.

What:
Increased test JVM heap size specifically for
`conductor-awssqs-event-queue:test` to prevent premature OOM.

Testing done: issue is reproducible locally, validated the fix there.
TODO: attach screenshots to the fix PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant