From 779a1f5b7def434348dcdc2821ad0d1445feee2d Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Fri, 9 Jan 2026 17:15:54 +0800 Subject: [PATCH] perf: test --- document/content/docs/upgrading/4-14/4145.mdx | 13 +++++++------ document/data/doc-last-modified.json | 6 +++--- .../test/api/core/chat/feedback/closeCustom.test.ts | 2 +- .../support/permission/inheritPermission.test.ts | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/document/content/docs/upgrading/4-14/4145.mdx b/document/content/docs/upgrading/4-14/4145.mdx index 3d9d990074..f3b534e91b 100644 --- a/document/content/docs/upgrading/4-14/4145.mdx +++ b/document/content/docs/upgrading/4-14/4145.mdx @@ -8,12 +8,13 @@ description: 'FastGPT V4.14.5 更新说明' 1. 工作流画布增加演示模式,同时优化折叠模式样式,优化工作流线重叠问题。 2. 工作流增加嵌套应用快速跳转按钮。 -3. 对话记录使用侧改成软删除,增加从日志管理里删除对话记录。 -4. 更新Agent/工具时,会更新其上层所有目录的更新时间,以便其会排在列表前面。 -5. 门户页支持配置单个应用运行可见度。 -6. 导出单个知识库集合分块接口。 -7. 升级 Mongo5.x 至 5.0.32 解决CVE-2025-14847。 -8. 邮箱配置,支持配置安全模式以及端口号。 +3. 工作流导出支持选择过滤/不过滤敏感信息。 +4. 对话记录使用侧改成软删除,增加从日志管理里删除对话记录。 +5. 更新Agent/工具时,会更新其上层所有目录的更新时间,以便其会排在列表前面。 +6. 门户页支持配置单个应用运行可见度。 +7. 导出单个知识库集合分块接口。 +8. 升级 Mongo5.x 至 5.0.32 解决CVE-2025-14847。 +9. 邮箱配置,支持配置安全模式以及端口号。 ## ⚙️ 优化 diff --git a/document/data/doc-last-modified.json b/document/data/doc-last-modified.json index 4c9c1630ab..426476d60c 100644 --- a/document/data/doc-last-modified.json +++ b/document/data/doc-last-modified.json @@ -104,7 +104,7 @@ "document/content/docs/protocol/terms.en.mdx": "2025-12-15T23:36:54+08:00", "document/content/docs/protocol/terms.mdx": "2025-12-15T23:36:54+08:00", "document/content/docs/toc.en.mdx": "2025-08-04T13:42:36+08:00", - "document/content/docs/toc.mdx": "2026-01-06T13:25:46+08:00", + "document/content/docs/toc.mdx": "2026-01-06T18:19:42+08:00", "document/content/docs/upgrading/4-10/4100.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-10/4101.mdx": "2025-09-08T20:07:20+08:00", "document/content/docs/upgrading/4-11/4110.mdx": "2025-08-05T23:20:39+08:00", @@ -122,7 +122,7 @@ "document/content/docs/upgrading/4-14/4142.mdx": "2025-11-18T19:27:14+08:00", "document/content/docs/upgrading/4-14/4143.mdx": "2025-11-26T20:52:05+08:00", "document/content/docs/upgrading/4-14/4144.mdx": "2025-12-16T14:56:04+08:00", - "document/content/docs/upgrading/4-14/4145.mdx": "2026-01-07T13:50:49+08:00", + "document/content/docs/upgrading/4-14/4145.mdx": "2026-01-09T16:46:34+08:00", "document/content/docs/upgrading/4-8/40.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/41.mdx": "2025-08-02T19:38:37+08:00", "document/content/docs/upgrading/4-8/42.mdx": "2025-08-02T19:38:37+08:00", @@ -204,4 +204,4 @@ "document/content/docs/use-cases/external-integration/openapi.mdx": "2025-09-29T11:34:11+08:00", "document/content/docs/use-cases/external-integration/wecom.mdx": "2025-12-10T20:07:05+08:00", "document/content/docs/use-cases/index.mdx": "2025-07-24T14:23:04+08:00" -} +} \ No newline at end of file diff --git a/projects/app/test/api/core/chat/feedback/closeCustom.test.ts b/projects/app/test/api/core/chat/feedback/closeCustom.test.ts index b730c57302..a8a8d32045 100644 --- a/projects/app/test/api/core/chat/feedback/closeCustom.test.ts +++ b/projects/app/test/api/core/chat/feedback/closeCustom.test.ts @@ -13,7 +13,7 @@ import { getUser } from '@test/datas/users'; import { Call } from '@test/utils/request'; import { describe, expect, it, beforeEach } from 'vitest'; -describe('closeCustom api test', () => { +describe.sequential('closeCustom api test', () => { let testUser: Awaited>; let appId: string; let chatId: string; diff --git a/test/cases/service/support/permission/inheritPermission.test.ts b/test/cases/service/support/permission/inheritPermission.test.ts index 85ef937382..0cf7aaed6f 100644 --- a/test/cases/service/support/permission/inheritPermission.test.ts +++ b/test/cases/service/support/permission/inheritPermission.test.ts @@ -14,7 +14,7 @@ import { getFakeUsers } from '@test/datas/users'; import type { parseHeaderCertRet } from '@test/mocks/request'; import { describe, it, expect } from 'vitest'; -describe('syncChildrenPermission', () => { +describe.sequential('syncChildrenPermission', () => { const createApp = async ({ user, name,