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

Issue 349303006: mojo: add some end-to-end shell tests and a new test sample app (Closed)

Created:
6 years, 6 months ago by tim (not reviewing)
Modified:
6 years, 5 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Project:
chromium
Visibility:
Public.

Description

mojo: add some end-to-end shell tests and a new test sample app * Adds several shell integration tests that connect multiple services and applications together. * Adds ToyMonitoringService and associated standalone application. Used to collect data about various services that connect with it and provide a report (e.g to the shell) for test verification purposes. BUG=378155 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280956

Patch Set 1 : #

Patch Set 2 : ServiceProvider rebase #

Total comments: 12

Patch Set 3 : review #

Patch Set 4 : renames #

Patch Set 5 : rebase #

Patch Set 6 : fixes #

Patch Set 7 : more newlines #

Patch Set 8 : still trying #

Patch Set 9 : ... #

Patch Set 10 : #

Patch Set 11 : no icu #

Unified diffs Side-by-side diffs Delta from patch set Stats (+743 lines, -51 lines) Patch
M mojo/mojo.gyp View 1 2 3 4 5 3 chunks +5 lines, -2 lines 0 comments Download
M mojo/mojo_services.gypi View 1 2 3 4 8 9 10 3 chunks +30 lines, -1 line 0 comments Download
A mojo/services/test_service/test_request_tracker.mojom View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
A mojo/services/test_service/test_request_tracker_application.h View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A mojo/services/test_service/test_request_tracker_application.cc View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A mojo/services/test_service/test_request_tracker_client_impl.h View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
A mojo/services/test_service/test_request_tracker_client_impl.cc View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A mojo/services/test_service/test_request_tracker_impl.h View 1 2 3 4 5 1 chunk +69 lines, -0 lines 0 comments Download
A mojo/services/test_service/test_request_tracker_impl.cc View 1 2 3 4 5 6 1 chunk +76 lines, -0 lines 0 comments Download
M mojo/services/test_service/test_service.mojom View 1 2 3 4 5 6 7 8 9 10 1 chunk +11 lines, -1 line 0 comments Download
M mojo/services/test_service/test_service_application.cc View 1 10 2 chunks +2 lines, -0 lines 0 comments Download
M mojo/services/test_service/test_service_impl.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +14 lines, -4 lines 0 comments Download
M mojo/services/test_service/test_service_impl.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +37 lines, -1 line 0 comments Download
A mojo/services/test_service/test_time_service_impl.h View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A mojo/services/test_service/test_time_service_impl.cc View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
M mojo/shell/shell_test_base.h View 1 1 chunk +5 lines, -4 lines 0 comments Download
M mojo/shell/shell_test_base.cc View 1 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M mojo/shell/shell_test_base_unittest.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +199 lines, -35 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
tim (not reviewing)
6 years, 6 months ago (2014-06-24 19:24:08 UTC) #1
tim (not reviewing)
On 2014/06/24 19:24:08, timsteele wrote: Note my main goal so far was to convince myself ...
6 years, 6 months ago (2014-06-24 19:28:42 UTC) #2
tim (not reviewing)
On 2014/06/24 19:28:42, timsteele wrote: > On 2014/06/24 19:24:08, timsteele wrote: > > Note my ...
6 years, 6 months ago (2014-06-26 02:27:48 UTC) #3
viettrungluu
https://codereview.chromium.org/349303006/diff/60001/mojo/services/test_service/test_service.mojom File mojo/services/test_service/test_service.mojom (right): https://codereview.chromium.org/349303006/diff/60001/mojo/services/test_service/test_service.mojom#newcode8 mojo/services/test_service/test_service.mojom:8: const string kWelcomeMessagePrefix = "Party like it's "; I'm ...
6 years, 5 months ago (2014-06-30 17:08:25 UTC) #4
tim (not reviewing)
+mpcomplete for comment about const strings; I'm not sure what the right thing is here ...
6 years, 5 months ago (2014-06-30 22:20:55 UTC) #5
viettrungluu
On 2014/06/30 22:20:55, timsteele wrote: > +mpcomplete for comment about const strings; I'm not sure ...
6 years, 5 months ago (2014-06-30 22:31:32 UTC) #6
tim (not reviewing)
The CQ bit was checked by tim@chromium.org
6 years, 5 months ago (2014-07-01 00:32:54 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/349303006/160001
6 years, 5 months ago (2014-07-01 00:37:11 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel on tryserver.chromium ...
6 years, 5 months ago (2014-07-01 01:59:47 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-01 02:03:01 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/mac_chromium_rel/builds/44861)
6 years, 5 months ago (2014-07-01 02:03:02 UTC) #11
tim (not reviewing)
The CQ bit was checked by tim@chromium.org
6 years, 5 months ago (2014-07-02 01:01:02 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tim@chromium.org/349303006/340001
6 years, 5 months ago (2014-07-02 01:02:25 UTC) #13
commit-bot: I haz the power
6 years, 5 months ago (2014-07-02 07:04:19 UTC) #14
Message was sent while issue was closed.
Change committed as 280956

Powered by Google App Engine
This is Rietveld 408576698