sanpwc commented on code in PR #1217:
URL: https://github.com/apache/ignite-3/pull/1217#discussion_r998078773
##########
modules/transactions/src/test/java/org/apache/ignite/internal/tx/storage/state/TxStateStorageAbstractTest.java:
##########
@@ -111,7 +111,7 @@ public void testCas() throws Exception {
UUID txId = UUID.randomUUID();
- TxMeta txMeta0 = new TxMeta(TxState.PENDING, new ArrayList<>(),
generateTimestamp(txId));
+ TxMeta txMeta0 = new TxMeta(null, new ArrayList<>(),
generateTimestamp(txId));
Review Comment:
There's no sense in TxMeta(null). TxMeta either null itself or has not null
state internally. So that, such TxMeta(null ... steps should be removed.
--
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]