Skip to content

[EAPQE-5470] Add support for MicroProfile LRA in the console#145

Open
hpehl wants to merge 1 commit into
hal:mainfrom
hpehl:EAPQE-5470
Open

[EAPQE-5470] Add support for MicroProfile LRA in the console#145
hpehl wants to merge 1 commit into
hal:mainfrom
hpehl:EAPQE-5470

Conversation

@hpehl
Copy link
Copy Markdown
Member

@hpehl hpehl commented May 13, 2026

@hpehl hpehl requested a review from kstekovi May 13, 2026 23:38
before(function () {
cy.startWildflyContainer().then((result) => {
managementEndpoint = result as string;
cy.skipIf(cy.isEAP(managementEndpoint), this);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you clarify the intent of cy.skipIf(cy.isEAP(managementEndpoint), this) in both test files? MicroProfile LRA is an EAP XP feature, so ideally these tests should also run on EAP XP. If cy.isEAP() returns true for both base EAP and EAP XP, the tests would be skipped on all EAP variants and only run on WildFly upstream — is that intentional?

before(function () {
cy.startWildflyContainer().then((result) => {
managementEndpoint = result as string;
cy.skipIf(cy.isEAP(managementEndpoint), this);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same question as in the coordinator test — could you clarify the intent of cy.skipIf(cy.isEAP(managementEndpoint), this)? If cy.isEAP() returns true for EAP XP as well, these tests would never run on any EAP variant.

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.

2 participants