Comment 1 for bug 1459345

Revision history for this message
amir sanjar (asanjar) wrote :

Thanks for your contributions to the Juju Charm community. Adding Redis advanced key-value cache and store to the Charm catalog will give Juju user access to rich data structure features.
However bundletester, requirement for juju automated testing, fails with
ERROR environment is already bootstrapped
make: *** [ftest] Error 1
..

"make test also" failed:
CalledProcessError: Command '['juju-deployer', '-W', '-L', '-c', '/tmp/amulet-juju-deployer-0c6Vhq/deployer-schema.json', '-e', 'local', '-t', '1900', 'local']' returned non-zero exit status 1
-------------------- >> begin captured logging << --------------------
amulet.deployer: DEBUG: Deployer schema
{
  "local": {
    "services": {
      "redis1": {
        "expose": true,
        "num_units": 1,
        "branch": "/home/sanjar/development/charms/trusty/redis",
        "options": {
          "password": "secret",
          "loglevel": "verbose",
          "timeout": 60,
          "databases": 3,
          "logfile": "/tmp/redis.log",
          "port": 4242
        }
      }
    },
    "series": "trusty",
    "relations": []
  }
}
amulet.deployer: DEBUG: juju-deployer -W -L -c /tmp/amulet-juju-deployer-0c6Vhq/deployer-schema.json -e local -t 1900 local
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 2 tests in 178.059s

FAILED (errors=1)
make: *** [ftest] Error 1