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

Issue 413063002: add debug logging for win apache issues (Closed)

Created:
6 years, 5 months ago by Dirk Pranke
Modified:
6 years, 4 months ago
Reviewers:
eseidel
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add some debug logging for win apache issues in run-webkit-tests. R=eseidel@chromium.org BUG=378444 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178801

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix accidentally dropped exception message #

Total comments: 6

Patch Set 3 : update w/ review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -9 lines) Patch
M Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py View 1 2 5 chunks +7 lines, -5 lines 0 comments Download
M Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py View 2 chunks +2 lines, -2 lines 0 comments Download
M Tools/Scripts/webkitpy/layout_tests/servers/server_base.py View 1 2 8 chunks +39 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Dirk Pranke
https://codereview.chromium.org/413063002/diff/1/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py File Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py (right): https://codereview.chromium.org/413063002/diff/1/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py#newcode47 Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py:47: self._log_prefixes = ('access_log', 'error_log') The fact that this line ...
6 years, 5 months ago (2014-07-23 23:21:11 UTC) #1
Dirk Pranke
6 years, 5 months ago (2014-07-23 23:23:27 UTC) #2
eseidel
lgtm https://codereview.chromium.org/413063002/diff/20001/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py File Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py (right): https://codereview.chromium.org/413063002/diff/20001/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py#newcode65 Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py:65: self._access_log = self._filesystem.join(output_dir, "access_log.txt") I might have added ...
6 years, 5 months ago (2014-07-23 23:29:23 UTC) #3
Dirk Pranke
https://codereview.chromium.org/413063002/diff/20001/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py File Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py (right): https://codereview.chromium.org/413063002/diff/20001/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py#newcode65 Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py:65: self._access_log = self._filesystem.join(output_dir, "access_log.txt") On 2014/07/23 23:29:23, eseidel wrote: ...
6 years, 5 months ago (2014-07-23 23:51:01 UTC) #4
Dirk Pranke
The CQ bit was checked by dpranke@chromium.org
6 years, 5 months ago (2014-07-24 00:01:08 UTC) #5
Dirk Pranke
The CQ bit was unchecked by dpranke@chromium.org
6 years, 5 months ago (2014-07-24 00:01:15 UTC) #6
Dirk Pranke
The CQ bit was checked by dpranke@chromium.org
6 years, 5 months ago (2014-07-24 00:58:17 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpranke@chromium.org/413063002/40001
6 years, 5 months ago (2014-07-24 00:59:52 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 5 months ago (2014-07-24 02:13:28 UTC) #9
commit-bot: I haz the power
Change committed as 178801
6 years, 5 months ago (2014-07-24 02:49:16 UTC) #10
jsbell
On 2014/07/24 02:49:16, I haz the power (commit-bot) wrote: > Change committed as 178801 Ugh, ...
6 years, 4 months ago (2014-08-01 19:14:51 UTC) #11
Dirk Pranke
6 years, 4 months ago (2014-08-01 21:56:17 UTC) #12
Message was sent while issue was closed.
On 2014/08/01 19:14:51, jsbell wrote:
> On 2014/07/24 02:49:16, I haz the power (commit-bot) wrote:
> > Change committed as 178801
> 
> Ugh, the removal of s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
> means I need to wait an indeterminate amount of time between runs for the
socket
> to be freed up on my linux box, otherwise port is reported as still in use.
> 
> Can we restore that line, or scope it to !self._is_win ?

Yup, I definitely thought this might be a problem on unix. We should scope it to
_is_win. I don't think it's safe to add it back on win yet.

Powered by Google App Engine
This is Rietveld 408576698