Execute only FIPS Unit tests, not UT of dependent modules#22038
Merged
ahus1 merged 1 commit intokeycloak:mainfrom Aug 2, 2023
Merged
Execute only FIPS Unit tests, not UT of dependent modules#22038ahus1 merged 1 commit intokeycloak:mainfrom
ahus1 merged 1 commit intokeycloak:mainfrom
Conversation
Contributor
Author
Contributor
|
@mabartos It seems I cannot manually trigger it. The option might be one of:
|
Contributor
Author
Contributor
Author
|
@mposolda Rebased. FIPS UT passed; everything works as expected. |
stianst
pushed a commit
to stianst/keycloak
that referenced
this pull request
Sep 4, 2023
stianst
pushed a commit
that referenced
this pull request
Sep 4, 2023
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Just spotted this issue.
As the
-amis specified, all dependent modules are also built, which provoke also the execution of unit tests for dependent modules. The execution of other UTs is made in Base UT and doesn't need to be executed twice as there's no difference to execute it with various types of FIPS configs.@rmartinc @mposolda Could you please check it? Thanks