-
Notifications
You must be signed in to change notification settings - Fork 251
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
fix(DataPlane): Add system test for Client Data Pull with query parameters in the request #1731
fix(DataPlane): Add system test for Client Data Pull with query parameters in the request #1731
Conversation
...vice/src/main/java/org/eclipse/dataspaceconnector/test/e2e/ProviderBackendApiController.java
Fixed
Show fixed
Hide fixed
938a500
to
54924de
Compare
6052142
to
5350a08
Compare
...t/runner/src/test/java/org/eclipse/dataspaceconnector/test/e2e/AbstractEndToEndTransfer.java
Outdated
Show resolved
Hide resolved
.as(EndpointDataReference.class); | ||
|
||
// pull the data | ||
await().atMost(timeout).untilAsserted(() -> given() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also this part could be included in the same method I proposed above: the method on participant could be like getData
or pullData
and it could hide all the edr details
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, could you please have another look?
5350a08
to
a5eaa4e
Compare
…rovided when querying the Data Plane public API
a5eaa4e
to
e7e189c
Compare
…rovided when querying the Data Plane public API (eclipse-edc#1731)
What this PR changes/adds
This PR adds a system test covering the use-case of a client data pull (see #585 for more details) with query parameters passed in input of the Data Plane public API.
Why it does that
Ensure query parameters are properly conveyed all the way to the provider data source (if its allows it).
Linked Issue(s)
Closes #1180
Checklist
no-changelog
)