Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
RemotePRValuesAreNotDeserializedRegressionTest calls InternalDistributedSystem.getAnyInstance in a test class named HomeBoy.
The test is doing this in fromData so that it can verify that deserialization only takes place on the original member that serialized the HomeBoy.
I set this to serialization because it seems like this test needs some support to determine the DistributedSystem or DIstributionManager in fromData(DataInput).
I think this issue exists in other places also so fixing could allow multiple getInstance tickets to be resolved.