uscengineer

Results 4 issues of uscengineer

I reported the memory leak in https://github.com/appium/appium-uiautomator2-server/issues/308. That leak would cause memory usage to go up over time, and slow down, until it crashed but it would take around 30-36...

I am running an endurance test that can run anywhere from 10-40 hours. Over this period memory usage just keeps increasing. Here is an example after 24 hours. Numbers were...

I am getting this error when I run my tests in parallel. undefined method `+' for nil:NilClass (ActionView::Template::Error) /Users/qauser/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/gems/1.9.1/gems/pretty_face-0.9.1/lib/pretty_face/formatter/report.rb:247:in`snippet' /Users/qauser/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/gems/1.9.1/gems/pretty_face-0.9.1/lib/pretty_face/formatter/report.rb:228:in `extra_failure_content' /Users/qauser/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/gems/1.9.1/gems/pretty_face-0.9.1/lib/pretty_face/templates/_step.erb:37:in`___sers_qauser__rvm_rubies_ruby_______p____lib_ruby_gems_______gems_pretty_face_______lib_pretty_face_templates__step_erb___278293468819112096_70173996326860' /Users/qauser/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/gems/1.9.1/gems/actionpack-4.0.2/lib/action_view/template.rb:143:in `block in render' /Users/qauser/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/gems/1.9.1/gems/activesupport-4.0.2/lib/active_support/notifications.rb:161:in`instrument' /Users/qauser/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/gems/1.9.1/gems/actionpack-4.0.2/lib/action_view/template.rb:141:in `render' /Users/qauser/.rvm/rubies/ruby-1.9.3-p448/lib/ruby/gems/1.9.1/gems/actionpack-4.0.2/lib/action_view/renderer/partial_renderer.rb:306:in`render_partial'...

If I output to the normal HTML any "puts" show up. However if I use the pretty_face output they do not. Normally we don't print in the steps but needed...