-
Notifications
You must be signed in to change notification settings - Fork 54
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: Remove duplicate transfer data plane signaling dependencies #1578
Fix: Remove duplicate transfer data plane signaling dependencies #1578
Conversation
* add dedicated cloud e2e test module * added test without container * add s3 provision and e2e test (wip) * backport/copy upstream AZ Blob Provisioner * add s3 destination credentials * fix lic header format * avoid NPE in the generator * DEPENDENCIES * re-enable FCC crawling in tests
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.
0.7.5 has already been released, shouldn't this be done on a bugfix/0.7.6
branch?
yes, it should, saw that branch was now created. Will create the pr in a sec |
Quality Gate passedIssues Measures |
WHAT
This PR removes duplicate transfer data plane signaling dependencies.
WHY
Avoid potentially having two instances of DataPlaneSignalingFlowController.
FURTHER NOTES
Confirmed in new dependencies check.
Closes #1577