commit | e27936ef82d33a5f286e1f2f22817aa682f79e90 | [log] [tgz] |
---|---|---|
author | Jason Robbins <jrobbins@chromium.org> | Thu Jun 07 23:33:46 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jun 07 23:33:46 2018 |
tree | 606ed0ea662fd5b860df4443ae85f4b6ae32d5d8 | |
parent | 4a543064ae2f35f9c22136bb8e0270d84a440afe [diff] |
[Monorail] Prevent request inflation via groupby=. R=seanmccullough@chromium.org Bug: b/109802037 Change-Id: I93cce0c79e4767a89cee173f1d4e6148d2a5b45b Reviewed-on: https://chromium-review.googlesource.com/1092030 Reviewed-by: Sean McCullough <seanmccullough@chromium.org> Commit-Queue: Jason Robbins <jrobbins@chromium.org>
Welcome to the Chrome Infra repository!
Wondering where to start? Check out General Chrome Infrastructure documentation. In particular, to check out this repo and the rest of the infrastructure code, follow the instructions here. The rest of this page is specific to this repo.
sys.path
modifications.from infra.path_hacks.common import <stg>
is actually getting <stg>
from build/scripts/common.git push origin <updated hash>:deployed
git push
commandIf you've added a new module, integrate your tests with test.py:
Double-check that your tests are getting picked up when you want them to be: ./test.py test <path-to-package>
.
Tests still not getting picked up by test.py? Double-check to make sure you have init.py files in each directory of your module so Python recognizes it as a package.