|
|
Don't use external servers in the tests
The use of external servers can lead to unwanted flakiness.
The socket reuse tests where removed alltogether as they where not
testing socket reuse anymore than a lot of the other HTTP/HTTPS tests.
This change revealed some issues with srcure sockets and short writes,
so the short writes are disabled until this is resolved.
R=ajohnsen@google.com
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=19032
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+260 lines, -337 lines) |
Patch |
 |
A |
tests/standalone/io/http_client_exception_test.dart
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
D |
tests/standalone/io/http_client_socket_reuse_test.dart
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
tests/standalone/io/http_client_test.dart
|
View
|
|
1 chunk |
+0 lines, -75 lines |
0 comments
|
Download
|
 |
A |
tests/standalone/io/https_client_exception_test.dart
|
View
|
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
D |
tests/standalone/io/https_client_socket_reuse_test.dart
|
View
|
|
1 chunk |
+0 lines, -43 lines |
0 comments
|
Download
|
 |
D |
tests/standalone/io/https_client_test.dart
|
View
|
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/io/raw_secure_socket_pause_test.dart
|
View
|
1
|
1 chunk |
+89 lines, -63 lines |
2 comments
|
Download
|
 |
M |
tests/standalone/io/raw_secure_socket_test.dart
|
View
|
1
|
1 chunk |
+62 lines, -32 lines |
2 comments
|
Download
|
 |
M |
tests/standalone/io/secure_socket_test.dart
|
View
|
1
|
1 chunk |
+50 lines, -21 lines |
0 comments
|
Download
|
 |
M |
tests/standalone/standalone.status
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|