Skip to content

Commit

Permalink
debug printout for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
billfeng327 committed Feb 12, 2019
1 parent 8fd9b02 commit ea3fd88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/run_tests/python_utils/upload_rbe_results.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ def _get_resultstore_data(api_key, invocation_id):
# that limit, the 'nextPageToken' field is included in the request to get
# subsequent data, so keep requesting until 'nextPageToken' field is omitted.
while True:
print(invocation_id)
print(api_key)
print(page_token)
req = urllib2.Request(
url=
'https://resultstore.googleapis.com/v2/invocations/%s/targets/-/configuredTargets/-/actions?key=%s&pageToken=%s&fields=id,status_attributes,timing,test_action'
Expand Down

0 comments on commit ea3fd88

Please sign in to comment.