[
https://issues.apache.org/jira/browse/IGNITE-21801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845926#comment-17845926
]
Kirill Tkalenko commented on IGNITE-21801:
------------------------------------------
Looks good.
> Add missing Schema Sync integration tests
> -----------------------------------------
>
> Key: IGNITE-21801
> URL: https://issues.apache.org/jira/browse/IGNITE-21801
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> # Verify that, if an RW transaction is started, and then a write is made to a
> table in this transaction, then the table is dropped and then the transaction
> is tried to be committed, the commit fails
> # Verify that, if an RW tx1 is started, then table T schema is changed (for
> example, a column is added), then a put is made to table T for key K in an
> implicit transaction tx2 (so it gets committed), and then tx1 tries to read K
> (either directly or using a scan), the read fails
> # Verify that the schemaSync.delayDuration configuration property is
> immutable (cannot be changed after the cluster has been initialized).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)