This is an automated email from the ASF dual-hosted git repository.
tkalkirill 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 5d5766092f IGNITE-20338 CheckCatalogVersionOnActionRequestTest fails
with NPEs (#2540)
5d5766092f is described below
commit 5d5766092f3f8906e4c18918b22b8aaaf0d73e0a
Author: Roman Puchkovskiy <[email protected]>
AuthorDate: Sat Sep 2 15:35:21 2023 +0400
IGNITE-20338 CheckCatalogVersionOnActionRequestTest fails with NPEs (#2540)
---
.../table/distributed/schema/CheckCatalogVersionOnActionRequestTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/modules/table/src/test/java/org/apache/ignite/internal/table/distributed/schema/CheckCatalogVersionOnActionRequestTest.java
b/modules/table/src/test/java/org/apache/ignite/internal/table/distributed/schema/CheckCatalogVersionOnActionRequestTest.java
index 1061d75f79..27f1dec8c1 100644
---
a/modules/table/src/test/java/org/apache/ignite/internal/table/distributed/schema/CheckCatalogVersionOnActionRequestTest.java
+++
b/modules/table/src/test/java/org/apache/ignite/internal/table/distributed/schema/CheckCatalogVersionOnActionRequestTest.java
@@ -112,6 +112,7 @@ class CheckCatalogVersionOnActionRequestTest extends
BaseIgniteAbstractTest {
.tablePartitionId(tableMessagesFactory.tablePartitionIdMessage().build())
.txId(UUID.randomUUID())
.rowUuid(UUID.randomUUID())
+ .txCoordinatorId("coordinator")
.requiredCatalogVersion(requiredVersion)
.build();
}