做备份恢复的测试可能不同于互联网测试,但质量之路,万变不离其宗。
在测试过程中有接触过硬件和各类文件系统,Hadoop,还有数据库等都有所了解;
了解测试技术上常用的一些工具,docker,postman,jmeter,git,redmine
了解一些语言,Python/shell
之前使用 dcobook 写手册和文档,现在使用 markdown 编写后提交 git 合并

还未发布过话题
  • 你看我最后一行,我下面已经 pip install funppy 安装上了,很奇怪,我用 Pycharm 打开看下脚本 debugtalk.py,好像 import funppy 用不了的样子,明明模块已经安装上了的😂

  • 有大佬运行下面时报错吗?google 都查不到这种问题

    $ hrp run demo/testcases/demo_requests.yml demo/testcases/demo_ref_testcase.yml
    

    报错:

    :41PM ERR init plugin failed: ~/demo/debugtalk.py error="ensure python venv failed: pip install funppy==v0.4.3 failed: pip install package failed: exit status 1"
    4:41PM ERR [Run] init session runner failed error="init plugin failed: ensure python venv failed: pip install funppy==v0.4.3 failed: pip install package failed: exit status 1"
    

    确定安装了:

    > dpkg -l|grep python3-venv 
    ii  python3-venv                                                     3.6.7-1~18.04                                   amd64        pyvenv-3 binary for python3 (default python3 version)
    
    > pip list | grep funppy
    funppy                         0.4.3
    

做备份恢复的测试可能不同于互联网测试,但质量之路,万变不离其宗。
在测试过程中有接触过硬件和各类文件系统,Hadoop,还有数据库等都有所了解;
了解测试技术上常用的一些工具,docker,postman,jmeter,git,redmine
了解一些语言,Python/shell
之前使用 dcobook 写手册和文档,现在使用 markdown 编写后提交 git 合并