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

Make sure transport operations do not share mutable state between multiple routing strategies #6905

Merged
merged 11 commits into from
Nov 3, 2023

Conversation

danielmarbach
Copy link
Contributor

@danielmarbach danielmarbach commented Oct 31, 2023

Fixes #6906

@danielmarbach danielmarbach changed the title Unicast outbox Make sure transport operations do not share mutable state between multiple routing strategies Oct 31, 2023
@danielmarbach danielmarbach marked this pull request as ready for review November 2, 2023 15:24
@danielmarbach danielmarbach merged commit 4a84ca0 into master Nov 3, 2023
3 checks passed
@danielmarbach danielmarbach deleted the unicast-outbox branch November 3, 2023 14:07
danielmarbach added a commit that referenced this pull request Nov 3, 2023
…tiple routing strategies (#6905)

* Add routing to dispatch connector tests to reproduce the shared state problem

* Fix the state sharing problem in ToTransportOperation

* Cross check headers and properties

* Test for the header modifications in the routing strategy

* add acceptance test

* better naming and comments

* block scoped namespace

* Remove left overs

* Move test

* Primary ctor

* Behavior

---------

Co-authored-by: Tim Bussmann <timbussmann@users.noreply.github.com>
danielmarbach added a commit that referenced this pull request Nov 3, 2023
…tiple routing strategies (#6905)

* Add routing to dispatch connector tests to reproduce the shared state problem

* Fix the state sharing problem in ToTransportOperation

* Cross check headers and properties

* Test for the header modifications in the routing strategy

* add acceptance test

* better naming and comments

* block scoped namespace

* Remove left overs

* Move test

* Primary ctor

* Behavior

---------

Co-authored-by: Tim Bussmann <timbussmann@users.noreply.github.com>
@danielmarbach
Copy link
Contributor Author

@SzymonPobiega FYI

danielmarbach added a commit that referenced this pull request Nov 3, 2023
…tiple routing strategies (#6905) (#6909)

* Add routing to dispatch connector tests to reproduce the shared state problem

* Fix the state sharing problem in ToTransportOperation

* Cross check headers and properties

* Test for the header modifications in the routing strategy

* add acceptance test

* better naming and comments

* block scoped namespace

* Remove left overs

* Move test

* Primary ctor

* Behavior

---------

Co-authored-by: Tim Bussmann <timbussmann@users.noreply.github.com>
danielmarbach added a commit that referenced this pull request Nov 3, 2023
…tiple routing strategies (#6905) (#6910)

* Add routing to dispatch connector tests to reproduce the shared state problem

* Fix the state sharing problem in ToTransportOperation

* Cross check headers and properties

* Test for the header modifications in the routing strategy

* add acceptance test

* better naming and comments

* block scoped namespace

* Remove left overs

* Move test

* Primary ctor

* Behavior

---------

Co-authored-by: Tim Bussmann <timbussmann@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants