commit | 7bf798a5cc33cd8857e51226dfba6239b1d3e068 | [log] [tgz] |
---|---|---|
author | Julien Desprez <jdesprez@google.com> | Thu Jan 09 08:58:13 2020 -0800 |
committer | Julien Desprez <jdesprez@google.com> | Thu Jan 09 08:59:18 2020 -0800 |
tree | e29ba68cbf3f0e382ff3f37366c5d2efbe1b7c49 | |
parent | bc0c6c59bff5c35cb91ddc79744d9730f0811ca9 [diff] |
Need to close the channel associated with the lock It seems that #release() doesn't close the channel so files cannot be executed once they have been downloaded. Test: unit tests Bug: 147392226 Change-Id: Ibb19d33ace570d2bfa5f3adb2b5f987e31774f9a
TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.
Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.
Building TF:
More information at: https://source.android.com/devices/tech/test_infra/tradefed/
See more details about Tradefed Architecture at: https://source.android.com/devices/tech/test_infra/tradefed/architecture
If you are a tests writer you should start looking in the test_framework/ component which contains everything needed to write a tests in Tradefed.