forked from eclipse-tractusx/item-relationship-service
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/tri 387 load and performance tests #199
Merged
ds-jhartmann
merged 9 commits into
main
from
feature/TRI-387-Load-and-Performance-Tests
Mar 16, 2023
Merged
Feature/tri 387 load and performance tests #199
ds-jhartmann
merged 9 commits into
main
from
feature/TRI-387-Load-and-Performance-Tests
Mar 16, 2023
Conversation
This file contains 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
ds-jhartmann
commented
Mar 15, 2023
- Added load test module using Gatling
- Added simple load test scenario
final String clientId = System.getenv("KEYCLOAK_CLIENT_ID"); | ||
String body = "grant_type=client_credentials&client_id=" + clientId + "&client_secret=" + clientSecret; | ||
final String irsUrl = System.getenv("IRS_HOST"); | ||
final int testCycles = Integer.parseInt(System.getenv("TEST_CYCLES")); |
Check notice
Code scanning / CodeQL
Missing catch of NumberFormatException
Potential uncaught 'java.lang.NumberFormatException'.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
ds-jkreutzfeld
approved these changes
Mar 15, 2023
ds-psosnowski
added a commit
that referenced
this pull request
Mar 5, 2024
ds-psosnowski
added a commit
that referenced
this pull request
Mar 5, 2024
ds-psosnowski
added a commit
that referenced
this pull request
Mar 11, 2024
ds-psosnowski
added a commit
that referenced
this pull request
Mar 12, 2024
ds-psosnowski
added a commit
that referenced
this pull request
Mar 12, 2024
ds-psosnowski
added a commit
that referenced
this pull request
Mar 13, 2024
ds-psosnowski
added a commit
that referenced
this pull request
Mar 13, 2024
dsmf
added a commit
that referenced
this pull request
Mar 13, 2024
1) harden test PolicyStoreServiceTest#whenUpdate by asserting that the creation timestamp is not changed and that the validUntil timestamp is changed as expected 2) clean method signature by moving loop from controller to the service method
dsmf
added a commit
that referenced
this pull request
Mar 13, 2024
dsmf
added a commit
that referenced
this pull request
Mar 13, 2024
dsmf
added a commit
that referenced
this pull request
Mar 13, 2024
- updatePolicies_shouldAddPolicyToEachBpn - updatePolicies_shouldAddBpnsToEachPolicy
dsmf
added a commit
that referenced
this pull request
Mar 14, 2024
dsmf
added a commit
that referenced
this pull request
Mar 14, 2024
dsmf
added a commit
that referenced
this pull request
Mar 14, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
By moving business logic from PolicyStoreController to PolicyStoreService the PolicyStoreServiceTest can test all business logic while the PolicyStoreControllerTest can focus on web layer concerns such as parameter validation. Besides this, tests were structured via Nested in order to group tests for each method together. This helps not to forget about test cases.
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
dsmf
added a commit
that referenced
this pull request
Mar 28, 2024
- fix Get all policies - add Get policies for BPN - fix Create policy body ("payload" with single policy instead of array named "policies"), see #249
dsmf
added a commit
that referenced
this pull request
Apr 8, 2024
dsmf
added a commit
that referenced
this pull request
Apr 8, 2024
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
reason: better distinguish between configured and registered default policy/policies
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
including: - additional tests - improved test naming - superfluous SuppressWarnings removed
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
dsmf
added a commit
that referenced
this pull request
Apr 9, 2024
dsmf
added a commit
that referenced
this pull request
Apr 10, 2024
dsmf
added a commit
that referenced
this pull request
Apr 10, 2024
dsmf
added a commit
that referenced
this pull request
Apr 10, 2024
dsmf
added a commit
that referenced
this pull request
Apr 10, 2024
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.