Avoid attempting to read /etc/(?:os | lsb)-release on Android#164
Avoid attempting to read /etc/(?:os | lsb)-release on Android#164Jake-Shadle merged 8 commits intomainfrom
/etc/(?:os | lsb)-release on Android#164Conversation
|
I noticed the Android tests were failing non-deterministically, in different tests, so assumed it was some kind of poor timing/concurrency issue in the emulator, changing to running Android tests sequentially with |
Oh thank you! That's something that blocked #151 from landing, because we didn't know if it was the PR's fault or something pre-existing. |
gabrielesvelto
left a comment
There was a problem hiding this comment.
Just one nit but the rest is fine, thanks for all the cleanups
|
Damn, looks like I didn't actually fix the Android tests. I think it's the linux gate and mapping test that often fail, and it feels like it's not our fault, so maybe we just disable those tests for android only? |
Yes, let's file an issue to investigate it later. It's not a big deal anyway. |
Resolves: #163