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

Issue 24199004: Change pub tests and pub local server to use ipV4 localhost by address. (Closed)

Created:
7 years, 3 months ago by Bill Hesse
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Change pub tests and pub local server to use ipV4 localhost by address. BUG=dartbug.com/12837 R=ajohnsen@google.com, nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=27880

Patch Set 1 #

Patch Set 2 : Update status file, enabling tests skipped because of bug. #

Patch Set 3 : Escape . in regular expressions. #

Patch Set 4 : Add hostname option to pub serve command. #

Patch Set 5 : Use pub serve 'hostname' option in tests of pub. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -60 lines) Patch
M pkg/scheduled_test/lib/scheduled_server.dart View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/load_transformers.dart View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/barback/server.dart View 1 2 3 4 2 chunks +7 lines, -2 lines 1 comment Download
M sdk/lib/_internal/pub/lib/src/command/serve.dart View 1 2 3 3 chunks +12 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/oauth2.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/pub.status View 1 1 chunk +0 lines, -20 lines 0 comments Download
M sdk/lib/_internal/pub/test/descriptor.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/hosted/fail_gracefully_on_missing_package_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/install/hosted/install_test.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/install/hosted/repair_cache_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/list_package_dirs/lists_dependency_directories_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/utils.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/detects_a_transformer_cycle.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/detects_an_ordering_dependency_cycle.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/fails_to_load_a_file_that_defines_no_transforms_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/fails_to_load_a_non_existent_transform_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_from_a_non_dependency_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_with_a_syntax_error_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/fails_to_load_a_transform_with_an_import_error_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/fails_to_load_an_unconfigurable_transformer_when_config_is_passed_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/serve/utils.dart View 1 2 3 5 chunks +6 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Bill Hesse
Here is a fix for the flakiness on the Mac pub test slaves. We considered ...
7 years, 3 months ago (2013-09-23 16:13:52 UTC) #1
Anders Johnsen
LGTM, but let's be sure we have searched forums and filed a Mac OS X ...
7 years, 3 months ago (2013-09-23 16:27:26 UTC) #2
nweiz
lgtm This is gross, but it looks like there's nothing good to do about it ...
7 years, 3 months ago (2013-09-23 20:03:18 UTC) #3
nweiz
Actually, Bob and I want to think about this some more before it gets submitted. ...
7 years, 3 months ago (2013-09-23 20:16:59 UTC) #4
Bill Hesse
Committed patchset #5 manually as r27880 (presubmit successful).
7 years, 2 months ago (2013-09-25 14:37:04 UTC) #5
nweiz
7 years, 2 months ago (2013-09-25 19:15:27 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/24199004/diff/44001/sdk/lib/_internal/pub/lib...
File sdk/lib/_internal/pub/lib/src/barback/server.dart (right):

https://codereview.chromium.org/24199004/diff/44001/sdk/lib/_internal/pub/lib...
sdk/lib/_internal/pub/lib/src/barback/server.dart:53: .then((server) => new
BarbackServer._(server, barback, rootPackage, host));
Long line.

Powered by Google App Engine
This is Rietveld 408576698