Merge lp:~thomas-voss/location-service/stabilize-acceptance-tests into lp:location-service/trunk

Proposed by Thomas Voß
Status: Merged
Approved by: Scott Sweeny
Approved revision: 225
Merged at revision: 227
Proposed branch: lp:~thomas-voss/location-service/stabilize-acceptance-tests
Merge into: lp:location-service/trunk
Prerequisite: lp:~thomas-voss/location-service/enable-dual-landings-take-2
Diff against target: 12 lines (+1/-1)
1 file modified
tests/acceptance_tests.cpp (+1/-1)
To merge this branch: bzr merge lp:~thomas-voss/location-service/stabilize-acceptance-tests
Reviewer Review Type Date Requested Status
Scott Sweeny (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+288774@code.launchpad.net

Commit message

Lower number of concurrent clients to stabilize acceptance test on loaded builders.

Description of the change

Lower number of concurrent clients to stabilize acceptance test on loaded builders.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Scott Sweeny (ssweeny) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/acceptance_tests.cpp'
2--- tests/acceptance_tests.cpp 2016-03-11 13:54:59 +0000
3+++ tests/acceptance_tests.cpp 2016-03-11 13:54:59 +0000
4@@ -818,7 +818,7 @@
5
6 options.add(Keys::client_count,
7 "Number of clients that should be fired up.",
8- std::uint32_t{50});
9+ std::uint32_t{10});
10
11 options.add(Keys::test_duration,
12 "Test duration in [s]",

Subscribers

People subscribed via source and target branches