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

fix: set id same as correlationId in consumer transfer process #2971

Conversation

ndr-brt
Copy link
Member

@ndr-brt ndr-brt commented May 12, 2023

What this PR changes/adds

set id same as correlationId in consumer transfer process, to fullfill DSP specs.

Why it does that

Briefly state why the change was necessary.

Further notes

List other areas of code that have changed but are not necessarily linked to the main feature. This could be method signature changes, package declarations, bugs that were encountered and were fixed inline, etc.

Linked Issue(s)

Closes #2960

Checklist

  • added appropriate tests?
  • performed checkstyle check locally?
  • added/updated copyright headers?
  • documented public classes/methods?
  • added/updated relevant documentation?
  • assigned appropriate label? (exclude from changelog with label no-changelog)
  • formatted title correctly? (take a look at the CONTRIBUTING and Etiquette for pull requests for details)

@ndr-brt ndr-brt added dataspace-protocol related to the dataspace protocol bug Something isn't working labels May 12, 2023
@ndr-brt ndr-brt temporarily deployed to Azure-dev May 12, 2023 06:40 — with GitHub Actions Inactive
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 ⚠️

Comparison is base (e2efdb9) 66.21% compared to head (a7073cb) 66.20%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2971      +/-   ##
==========================================
- Coverage   66.21%   66.20%   -0.02%     
==========================================
  Files        1040     1040              
  Lines       21307    21306       -1     
  Branches     1261     1261              
==========================================
- Hits        14108    14105       -3     
- Misses       6674     6677       +3     
+ Partials      525      524       -1     
Impacted Files Coverage Δ
...r/transfer/process/TransferProcessManagerImpl.java 87.75% <100.00%> (-0.48%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ndr-brt ndr-brt merged commit 361179a into eclipse-edc:main May 12, 2023
@ndr-brt ndr-brt deleted the 2960-set-id-and-correlation-the-same-on-consumer branch May 12, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dataspace-protocol related to the dataspace protocol
Projects
None yet
Development

Successfully merging this pull request may close these issues.

consumer TransferProcess id is different from the correlationId (dataRequest.id)
4 participants