This is an automated email from the ASF dual-hosted git repository.
rpuch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new ca0d2b5bc3 IGNITE-23691 Disable
ItTableRaftSnapshotsTest.txSemanticsIsMaintained (#4734)
ca0d2b5bc3 is described below
commit ca0d2b5bc3b07d9e8ec4b817dd8ee4c7ca3baaa1
Author: Roman Puchkovskiy <[email protected]>
AuthorDate: Mon Nov 18 10:44:56 2024 +0400
IGNITE-23691 Disable ItTableRaftSnapshotsTest.txSemanticsIsMaintained
(#4734)
---
.../apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java
index 170f1dc511..7a911945a1 100644
---
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java
+++
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/raftsnapshot/ItTableRaftSnapshotsTest.java
@@ -437,6 +437,7 @@ class ItTableRaftSnapshotsTest extends
BaseIgniteAbstractTest {
* partition state arrives in a RAFT snapshot, then the transaction is
seen as committed (i.e. its effects are seen).
*/
@Test
+ @Disabled("IGNITE-23690")
void txSemanticsIsMaintained() throws Exception {
txSemanticsIsMaintainedAfterInstallingSnapshot();
}