zyanycall / stressTestPlatform

基于Jmeter实现的在线压测和管理Jmx的平台。
Apache License 2.0
623 stars 343 forks source link

上传文件时候关联的slave_id没有做表关联,导致上传文件后入库出错 #2

Closed RegHugo closed 6 years ago

RegHugo commented 6 years ago

image image image 保存成功,但是并没有入库,从而导致脚本文件管理获取不到数据

zyanycall commented 6 years ago

不是,这是我新增加的字段,在test_stress_case_file 表中。 image

最近的更新对数据表结构有变化,我知道这很不好,但是没啥办法,当初设计的时候没想过这么复杂。 实在抱歉。

zyanycall commented 6 years ago

已经更新脚本,将slave_id 的非null限制取消。

iceghosthyb commented 6 years ago

执行脚本的时候,csv文件没自行创建,导致报错:Could not find the TestPlan class!这个文件是要上传上去的吗???