brettchabot

Results 84 comments of brettchabot

@yuuki3655 It looks like something (GMD/AGP?) is producing a file with a double quote in it, which the uploader treats as invalid

FWIW - github/android/android_test has been using GMD+GitHub actions for a while now and it has been working well. https://github.com/android/android-test/blob/9f05f8710fb0592b2575e46523010471e6cbf241/.github/workflows/ci.yml#L88 Although it is now using the paid large Linux runners -...

either an OS issue or a case where machines are just underpowered. I think the 'large runners' group is 4 core but I'm not sure.

This repo should have access to the 'large runners' pool. I believe I requested it at the same time as access for github/android/android_test.

@JoseAlcerreca for https://github.com/android/testing-samples/issues/450#issuecomment-1693980068

Is there a rationale to bump the version other than its the latest version? Right now its intentionally fixed at 1.3. Pieces of androidx.test depends on JUnit 4.13 which depends...

Closing due to lack of repro steps. Please reopen if you all are still hitting this

Thanks for the investigation Jelle! The "only depend on a single version of hamcrest throughout our libraries" is my preferred solution. The hamcrest 2.2 dependency comes from [com.google.android.apps.common.testing.accessibility.framework](https://github.com/google/Accessibility-Test-Framework-for-Android/blob/858625c4d9ad2acddee5cfbc1dedd54c76da9365/build.gradle#L129). I've asked...

Perhaps this should be reworded as 'DataBinding' requires a custom IdlingResource? Since there is a IR sample for DataBinding that seems to work. Both @slinzner and I looked into this...

Does either UIAutomation.injectInputEvent(KeyEvent.VOLUME_DOWN) or Instrumentation.sendKeySync((KeyEvent.VOLUME_DOWN) work for you?