yiguolei commented on code in PR #16384:
URL: https://github.com/apache/doris/pull/16384#discussion_r1111678389


##########
fe/fe-common/src/main/java/org/apache/doris/common/Config.java:
##########
@@ -1910,6 +1910,14 @@ public class Config extends ConfigBase {
     @ConfField(mutable = false, masterOnly = false)
     public static long external_cache_expire_time_minutes_after_access = 24 * 
60; // 1 day
 
+    /**
+     * Github workflow test type, for setting some session variables
+     * only for certain test type. E.g. only settting batch_size to small
+     * value for p0.
+     */
+    @ConfField(mutable = true, masterOnly = false)
+    public static String test_type = "p0";

Review Comment:
   default value should be empty, or our release will use p0 default



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to