From 672c8d01bff932b269d42c8856250a76731dd713 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 8 Sep 2022 11:01:56 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BD=BF=E7=94=A8=E5=AE=9D=E8=B7=AF=E7=AC=AC?= =?UTF-8?q?=E4=B8=89=E6=96=B9csv=E6=8F=92=E4=BB=B6=E5=90=8E=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B2=A1=E6=8F=90=E7=A4=BAcsv=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1016578 --user=刘瑞斌 【性能测试】github#17615,使用了宝路CSV参数化插件 导致场景设置页面不能展示参数化文件名称 https://www.tapd.cn/55049933/s/1240441 Closes #17615 --- .../business/components/performance/test/model/ThreadGroup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/performance/test/model/ThreadGroup.js b/frontend/src/business/components/performance/test/model/ThreadGroup.js index dd17bcab11..68355b1c85 100644 --- a/frontend/src/business/components/performance/test/model/ThreadGroup.js +++ b/frontend/src/business/components/performance/test/model/ThreadGroup.js @@ -17,6 +17,7 @@ let travel = function (elements, threadGroups, relateFiles) { threadGroups.push(element); break; case "CSVDataSet": + case "com.baolu.jmeter.config.BaoluCSVDataSet": relateFiles.push(element); break; default: