Correct reporting of MatchedStatus last_*_handle [13786]#2544
Merged
MiguelCompany merged 2 commits intomasterfrom Mar 1, 2022
Merged
Correct reporting of MatchedStatus last_*_handle [13786]#2544MiguelCompany merged 2 commits intomasterfrom
MiguelCompany merged 2 commits intomasterfrom
Conversation
Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com>
Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com>
Member
|
@Mergifyio backport 2.5.x 2.4.x |
mergify bot
pushed a commit
that referenced
this pull request
Mar 2, 2022
* Refs 13786: Add test for MatchedStatus last_*_handle Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> * Refs 13786: Correct reporting of MatchedStatus last_*_handle Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> (cherry picked from commit ba01ca6)
mergify bot
pushed a commit
that referenced
this pull request
Mar 2, 2022
* Refs 13786: Add test for MatchedStatus last_*_handle Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> * Refs 13786: Correct reporting of MatchedStatus last_*_handle Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> (cherry picked from commit ba01ca6) # Conflicts: # test/blackbox/api/dds-pim/PubSubReader.hpp # test/blackbox/common/DDSBlackboxTestsDiscovery.cpp
Contributor
✅ Backports have been createdDetails
|
MiguelCompany
pushed a commit
that referenced
this pull request
Mar 3, 2022
* Correct reporting of MatchedStatus last_*_handle (#2544) * Refs 13786: Add test for MatchedStatus last_*_handle Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> * Refs 13786: Correct reporting of MatchedStatus last_*_handle Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> (cherry picked from commit ba01ca6) # Conflicts: # test/blackbox/api/dds-pim/PubSubReader.hpp # test/blackbox/common/DDSBlackboxTestsDiscovery.cpp * Resolve backport conflicts Signed-off-by: Eduardo Ponz <eduardoponz@eprosima.com> Co-authored-by: Eduardo Ponz Segrelles <eduardoponz@eprosima.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Prior to this PR,
SubscriptionMatchedStatus::last_publication_handleandPublicationMatchedStatus::last_subscription_handlewhere only updated when a new matched occurred, but not when a remoteDataWriter|DataReaderwas unmatched. According to the DDS specification, thelast_*_handleshould contain theInstanceHandleto the last entity that modified the status, which includes modifications by unmatching. This PR:last_*_handleboth forDataReadersandDataWriters@Mergifyio backport 2.5.x 2.4.x
Contributor Checklist
versions.mdfile (if applicable).Reviewer Checklist