This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 37e3405369c branch-3.1: [fix](UT) 
LoadManagerTest::testSerializationNormal remove the 
streaming_label_keep_max_second set #56428 (#56568)
37e3405369c is described below

commit 37e3405369c4dad5ccf1a46601378b9df79bfc14
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 29 18:07:32 2025 +0800

    branch-3.1: [fix](UT) LoadManagerTest::testSerializationNormal remove the 
streaming_label_keep_max_second set #56428 (#56568)
    
    Cherry-picked from #56428
    
    Co-authored-by: Refrain <[email protected]>
---
 .../src/test/java/org/apache/doris/load/loadv2/LoadManagerTest.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/LoadManagerTest.java 
b/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/LoadManagerTest.java
index a6f5d1040c8..07f41c5faac 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/LoadManagerTest.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/LoadManagerTest.java
@@ -91,7 +91,6 @@ public class LoadManagerTest {
         File file = serializeToFile(loadManager);
 
         // make it deserialized
-        Config.streaming_label_keep_max_second = 10;
         LoadManager newLoadManager = deserializeFromFile(file);
 
         Map<Long, LoadJob> loadJobs = Deencapsulation.getField(loadManager, 
fieldName);


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

Reply via email to