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

Issue 437063: Use apache on the Mac on V8-Latest builders as an experiment... (Closed)

Created:
11 years ago by ojan
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com, darin (slow to review), pam+watch_chromium.org
Visibility:
Public.

Description

Use apache on the Mac on V8-Latest builders as an experiment to see if http test flakiness goes away. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33130

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 5

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -3 lines) Patch
A webkit/tools/layout_tests/layout_package/apache_http_server.py View 1 2 3 4 5 6 7 8 1 chunk +143 lines, -0 lines 1 comment Download
M webkit/tools/layout_tests/layout_package/platform_utils_mac.py View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/tools/layout_tests/run_webkit_tests.py View 1 2 3 4 4 chunks +14 lines, -1 line 0 comments Download
M webkit/tools/layout_tests/test_expectations.txt View 1 2 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ojan
11 years ago (2009-11-25 19:44:36 UTC) #1
tony
http://codereview.chromium.org/437063/diff/1/3 File webkit/tools/layout_tests/layout_package/apache_http_server.py (right): http://codereview.chromium.org/437063/diff/1/3#newcode36 webkit/tools/layout_tests/layout_package/apache_http_server.py:36: path_utils.MaybeMakeDirectory(os.path.join("tmp", "WebKit")) I think this is going to make ...
11 years ago (2009-11-25 19:57:37 UTC) #2
ojan
All done. Added a commandline flag to use apache. Also, added some sleep calls to ...
11 years ago (2009-11-25 20:16:48 UTC) #3
tony
http://codereview.chromium.org/437063/diff/11/13 File webkit/tools/layout_tests/layout_package/apache_http_server.py (right): http://codereview.chromium.org/437063/diff/11/13#newcode102 webkit/tools/layout_tests/layout_package/apache_http_server.py:102: time.sleep(3) This seems flaky. What happens if you start ...
11 years ago (2009-11-25 20:57:09 UTC) #4
ojan
http://codereview.chromium.org/437063/diff/11/13 File webkit/tools/layout_tests/layout_package/apache_http_server.py (right): http://codereview.chromium.org/437063/diff/11/13#newcode102 webkit/tools/layout_tests/layout_package/apache_http_server.py:102: time.sleep(3) On 2009/11/25 20:57:09, tony wrote: > This seems ...
11 years ago (2009-11-25 21:38:08 UTC) #5
tony
11 years ago (2009-11-25 21:45:30 UTC) #6
LGTM

http://codereview.chromium.org/437063/diff/11/13
File webkit/tools/layout_tests/layout_package/apache_http_server.py (right):

http://codereview.chromium.org/437063/diff/11/13#newcode102
webkit/tools/layout_tests/layout_package/apache_http_server.py:102:
time.sleep(3)
On 2009/11/25 21:38:08, ojan wrote:
> I now check if stderr had any text and assume that means it didn't start up
> properly. Does that seem fine? It worked for the one case I was hitting
locally
> at least.

Seems fine for now.  We can add more stuff as it comes up.

http://codereview.chromium.org/437063/diff/5003/5005#newcode121
webkit/tools/layout_tests/layout_package/apache_http_server.py:121: 
Nit: There should still probably be some sleep here, like maybe .1?

Powered by Google App Engine
This is Rietveld 408576698