-
Notifications
You must be signed in to change notification settings - Fork 60
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: dataplaneId null for older TransferProcesses #1534
Fix: dataplaneId null for older TransferProcesses #1534
Conversation
@paullatzelsperger @wolf4ood can you please review? 🙇 |
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.
The porting looks good, but i think the DataPlaneSignalingFlowControllerTest
is missing
@wolf4ood reviewed, so I'm taking my own review off |
you're, right, thank you, added in c86698a |
|
@bmg13 i think we also have to port the test when the data plane is null when terminating/suspending |
WHAT
Add a fix related with the null dataplaneId value in a TransferProcess.
WHY
To avoid terminated null dp_id's errors. Similar to eclipse-edc/Connector#4420
FURTHER NOTES
Please check eclipse-edc/Connector#4418 for more context
Closes #1535