This is an automated email from the ASF dual-hosted git repository.
xuyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 726cc0458d5 [Bug](fix) Fix unstable fe unit test CatalogRecycleBinTest
(#59750)
726cc0458d5 is described below
commit 726cc0458d5fb6ddd9ccd5c64802f6a4260ab5f8
Author: xy720 <[email protected]>
AuthorDate: Wed Jan 28 21:16:10 2026 +0800
[Bug](fix) Fix unstable fe unit test CatalogRecycleBinTest (#59750)
Fix unstable fe unit test CatalogRecycleBinTest
---
.../src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java
b/fe/fe-core/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java
index 8c3caef563d..ee5adb809cc 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java
@@ -84,7 +84,7 @@ public class CatalogRecycleBin extends MasterDaemon
implements Writable {
String unused;
public CatalogRecycleBin() {
- super("recycle bin", FeConstants.runningUnitTest ? 10L :
DEFAULT_INTERVAL_SECONDS * 1000L);
+ super("recycle bin", FeConstants.runningUnitTest ? 10 * 1000L :
DEFAULT_INTERVAL_SECONDS * 1000L);
idToDatabase = Maps.newHashMap();
idToTable = Maps.newHashMap();
idToPartition = Maps.newHashMap();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]