Minghao Li

Results 7 issues of Minghao Li

Currently, Mobly won't clean requested resources if receives a SIGTERM signal. We can use a simple test to reproduce the bug: ``` import logging import os from mobly import base_test...

bug

Currently, travis runs all unit tests even if we only modify doc files. We should not run unit tests when only doc files are modified. I wonder whether there is...

enhancement

Apple has developed a new device connectivity stack to target devices running iOS 17 and later, which has affected many third-party iOS device controlling tools (e.g. libimobiledevice). I have tried...

The answer is wrong. `eps2 = rnorm(100, 0, 0.5)` is the same as before, while the problem requires you to increase the variance.

Forked from #916. Now `utils.stop_standing_subprocess` uses some arguments of `ps` which is only supported on Linux, but not on Mac OS. So we need to use `pgrep` instead. Also fixed...

I'm searching for dynamic loading solution and found this repo. May I know whether it works on the latest iOS version?

Changes: 1. Add a property `identifier` to SnippetClientV2 class. 2. Use the client identifier instead of package name for logging and dup registration check. This PR allows loading snippets with...

improvement