Skip to content

[HAL-2043] Add tests for SSL Context parameters for JGroups subsystem#143

Draft
marekkopecky wants to merge 1 commit intohal:mainfrom
marekkopecky:HAL-2043
Draft

[HAL-2043] Add tests for SSL Context parameters for JGroups subsystem#143
marekkopecky wants to merge 1 commit intohal:mainfrom
marekkopecky:HAL-2043

Conversation

@marekkopecky
Copy link
Copy Markdown
Contributor

TBD

@marekkopecky marekkopecky marked this pull request as draft April 16, 2026 08:24
*
* @category Containers util
*/
startWildflyContainerHa(): Chainable<unknown>;
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.

You don't need method like this. you can set different standalone.xml in parameter of the function. startWildflyContainer like this https://github.com/hal/berg/blob/main/packages/testsuite/cypress/e2e/opentelemetry/test-configuration-subsystem-opentelemetry.cy.ts#L20

You saw a startWildflyContainerSecured which is similar. You could think we need similar method like this for HA. But the reason why we created the secured variant are OIDC test. We need different networking for it. The wildfly and keycloak are started and as services on "local" server. NonSecured variant have a it own network and IP so you are using the container IP which have exposed some services you need. like UI, management API etc.

If it is only about different "standalone.xml" please set it as a parameter without a new method.

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