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

SD-1895 Add JIT 2.0 GET actions #266

Merged
merged 10 commits into from
Feb 4, 2025
Merged

SD-1895 Add JIT 2.0 GET actions #266

merged 10 commits into from
Feb 4, 2025

Conversation

jkosternl
Copy link
Collaborator

All JIT 2.0 GET actions are covered now. But it is not checked yet if the results are okay, returned from the endpoint (like matching IDs, matching result count etc). There are still 2 issues left in Jira, where I can put that into.

Since the persistentMap is not clean when every scenario starts, flushTimestamps is called on the SSPAction & PortCall Action. Need to fix that in a different way later.

@jkosternl jkosternl self-assigned this Jan 29, 2025
import java.util.Arrays;
import java.util.List;

public record JitGetPortServiceCallFilters(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn't this PortCallService?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, thanks for noticing. As discussed, will fix all your observations in my other branch. The mentioned things are already in there.
Can one of you approve this PR, so I can merge and continue?

@jkosternl jkosternl merged commit c8bd38b into dev Feb 4, 2025
1 check passed
@jkosternl jkosternl deleted the SD-1895_JIT20-AddGETActions branch February 4, 2025 09:51
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