diff --git a/backend/pom.xml b/backend/pom.xml index 7c5cb8a95b7ed438e5dae202c8d22b095b73b4c6..e7d12849632a32e0530973eba17058cb64c6717a 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -223,6 +223,12 @@ org.apache.zookeeper zookeeper 3.4.14 + + + slf4j-log4j12 + org.slf4j + + org.apache.curator diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 72e0600329bce192fd83f2bb2aae0f3dd605bfa1..408b2492612a0e09edd2e78a7bc5842fec059edb 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -17,10 +17,10 @@
- + - + - + diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index d9d718645d41e3d81bcdd450ce17017eb77c7608..b5de135752242d5fc07528193dabc043050a02ee 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -523,7 +523,10 @@ export default { response_timeout: 'Timeout to response', custom_http_code: 'Custom HTTP response success status code', separated_by_commas: 'Separated by commas', - serialize_threadgroups:'Whether the scene is executed sequentially', + serialize_threadgroups: 'Whether the scene is executed sequentially', + autostop_threadgroups: 'Auto stop enable', + reaches_duration: 'Delay', + autostop_delay: 'seconds before stopping the test', create: 'Create Test', select_resource_pool: 'Please Select Resource Pool', resource_pool_is_null: 'Resource Pool is empty', diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index e7f549effe724b01055140181987088764eff92a..d5afb6efaae2a834d2e2432c915bf699263ec430 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -524,6 +524,9 @@ export default { run: '一键运行', select_resource_pool: '请选择资源池', serialize_threadgroups: '场景是否顺序执行', + autostop_threadgroups: '自动停止开启', + reaches_duration: '到达执行时间', + autostop_delay: '秒后停止测试', resource_pool_is_null: '资源池为空', download_log_file: '下载完整日志文件', pressure_prediction_chart: '压力预估图', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 305cd050615ac95e3bbc7226579ea67957d64166..f0c7d77b5d77b41681da51b0b3ffa98863a48500 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -401,7 +401,7 @@ export default { apikey_delete_confirm: '這個 API Key 確定要刪除嗎?', input_id_placeholder: '請輸入ID (不支持中文)', source: '用戶來源', - button:{ + button: { add_workspace_batch: '批量添加到工作空間', add_user_role_batch: '批量添加角色', } @@ -524,6 +524,9 @@ export default { run: '壹鍵運行', select_resource_pool: '請選擇資源池', serialize_threadgroups: '場景是否順序執行', + autostop_threadgroups: '自動停止開啟', + reaches_duration: '到達執行時間', + autostop_delay: '秒後停止測試', resource_pool_is_null: '資源池為空', download_log_file: '下載完整日誌文件', pressure_prediction_chart: '壓力預估圖', @@ -909,8 +912,8 @@ export default { code_template_get_response_header: "獲取響應頭", code_template_get_response_code: "獲取響應碼", code_template_get_response_result: "獲取響應結果", - code_add_report_length : "報文头添加長度", - code_hide_report_length : "隱藏報文長度" + code_add_report_length: "報文头添加長度", + code_hide_report_length: "隱藏報文長度" }, dubbo: { protocol: "協議",