|
Use FakeServer-based invalidations for Sync tests
This CL creates a new InvalidationService implementation,
FakeServerInvalidationService, to remove FakeServer-based tests'
dependency on the Python XMPP server.
Another major change is that FakeServer's HandleCommand is now executed
on the UI thread and locking has been removed from FakeServer itself.
BUG= 323265
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267422
Total comments: 18
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+314 lines, -110 lines) |
Patch |
 |
A + |
chrome/browser/sync/test/integration/fake_server_invalidation_service.h
|
View
|
1
2
3
4
|
2 chunks |
+20 lines, -32 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/sync/test/integration/fake_server_invalidation_service.cc
|
View
|
1
2
3
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/sync_test.h
|
View
|
1
2
3
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/sync_test.cc
|
View
|
1
2
3
|
10 chunks |
+48 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
sync/test/fake_server/fake_server.h
|
View
|
1
2
3
|
6 chunks |
+40 lines, -23 lines |
0 comments
|
Download
|
 |
M |
sync/test/fake_server/fake_server.cc
|
View
|
1
2
3
|
11 chunks |
+43 lines, -28 lines |
0 comments
|
Download
|
 |
M |
sync/test/fake_server/fake_server_http_post_provider.h
|
View
|
1
2
|
5 chunks |
+18 lines, -2 lines |
0 comments
|
Download
|
 |
M |
sync/test/fake_server/fake_server_http_post_provider.cc
|
View
|
1
2
3
|
5 chunks |
+41 lines, -8 lines |
0 comments
|
Download
|
 |
M |
sync/test/fake_server/fake_server_network_resources.cc
|
View
|
1
2
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|