This is an automated email from the ASF dual-hosted git repository.
eshu11 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 94fedfd GEODE-7373: add jmx credential type constraint (#4236)
add 0015532 GEODE-7273: Able to detect not colocated transaction (#4170)
No new revisions were added by this update.
Summary of changes:
...rverNotColocatedTransactionDistributedTest.java | 285 ++++++++++-
.../org/apache/geode/internal/cache/TXState.java | 6 +-
.../geode/internal/cache/TXStateProxyImpl.java | 169 +++++--
.../internal/cache/tx/PartitionedTXRegionStub.java | 37 +-
.../geode/internal/cache/TXStateProxyImplTest.java | 84 +++
.../cache/tx/PartitionedTXRegionStubTest.java | 562 +++++++++++++++++++++
6 files changed, 1067 insertions(+), 76 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/internal/cache/tx/PartitionedTXRegionStubTest.java