This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new d1e7df5f21f branch-4.0: [Bug](fix) Fix unstable fe unit test
CatalogRecycleBinTest #59750 (#60320)
d1e7df5f21f is described below
commit d1e7df5f21f96e50e609bb86cf47daddf61c5542
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 08:20:46 2026 +0800
branch-4.0: [Bug](fix) Fix unstable fe unit test CatalogRecycleBinTest
#59750 (#60320)
Cherry-picked from #59750
Co-authored-by: xy720 <[email protected]>
---
.../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 5567d575205..b58a18e4e7a 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]