[
https://issues.apache.org/jira/browse/GEODE-10163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512045#comment-17512045
]
Joris Melchior commented on GEODE-10163:
----------------------------------------
Analysis shows that we can change the test so that it will not serialize the
TXId class any longer. Instead we can exchange a String between the VMs that
represents the TXId and where needed reconstitute the ID from the
InternalDistributedMember and the Unique ID on the fly.
> AuthExpirationTransactionUpgradeTest fails with older versions of Geode due
> to changes to TXId class
> ----------------------------------------------------------------------------------------------------
>
> Key: GEODE-10163
> URL: https://issues.apache.org/jira/browse/GEODE-10163
> Project: Geode
> Issue Type: Bug
> Components: security
> Affects Versions: 1.15.0
> Reporter: Joris Melchior
> Assignee: Joris Melchior
> Priority: Major
> Labels: GeodeOperationAPI, needsTriage
>
> AuthExpirationTransactionUpgradeTest fails with older versions of Geode due
> to changes to TXId class;
>
> When running the test attempting to run against versions of Geode older than
> 1.14 the test suffers from serialization errors due to changes to the TXId
> class.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)