Merge lp:~mthaddon/mojo/cassandra-charm-testing-timeout into lp:mojo/mojo-specs

Proposed by Tom Haddon
Status: Rejected
Rejected by: Tom Haddon
Proposed branch: lp:~mthaddon/mojo/cassandra-charm-testing-timeout
Merge into: lp:mojo/mojo-specs
Diff against target: 20 lines (+2/-2)
1 file modified
charm-testing/cassandra/manifest (+2/-2)
To merge this branch: bzr merge lp:~mthaddon/mojo/cassandra-charm-testing-timeout
Reviewer Review Type Date Requested Status
Stuart Bishop (community) Disapprove
Review via email: mp+349641@code.launchpad.net

Commit message

charm-testing/cassandra: increase deployment timeout to allow cluster to bootstrap

Description of the change

charm-testing/cassandra: increase deployment timeout to allow cluster to bootstrap

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
Stuart Bishop (stub) wrote :

Looking at the log, this was a genuine failure.

review: Disapprove

Unmerged revisions

117. By Tom Haddon

charm-testing/cassandra: increase deployment timeout to allow cluster to bootstrap

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'charm-testing/cassandra/manifest'
2--- charm-testing/cassandra/manifest 2017-08-22 11:56:00 +0000
3+++ charm-testing/cassandra/manifest 2018-07-16 12:04:40 +0000
4@@ -2,7 +2,7 @@
5 collect config=collect
6 script config=pre-deploy
7 ## Deploy using deploy-secrets so we can specify an http_proxy in certain environments
8-deploy config=deploy local=deploy-secrets wait=true timeout=3600
9+deploy config=deploy local=deploy-secrets wait=true timeout=7200
10 nagios-check retry=3 sleep=60
11 verify config=post-deploy
12 # Now test an upgrade to the new charm if UPGRADE_CHARM is set
13@@ -16,6 +16,6 @@
14 # Now redeploy the model, and test a deployment from scratch (with the updated charm in place)
15 script config=redeploy-model
16 script config=pre-deploy
17-deploy config=deploy local=deploy-secrets wait=true
18+deploy config=deploy local=deploy-secrets wait=true timeout=7200
19 nagios-check retry=3 sleep=60
20 verify config=post-deploy

Subscribers

People subscribed via source and target branches

to all changes: