Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate error messages are being generated for PKI tests #4859

Open
PsOverflow opened this issue Sep 25, 2024 · 0 comments
Open

Duplicate error messages are being generated for PKI tests #4859

PsOverflow opened this issue Sep 25, 2024 · 0 comments
Labels
Bug Bug fixes downstream Same issue identified in downstream automation and needs triage regression Regression bug. Introduced due to changes in unrelated code

Comments

@PsOverflow
Copy link
Contributor

Issue: Duplicate error messages are being generated for PKI tests.

Affected Version:
OS: Fedora-40
Build: @pki/master
dogtag-pki-11.6.0-0.1.alpha1.20240924234146UTC.9f04b768.fc40.x86_64

Steps to reproduce:

Delete not-existing group:

# pki -d /opt/pki/certdb -P http -p 21080 -h pki1.example.com -c SECret.123 -n "PKI KRA Administrator for Example.Org" kra-group-del abc?
ResourceNotFoundException: No such object: No such object
Add duplicate group:

# pki -d /opt/pki/certdb -P http -p 21080 -h pki1.example.com -c SECret.123 -n "PKI KRA Administrator for Example.Org" kra-group-add abc?
ConflictingOperationException: Entry already exists: Already exists
Add same user to group multiple times:

# pki -d /opt/pki/certdb -P http -p 20080 -h pki1.example.com -c SECret.123 -n "PKI CA Administrator for Example.Org" ca-group-member-add "Administrators" userall1
ConflictingOperationException: Attribute or value exists: Type or value exists
@PsOverflow PsOverflow changed the title Duplicate error messages are being generated for PKI tests. Duplicate error messages are being generated for PKI tests Sep 26, 2024
@PsOverflow PsOverflow added downstream Same issue identified in downstream automation and needs triage Bug Bug fixes regression Regression bug. Introduced due to changes in unrelated code labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Bug fixes downstream Same issue identified in downstream automation and needs triage regression Regression bug. Introduced due to changes in unrelated code
Projects
None yet
Development

No branches or pull requests

1 participant