Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Information redacted by Android Beta Feedback.
xe...@telechips.com <xe...@telechips.com> #3
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Complete steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Current output (Error message if any)
What do you see instead?
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
Complete steps to reproduce
What steps do others need to take in order to reproduce the issue themselves?
Current output (Error message if any)
What do you see instead?
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
Description
I would like to inquire about an issue while running CTS using --subplan --shard-count option.
CTS tool version : 15_r2
command : run cts --subplan --shard-count 6
precondition :
To apply subplan + shard, we confirmed that the adb devices are conneted and subplan xml .
issue description :
When subplan and sharding was not applied, the total number of modules in the result was 1067. (It is total modules, not Modules Done.) However, when subplan and sharding is applied, the total number of modules is about 300 even though the test is not interrupted and all are completed in a true state.
attached cts log and subplan xml.
Is there a solution?
Thank you!