Skip to content

Remove obsolete openam-test integration test suite#1055

Open
vharseko wants to merge 1 commit into
OpenIdentityPlatform:masterfrom
vharseko:issues/openam-test
Open

Remove obsolete openam-test integration test suite#1055
vharseko wants to merge 1 commit into
OpenIdentityPlatform:masterfrom
vharseko:issues/openam-test

Conversation

@vharseko

Copy link
Copy Markdown
Member

Delete the openam-test module entirely. It was an in-process TestNG
suite whose TestBase static initializer bootstrapped a full OpenAM
instance (Bootstrap.load) and called System.exit(1) when no configured
instance with a reachable configuration store was available, so the
tests could never run as part of a normal build.

The module was never registered in the Maven reactor and had been
unmaintained since the 10.2.0 era. Several tests referenced APIs that
no longer exist: the removed ssoadm policy/realm commands
(ListPolicyNames, RealmGetPolicy, RealmDeletePolicy) and the static
ApplicationManager, replaced by the Guice-based ApplicationServiceFactory.

@vharseko vharseko requested a review from maximthomas June 19, 2026 18:28
@vharseko vharseko force-pushed the issues/openam-test branch from 4b869d5 to 922e3cd Compare June 20, 2026 11:04
@maximthomas

Copy link
Copy Markdown
Contributor

There are some test cases which could be useful in e2e tests. I think before removing the module, we could port tests to the e2e suite

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