EdisonX

Results 13 comments of EdisonX

it is like,mm... in the view of testing, the tester will make some assertion to verify if the program works fine, and if all assertion pass the result will show...

anyway as a tool 4 automation, this is quite impressing 4 me, and i believe it will be perfect if it can have the potential of testing, which gonna release...

Thanks a lot 4 ur contribution, people like u make the community a better place.

https://github.com/cypress-io/cypress maybe some projects like this could bring u some inspiration. the difference is u got a UI, which is easier than writing in code, and the user will consider...

> Could you add test case in e2e? Thanks. Test case done BTW, another null-exception bug in TDengineSourceReader found&fixed because of the new test case

让用户能设置全局配置文件,可以参考es的dynamic_template的形式,按照名字的pattern来决定要用哪个工厂(可以用户自定义的)随机生成内容 ```json //下方为es的dynamic_template的配置形式 { "mappings": { "dynamic_templates": [ { "strings_as_ip": { "match": "ip*",//匹配这种命名 "runtime": { "type": "ip"//就设置这种类型 } } } ] } } ```

我设置arm64也报差不多错误,加这2环境变量试试 ` GOARCH=amd64;GOOS=darwin `