参加 MiniOB 线上直播培训时,老师提到过后续ob 的回归测试等资料会发专题出来,不知道现在是否有相关介绍了?
没有看直播,但是你说的是这些生态工具吗?
生态工具概述
https://www.oceanbase.com/docs/community-observer-cn-0000000000679844
mysqltest 使用说明
https://www.oceanbase.com/docs/community-observer-cn-10000000000449601
不是,直播时有一次专门介绍了整个ob 的质量体系,包括了准入测试、回归测试、稳定性测试、性能测试等等
那你在社群里问问
这个是《从0到1数据库内核实战教程》第七期的内容,目前相关资料还在汇整中,近期会在官网进行更新的哈,到时候可以关注一下:https://www.oceanbase.com/docs/community-developer-advance-10000000000627369
是的,关注+期待
赞
这个问题能帮忙解答一下吗?mysqltest执行失败排查
有关这个错误信息
– exited code 1
mysqltest: At line 85: Version format 4 has not yet been implemented
查阅了一下 mysql test framework 官网文档,以及 mysqltest 源码,发现 mysqltest 只支持--result_format 1
或者 --result_format 2
https://dev.mysql.com/doc/dev/mysql-server/latest/PAGE_MYSQL_TEST_COMMANDS.html
- result_format version
Set the format to the specified version, which is either 1 for the current, default behavior, or to 2 which is an extended alternative format. The setting is in effect until it is changed or until the end of the test.
In format version 2, empty lines and indentation in the test file are preserveded in the result. Also, comments indicated by a double ## are copied verbatim to the result. Comments using a single # are not copied. Format version 2 makes it easier for humans to read the result output, but at the cost of somewhat larger files due to the white space and comments.
–result_format 2
但是在当前的 ob mysqltest px_basic.test
等文件中,大量使用了
``–result_format 4` 选项,请问哪个版本的 mysqltest 可以支持这个参数?
这个是mysqltest 这个二进制文件不是最新的;更新一下obclient的包里面有最新的mysqltest