rpuch commented on code in PR #2566:
URL: https://github.com/apache/ignite-3/pull/2566#discussion_r1323126082
##########
modules/table/src/test/java/org/apache/ignite/internal/table/distributed/replication/PartitionReplicaListenerTest.java:
##########
@@ -1693,8 +1743,107 @@ private static Stream<Arguments>
multiRowsWriteRequestTypes() {
.map(Arguments::of);
}
- private static UUID beginTx() {
- return TestTransactionIds.newTransactionId();
+ @CartesianTest
+ @CartesianTest.MethodFactory("singleRowReadOrWriteRequestTypesFactory")
+ void
singleRowRwReadsAndWritesFailIfTableSchemaVersionIncreasedSinceTxStart(
+ RequestType requestType, boolean onExistingRow, boolean full
+ ) {
+
testRwReadsAndWritesFailIfTableSchemaVersionIncreasedSinceTxStart(onExistingRow,
(targetTxId, key) -> {
Review Comment:
Improved this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]