New issue
Advanced search Search tips

Issue 916748 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jan 9
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Show URL to user when running run_blink_wptserve

Project Member Reported by r...@igalia.com, Dec 19

Issue description

It would be very nice that when you run ./tools/run_blink_wptserve.py you get something like:
  Browse the WPT tests at http://localhlost:8001
  Hit any key to stop the server and exit.

Thank you very much.
 
Status: Available (was: Untriaged)
I agree. Ditto for run_blink_httpd.py.
Owner: robertma@chromium.org
Status: Started (was: Available)
https://chromium-review.googlesource.com/c/chromium/src/+/1401670
Project Member

Comment 3 by bugdroid1@chromium.org, Jan 9

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/7f15413aca773bf6f8977f6eb98ba94725a5260b

commit 7f15413aca773bf6f8977f6eb98ba94725a5260b
Author: Robert Ma <robertma@chromium.org>
Date: Wed Jan 09 18:13:05 2019

[blinkpy] Print out server URLs at startup

This change affects run_blink_{httpd,wptserve}.py, the wrapper scripts
to start Apache/wptserve locally with proper configurations for
developing/debugging Blink web tests.

The scripts did not print out the server ports or URLs by default, which
is really inconvenient (and `-v` gives too much information).

Bug:  916748 
Change-Id: I03bdb0da2ffff9b5478fd316ef12240ec10da73e
Reviewed-on: https://chromium-review.googlesource.com/c/1401670
Commit-Queue: Robert Ma <robertma@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#621220}
[modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/apache_http.py
[modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/cli_wrapper.py
[modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/pywebsocket.py
[modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/server_base.py
[modify] https://crrev.com/7f15413aca773bf6f8977f6eb98ba94725a5260b/third_party/blink/tools/blinkpy/web_tests/servers/wptserve.py

Status: Fixed (was: Started)

Sign in to add a comment