Egor Kuts created IGNITE-27293:
----------------------------------
Summary: Improve test coverage of InternalTable.scan methods
Key: IGNITE-27293
URL: https://issues.apache.org/jira/browse/IGNITE-27293
Project: Ignite
Issue Type: Improvement
Components: tables ai3
Reporter: Egor Kuts
# Verify that this method accepts both read only and rw transactions:
org.apache.ignite.internal.table.distributed.storage.InternalTableImpl#scan(int,
org.apache.ignite.internal.tx.InternalTransaction)
# Verify all edge cases for IndexScanCriteria(the boundaries, index existence,
index type etc)
org.apache.ignite.internal.table.distributed.storage.InternalTableImpl#scan(int,
org.apache.ignite.internal.tx.InternalTransaction, int,
org.apache.ignite.internal.table.IndexScanCriteria.Range)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)