rpuch commented on code in PR #7273:
URL: https://github.com/apache/ignite-3/pull/7273#discussion_r2635186998
##########
modules/index/src/integrationTest/java/org/apache/ignite/internal/index/ItIndexBuildCompletenessTest.java:
##########
@@ -100,7 +98,7 @@ void
raceBetweenIndexBuildAndWriteFromDeadCoordinatorDoesNotCauseIndexIncomplete
for (int i = 0; i < transactions.size(); i++) {
Transaction tx = transactions.get(i);
try {
- kvView.put(tx, i, 11);
+ kvView.put(tx, i, 42);
Review Comment:
`42` tells me that this means nothing, just a test value. `11`, on the other
hand, makes me think 'maybe it's important that it's 11'
--
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]