Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADB push fails with Android emulator #134

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

ADB push fails with Android emulator #134

wants to merge 4 commits into from

Conversation

JeffLIrion
Copy link
Owner

No description provided.

@@ -571,6 +749,53 @@ def test_push_file(self):
self.device.push('TEST_FILE', '/data', mtime=mtime)
self.assertEqual(expected_bulk_write, self.device._transport._bulk_write)

def test_push_issue113(self):
# pytest tests/test_adb_device.py::TestAdbDevice::test_push_issue113 --log-cli-level=INFO
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@7homasSutter this command will run this unit test alone. The filedata isn't right, but the rest of the test corresponds to what you posted in your issue. It looks like the Android emulator never sent a response.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@JeffLIrion JeffLIrion changed the title Issue133 ADB push fails with Android emulator Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants