Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自动化测试问题记录 #11

Open
zhanglinping opened this issue Aug 24, 2017 · 4 comments
Open

自动化测试问题记录 #11

zhanglinping opened this issue Aug 24, 2017 · 4 comments

Comments

@zhanglinping
Copy link
Contributor

zhanglinping commented Aug 24, 2017

20170824问题描述

  • 测试用例没有运行成功,成功的只有date、dazhihui、baiduyun、czfilemanager
    • 未成功的结果文件中只显示

      Iteration: 1
      2017-08-24 05:30:42 ./calc
      
    • 成功的结果文件内容为

      Iteration: 1
      2017-08-24 05:46:10 ./date
      spawn telnet localhost
      Trying 127.0.0.1...
      Connected to localhost.
      Escape character is '^]'.
      
      /data # /data/ubuntu/lkp/benchmarks/date/auto_interact.sh
      (开始运行测试用例)
      
@aoquan
Copy link
Contributor

aoquan commented Aug 24, 2017

这个是什么的测试用例?

@zhanglinping
Copy link
Contributor Author

zhanglinping commented Aug 25, 2017

lkp中的计算器和日历的测试用例,一个没有结果,另一个有结果。

20170825问题描述

  • 测试用例结果部分没有拷贝到result目录中,但是在oto_lkp/testcase中有其结果目录
  • 测试用例fennec运行时间长

@zhanglinping
Copy link
Contributor Author

20170901测试问题:

  • adb -s 192.168.0.84:5555 reboot
  • adb disconnect 192.168.0.84:5555
  • exit 0
    ++ lsof -i:52001
    ++ grep nc
    ++ awk '{print $2}'
  • ncPid=
  • '[' '!' -n '' ']'
    ++ timeout 180 nc -l 52001
  • ip_android=192.168.0.84
  • ping 192.168.0.84 -c 1
  • for i in '{1..5}'
  • adb connect 192.168.0.84
  • break
  • '[' 1 -eq 5 ']'
  • echo 192.168.0.84
  • adb -s 192.168.0.84:5555 shell system/checkAndroidDesktop.sh
    error: device offline
  • echo 'check desktop boot failed'
  • exit 1
    ./runLkpTestInFold.sh: line 10: 22117 Terminated $localpwd/testAliveSend.sh
  • echo 'reboot failed'
    执行1~5个测试用例后就结束,尝试4次,均为此错误

@zhanglinping
Copy link
Contributor Author

zhanglinping commented Sep 5, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants