You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests
Robert Iannucci b46b033bd7 [git-cl] Make quick Gerrit RPC at the top of CMDupload.
This prevents the following scenario:

$ git cl upload ...
<runs `git status`>  # slow operation
<runs `git cl presubmit`>  # slow operation
<runs $EDITOR /commit/message> # requires thinking
CRASH!! You need to authenticate!!
$ <authenticate>
$ git cl upload ...
<runs `git status`>  # slow operation
<runs `git cl presubmit`>  # slow operation
<runs $EDITOR /commit/message> # opens new, fresh, editor :(

Now it will do:

$ git cl upload ...
CRASH!! You need to authenticate!!
$ <authenticate>
$ git cl upload ...
<runs `git status`>  # slow operation
<runs `git cl presubmit`>  # slow operation
<runs $EDITOR /commit/message> # requires thinking

R=ayatane, sokcevic@google.com

Change-Id: Icada2b69b3f4ddaff810dc82d54d65f3918d1434
Bug: 351071334
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5826970
Reviewed-by: Josip Sokcevic <sokcevic@chromium.org>
Commit-Queue: Josip Sokcevic <sokcevic@chromium.org>
Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
1 year ago
..
gerrit_util_test.inputs
gstools
.vpython3
OWNERS
auth_test.py
autoninja_test.py autoninja: Replace ninjalog_uploader_wrapper.py and reclient_metrics.py with build_telemetry.py 1 year ago
bazel_test.py
bot_update_coverage_test.py
build_telemetry_test.py ninjalog_uploader: Add user email to ninjalog metadata 1 year ago
cipd_bootstrap_test.py
detect_host_arch_test.py
download_from_google_storage_unittest.py
fetch_test.py
gclient_cipd_smoketest.py
gclient_eval_unittest.py
gclient_gcs_smoketest.py
gclient_git_mutates_smoketest.py
gclient_git_smoketest.py
gclient_no_sync_smoketest.py
gclient_paths_test.py
gclient_scm_test.py
gclient_smoketest.py
gclient_smoketest_base.py
gclient_test.py
gclient_transitions_smoketest.py
gclient_utils_test.py
gerrit_client_test.py
gerrit_util_test.py Reduce RebaseChange max tries from 6 to 2 1 year ago
git_auth_test.py [git_auth] Add apply_global tests 1 year ago
git_cache_test.py
git_cl_creds_check_report.txt
git_cl_test.py [git-cl] Make quick Gerrit RPC at the top of CMDupload. 1 year ago
git_common_test.py [depot_tools] retry git config if it lock-fails 1 year ago
git_dates_test.py
git_find_releases_test.py Skip tests not supported in non-git env if in non-git env 1 year ago
git_footers_test.py Skip tests not supported in non-git env if in non-git env 1 year ago
git_hyper_blame_test.py
git_map_test.py
git_number_test.py Revert "[git-number] Remove unused git-number script." 1 year ago
git_rebase_update_test.py
git_squash_branch_tree_test.py
gn_helper_test.py
gsutil_test.py
hooks_test.py
lockfile_test.py
metrics_test.py [metrics] Add new auth metric 1 year ago
my_activity_test.py
ninjalog_uploader_test.py autoninja: Replace ninjalog_uploader_wrapper.py and reclient_metrics.py with build_telemetry.py 1 year ago
owners_client_test.py
owners_finder_test.py
presubmit_canned_checks_test.py
presubmit_diff_test.py Handle binaries in presubmit_diff 1 year ago
presubmit_support_test.py
presubmit_unittest.py Update presubmit feedback message for Cog 1 year ago
rdb_wrapper_test.py
recipes_test.py
reclient_helper_test.py autoninja: Use AUTONINJA_BUILD_ID for RBE_invocation_id as is. 1 year ago
roll_dep_test.py
roll_downstream_gcs_deps_test.py Add a script to copy GCS packages from one DEPS file to another 1 year ago
scm_mock.py [scm_mock] Expose mocking of system config layer. 1 year ago
scm_unittest.py [scm_mock] Remove unused `config` parameter. 1 year ago
split_cl_test.py
subcommand_test.py
subprocess2_test.py
upload_to_google_storage_first_class_unittest.py
upload_to_google_storage_unittest.py
utils_test.py
watchlists_unittest.py