Skip to content

Lts test failure#1065

Open
Satish-Pothabathula wants to merge 40 commits into
masterfrom
LTS-test-failure
Open

Lts test failure#1065
Satish-Pothabathula wants to merge 40 commits into
masterfrom
LTS-test-failure

Conversation

@Satish-Pothabathula
Copy link
Copy Markdown
Collaborator

@Satish-Pothabathula Satish-Pothabathula commented Apr 2, 2026

  1. AEM not fully ready

Issue:
AEM returns 200 (login works) before backend services (OSGi, GraphQL, commerce) are ready.

Fix:
Wait for multiple successful checks + add extra delay (settle time).

  1. GraphQL config (localhost + mock API)

Issue:
GraphQL client blocks http://localhost requests.

Fix:
Enable allowHttpProtocol and configure the GraphQL endpoint correctly.

  1. SlingAuthenticator (mock endpoint access)

Issue:
Mock endpoint /apps/cif-components-examples/graphql is blocked by authentication.

Fix:
Allow this path in SlingAuthenticator (no login required).

  1. CI tuning (Chrome, Node, JVM)

Issue:
Chrome crashes, Node runs out of memory, AEM uses too much RAM.

Fix:

Chrome flags (--no-sandbox, --disable-dev-shm-usage)
Node memory (NODE_OPTIONS=--max-old-space-size=4096)
JVM heap tuning (-Xmx2048m, metaspace)

  1. Resource contention (low CI memory)

Issue:
AEM, Chrome, and Node compete for limited memory (~8GB).

Fix:
Balance memory usage + reduce parallel runs (e.g., maxInstances: 1

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Satish-Pothabathula and others added 10 commits April 6, 2026 19:12
* SITES-42445 - Release CIF components 2.18.2

* update README with the latest released CIF Core Components version

* SITES-42445 - Release CIF components 2.18.2

* add the 2.18.2 historical system requirements entry

---------

Co-authored-by: levente <levente@adobe.com>
@LSantha LSantha marked this pull request as ready for review April 8, 2026 14:57
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