hcaptcha-android-sdk icon indicating copy to clipboard operation
hcaptcha-android-sdk copied to clipboard

Benchmark test on CI hungs

Open CAMOBAP opened this issue 3 years ago • 3 comments

  • https://github.com/hCaptcha/hcaptcha-android-sdk/actions/runs/4476581946/jobs/7867084773

CAMOBAP avatar Mar 21 '23 13:03 CAMOBAP

https://issuetracker.google.com/issues/235259765 - looks like a known issue

CAMOBAP avatar May 16 '23 03:05 CAMOBAP

Some details:

  • This happens for test com.hcaptcha.sdk.HCaptchaWebViewHelperTest.benchmarkWebViewLoad
  • Looks like the reason is lowmemorykiller activity
  • To be updated

Full logcats attached. failed-logcat-com.hcaptcha.sdk.HCaptchaWebViewHelperTest-benchmarkWebViewLoad.txt success-logcat-com.hcaptcha.sdk.HCaptchaWebViewHelperTest-benchmarkWebViewLoad.txt

Fast solution is to ignore this specific test

CAMOBAP avatar Jul 11 '24 11:07 CAMOBAP

https://droidviews.com/tweak-android-low-memory-killer-needs/ - LMK tweaing for long term solution

CAMOBAP avatar Jul 19 '24 06:07 CAMOBAP