John

Results 14 comments of John

This issue looks interesting to me. I can work on this issue if granted and this is still a valid issue. Thanks!

Thanks for your attention! It all depends on the requirements we have. e.g.: ``` This does not work well if users want to have more control of the call. E.g....

Understood! Let me study some existing packages such as [**invoke**](http://docs.pyinvoke.org/en/stable/getting-started.html#running-shell-commands), [**python-shell**](https://github.com/bart-tools/python-shell), [**pexpect**](https://pexpect.readthedocs.io/en/stable/index.html) and [**python-rrmngmnt**](https://github.com/rhevm-qe-automation/python-rrmngmnt) to see if there is anything we can learn from them and then will propose a...

Hi, I made up slides as the proposal for this issue. Please check [this link](https://drive.google.com/file/d/11DiGLmRkanYkD4kZ-y3a7clCjrpzNdgx/view?usp=sharing): * **P2**: Description of this issue * **P3-6**: The study of the original implementation *...

I create below test case and configuration to deal with this issue: - `i748.py`: ```python import logging import pprint from mobly import asserts from mobly import base_test from mobly import...

Failed test cases are fixed in below commit: https://github.com/johnklee/mobly/commit/382d4542e51678183bde6c8f93e4def0a9fde561

Understood. Thanks for the update.

Hi @xpconanfan , Is there any update from AOSP repo to fix this issue? Our automation is suffering from it and I am thinking if it is ok for us...

@mhaoli , Good question! Actually, for our code base, we did put all the registration of services in one place. However, we couldn't avoid the other utilities (third-party) to register...

Hi @mhaoli , Your concern and comment is fair and well understood. What if we could provide one more argument to let user decides the behavior they want such as...