nevdmitry commented on code in PR #5810:
URL: https://github.com/apache/ignite-3/pull/5810#discussion_r2097692367


##########
modules/catalog-dsl/src/test/java/org/apache/ignite/internal/catalog/sql/CreateFromAnnotationsTest.java:
##########
@@ -137,7 +138,7 @@ void createFromRecordClass() {
         CreateFromAnnotationsImpl query = 
createTable().processRecordClass(Pojo.class);
         assertThat(
                 query.toString(),
-                is("CREATE ZONE IF NOT EXISTS ZONE_TEST WITH 
STORAGE_PROFILES='default', PARTITIONS=1, REPLICAS=3,"
+                is("CREATE ZONE IF NOT EXISTS ZONE_TEST WITH 
STORAGE_PROFILES='default', PARTITIONS=1, REPLICAS=5, QUORUM_SIZE=2,"

Review Comment:
   do we need test with wrong quorum size? 0 or greater than replicas?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to