From 4cb586238c078799d91e4f22a662aa00fea24eef Mon Sep 17 00:00:00 2001
From: 6c <420680616@qq.com>
Date: 星期五, 17 十月 2025 17:27:45 +0800
Subject: [PATCH] 适配存储到数据库的文件; 不需要存储到数据库的,若是集群,那么同步到集群的其他节点; 若是失败,定时任务重试,至多3次
---
src/test/java/com/product/file/test/FileManagerTest.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/java/com/product/file/test/FileManagerTest.java b/src/test/java/com/product/file/test/FileManagerTest.java
index 36c2865..d6c47aa 100644
--- a/src/test/java/com/product/file/test/FileManagerTest.java
+++ b/src/test/java/com/product/file/test/FileManagerTest.java
@@ -20,7 +20,7 @@
* @Description: 娴嬭瘯
*/
public class FileManagerTest extends HttpTest {
- /*@Test
+ @Test
public void testDownLoadFiles() throws InterruptedException {
Map<String, Object> m = Maps.newHashMap();
m.put("url/api", "/api/fileManager/download-file-zip/v1");
@@ -33,7 +33,7 @@
HttpTest.testFileDownload(m);
Thread.sleep(1000 * 10);
- }*/
+ }
/*@Test
public void testDownLoadFile() throws InterruptedException {
--
Gitblit v1.9.2