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
Aaron Gable 93248c5ccb owners: handle CLs which only have partial OWNERS
If every file in a change has OWNERS, then the code would find
them fine. Similarly, if no files has OWNERS, then this code would
return an empty set just fine.

But if some files had OWNERS while others didn't, it would crash
when it tried to find an OWNER for file 'foo' while all the possible
OWNERS only provided coverage for file 'bar'.

This code purges the list of possible OWNERS as they become useless
for providing additional coverage, and returns whatever set we have
accumulated so far when the set of possible OWNERS becomes empty.

R=iannucci@chromium.org

Bug: 715062
Change-Id: I408601bd89379381db1cc7df56beed97ab3c27e6
Reviewed-on: https://chromium-review.googlesource.com/506239
Commit-Queue: Aaron Gable <agable@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
9 years ago
..
gstools
subversion_config
abandon.sh
basic.sh
bot_update_coverage_test.py Move recipes to their own subdirectory 9 years ago
checkout_test.py
download_from_google_storage_unittests.py
fix_encoding_test.py
gclient_eval_unittest.py gclient validate: add schema checking 9 years ago
gclient_scm_test.py
gclient_smoketest.py gclient: return non-zero exit code on unknown command 9 years ago
gclient_test.py Add support for hooks_os in .gclient 9 years ago
gclient_utils_test.py
git_cache_test.py
git_cl_creds_check_report.txt git cl creds-check: add reporting. 9 years ago
git_cl_test.py git-cl-upload: Set all reviewers and ccs in a single batch api call 9 years ago
git_common_test.py Make git blame test pass independently of core.abbrev setting 9 years ago
git_dates_test.py
git_drover_test.py git-drover: TBR appropriate reviewers 9 years ago
git_footers_test.py Reland of Relax git_footers parsing to match that of Gerrit (JGit). 9 years ago
git_hyper_blame_test.py git hyper-blame: Fixed --no-default-ignores option to not take argument. 9 years ago
git_number_test.py
git_rebase_update_test.py
gsutil_test.py
hooks.sh
owners.sh
owners_finder_test.py Only attribute comments to owners that are close to the comment 9 years ago
owners_unittest.py owners: handle CLs which only have partial OWNERS 9 years ago
patch.sh
patch_test.py
post-land-hook-test.sh
presubmit_unittest.py Make CQ_INCLUDE_TRYBOTS support review-specific 9 years ago
push-from-logs.sh
recipes_test.py Stop running deprecated simulation_test 9 years ago
rietveld_test.py Rietveld: fix search query. 9 years ago
sample_pre_commit_hook
save-description-on-failure.sh
scm_unittest.py Implement presubmit API to get the old contents of an affected file. 9 years ago
submit-from-new-dir.sh
subprocess2_test.py
test-lib.sh
upload-local-tracking-branch.sh
upload-stale.sh
upload_to_google_storage_unittests.py
watchlists_unittest.py