Vladislav Pyatkov created IGNITE-22402:
------------------------------------------
Summary: ItInternalTableTest#testRoGetOngoingCommitIsNotVisible is
flaky in collocation branch
Key: IGNITE-22402
URL: https://issues.apache.org/jira/browse/IGNITE-22402
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
*Motivation*
The test hangs on TC sometimes and prevents getting the green viza.
The main reason there is a mistake in the test is:
{code:java}
internalTable.upsert(keyValueRow2, (InternalTransaction) tx2)
{code}
We do not wait for the operation to finish before the transaction is committed.
But frezing on the transaction commit is not expected behavior, even in these
circumstances.
*Definition of done*
# Look into the reason of the freezing on commit
# Fixed the test
--
This message was sent by Atlassian Jira
(v8.20.10#820010)