Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Issue 17009: Fix the test server to be smarter about when to... (Closed)

Created:
11 years, 11 months ago by Nicolas Sylvain
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix the test server to be smarter about when to handle a command or not. This is to fix this problem: Adding a new command called "slowread" will not work if added after "slow", because the handler for "slow" handles all the commands that STARTS with slow, instead of slow[/?$] Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=7515

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -25 lines) Patch
M net/tools/testserver/testserver.py View 1 25 chunks +34 lines, -25 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Nicolas Sylvain
11 years, 11 months ago (2008-12-30 01:02:49 UTC) #1
Pam (message me for reviews)
http://codereview.chromium.org/17009/diff/1/2 File net/tools/testserver/testserver.py (right): http://codereview.chromium.org/17009/diff/1/2#newcode119 Line 119: pattern = re.compile('^%s($|\?|/)' % handler_name) It'd be clearer ...
11 years, 11 months ago (2008-12-30 01:22:01 UTC) #2
Pam (message me for reviews)
11 years, 11 months ago (2008-12-30 21:50:29 UTC) #3
LGTM.

- Pam

Powered by Google App Engine
This is Rietveld 408576698