juju fails stress test

Bug #1056679 reported by Dave Cheney
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
juju-core
Invalid
High
Dave Cheney

Bug Description

This simple loop fails often

lucky(~/src/launchpad.net/juju-core/cmd/juju) % cat stress.bash
#!/bin/bash

set -e

while true ; do
        juju bootstrap --upload-tools
        juju deploy mongodb
        juju status
        juju destroy-environment
done

lucky(~/src/launchpad.net/juju-core/cmd/juju) % bash -x stress.bash
+ set -e
+ true
+ juju bootstrap --upload-tools
+ juju deploy mongodb
+ juju status
error: instance i-bbd62fc6 for machine 1 not found

Related branches

Revision history for this message
Dave Cheney (dave-cheney) wrote :

lucky(~/src/launchpad.net/juju-core/cmd/juju) % bash -x stress.bash
+ set -e
+ true
+ juju bootstrap --upload-tools
+ juju deploy mongodb
error: no instances found

Revision history for this message
Dave Cheney (dave-cheney) wrote :

+ true
+ juju bootstrap --upload-tools
+ juju deploy mongodb
+ juju status
error: instance i-cd6a93b0 for machine 1 not found

Changed in juju-core:
milestone: 1.9.2 → 1.9.3
Changed in juju-core:
milestone: 1.9.3 → 1.9.4
Revision history for this message
Dave Cheney (dave-cheney) wrote :

This cannot be reproduced any more. See linked branch for stress test script.

Changed in juju-core:
assignee: nobody → Dave Cheney (dave-cheney)
milestone: 1.9.4 → 2.0
status: Confirmed → In Progress
milestone: 2.0 → 1.9.4
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.