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

Poll all test executions #584

Merged
merged 1 commit into from
Aug 5, 2019
Merged

Poll all test executions #584

merged 1 commit into from
Aug 5, 2019

Conversation

bootstraponline
Copy link
Contributor

Polling will output information from all test executions contained within a matrix. The device name/version is now included in the message.

Fix #577

PollMatrices
  0m  0s matrix-22bqg6b74i3i4 NexusLowRes-28 VALIDATING
  0m 15s matrix-22bqg6b74i3i4 NexusLowRes-28 PENDING
  0m 30s matrix-22bqg6b74i3i4 NexusLowRes-28 Starting attempt 1.
  0m 30s matrix-22bqg6b74i3i4 NexusLowRes-28 RUNNING
  1m 31s matrix-22bqg6b74i3i4 NexusLowRes-28 Started logcat recording.
  1m 31s matrix-22bqg6b74i3i4 NexusLowRes-28 Preparing device.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Logging in to Google account on device.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Installing apps.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Retrieving Pre-Test Package Stats information from the device.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Retrieving Performance Environment information from the device.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Started crash detection.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Started crash monitoring.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Started performance monitoring.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Started video recording.
  2m  2s matrix-22bqg6b74i3i4 NexusLowRes-28 Starting instrumentation test.
  2m 17s matrix-22bqg6b74i3i4 NexusLowRes-28 Completed instrumentation test.
  2m 33s matrix-22bqg6b74i3i4 NexusLowRes-28 Stopped performance monitoring.
  2m 48s matrix-22bqg6b74i3i4 NexusLowRes-28 Stopped crash monitoring.
  2m 48s matrix-22bqg6b74i3i4 NexusLowRes-28 Retrieving Post-test Package Stats information from the device.
  2m 48s matrix-22bqg6b74i3i4 NexusLowRes-28 Stopped logcat recording.
  2m 48s matrix-22bqg6b74i3i4 NexusLowRes-28 Logging out of Google account on device.
  2m 48s matrix-22bqg6b74i3i4 NexusLowRes-28 Done. Test time = 6 (secs)
  2m 48s matrix-22bqg6b74i3i4 NexusLowRes-28 Starting results processing. Attempt: 1
  3m  4s matrix-22bqg6b74i3i4 NexusLowRes-28 Completed results processing. Time taken = 4 (secs)
  3m  4s matrix-22bqg6b74i3i4 NexusLowRes-28 FINISHED
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Starting attempt 1.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Started logcat recording.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Preparing device.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Logging in to Google account on device.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Installing apps.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Retrieving Pre-Test Package Stats information from the device.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Retrieving Performance Environment information from the device.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Started crash detection.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Started crash monitoring.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Started performance monitoring.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Started video recording.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Starting instrumentation test.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Completed instrumentation test.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Stopped performance monitoring.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Stopped crash monitoring.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Stopped logcat recording.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Retrieving Post-test Package Stats information from the device.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Logging out of Google account on device.
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Done. Test time = 5 (secs)
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Starting results processing. Attempt: 1
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 Completed results processing. Time taken = 3 (secs)
  3m 20s matrix-22bqg6b74i3i4 NexusLowRes-27 FINISHED
  3m 20s matrix-22bqg6b74i3i4 FINISHED

@codecov-io
Copy link

Codecov Report

Merging #584 into master will decrease coverage by 0.59%.
The diff coverage is 2.08%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #584     +/-   ##
===========================================
- Coverage     77.43%   76.83%   -0.6%     
  Complexity      604      604             
===========================================
  Files            79       81      +2     
  Lines          2229     2245     +16     
  Branches        313      317      +4     
===========================================
- Hits           1726     1725      -1     
- Misses          292      308     +16     
- Partials        211      212      +1

@bootstraponline bootstraponline merged commit a63d926 into master Aug 5, 2019
@bootstraponline bootstraponline deleted the v7 branch August 5, 2019 02:05
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.

FINISHED printed twice for the same matrix
2 participants