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

Feat/518 policy store API integration tests #577

Conversation

dsmf
Copy link
Contributor

@dsmf dsmf commented Apr 30, 2024

Description

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

dsmf added 30 commits April 23, 2024 17:33
for usage of request / response classes in policy store tests
need to be reworked though, see TODOs in feature file
by copying the few small records that we use in the tests
- use ObjectMapper instead of JsonReader
- use JsonNode instead of JsonObject
@NoArgsConstructor
public static final class PolicyAttributes {
private String policyId;
private List<String> bpnls;

Check notice

Code scanning / CodeQL

Exposing internal representation Note test

getBpnls exposes the internal representation stored in field bpnls. The value may be modified
after this call to getBpnls
.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is ok for test IMHO

@dsmf dsmf changed the title Feat/518 policy store integration tests reworked Feat/518 policy store API integration tests Apr 30, 2024
dsmf added 2 commits April 30, 2024 14:00
temporarily set IRS DEV Cucumber Integration test filter to tests from branch
back to original exportFilter
@dsmf dsmf requested a review from ds-jhartmann April 30, 2024 12:19
@dsmf dsmf marked this pull request as ready for review April 30, 2024 12:20

- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v5

Check notice

Code scanning / KICS

Unpinned Actions Full Length Commit SHA Note

Action is not pinned to a full length commit SHA.

- name: Create pull request
id: cpr
uses: peter-evans/create-pull-request@v5

Check notice

Code scanning / KICS

Unpinned Actions Full Length Commit SHA

Action is not pinned to a full length commit SHA.
@dsmf dsmf closed this May 6, 2024
@dsmf
Copy link
Contributor Author

dsmf commented May 6, 2024

something is wrong with the merge here

@dsmf dsmf deleted the feat/518-policy-store-integration-tests--reworked branch May 6, 2024 15:10
ds-jhartmann added a commit to ds-jhartmann/item-relationship-service that referenced this pull request Jun 13, 2024
…-helm-release-6.8.0

Prepare Helm release for next version
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.

3 participants