dokku / dokku-mongo

a mongo plugin for dokku
MIT License
174 stars 32 forks source link

Upgrade docker image versions #125

Closed josegonzalez closed 5 years ago

dokku-bot commented 5 years ago

DOKKU_VERSION=master

Build Url

1..1 (hook_pre_delete.bats)

not ok 0 (mongo:hook:pre-delete) removes app from links file when destroying app in 4sec (from function `setup' in test file hook_pre_delete.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready Not linked to app my_app =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..5 (service_clone.bats)

not ok 0 (mongo:clone) error when there are no arguments in 4sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:clone) error when service does not exist in 3sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:clone) error when new service isn't provided in 3sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:clone) error when new service already exists in 4sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 4 (mongo:clone) success in 3sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_connect.bats)

not ok 0 (mongo:connect) error when there are no arguments in 4sec (from function `setup' in test file service_connect.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:connect) error when service does not exist in 3sec (from function `setup' in test file service_connect.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:connect) success in 3sec (from function `setup' in test file service_connect.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_connect_admin.bats)

not ok 0 (mongo:connect-admin) error when there are no arguments in 4sec (from function `setup' in test file service_connect_admin.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:connect-admin) error when service does not exist in 3sec (from function `setup' in test file service_connect_admin.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:connect-admin) success in 3sec (from function `setup' in test file service_connect_admin.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..4 (service_create.bats)

not ok 0 (mongo:create) success in 3sec (from function `assert_contains' in file test_helper.bash, line 13, in test file service_create.bats, line 6) `assert_contains "${lines[*]}" "container created: l"' failed expected container created: l to be in: Waiting for container to be ready
not ok 1 (mongo:create) service with dashes in 2sec (from function `assert_contains' in file test_helper.bash, line 13, in test file service_create.bats, line 12) `assert_contains "${lines[*]}" "container created: service-with-dashes"' failed expected container created: service-with-dashes to be in: Waiting for container to be ready

1..4 (service_destroy.bats)

not ok 0 (mongo:destroy) success with --force in 0sec (in test file service_destroy.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed MongoDB service l already exists
not ok 3 (mongo:destroy) error when container is linked to an app in 0sec (in test file service_destroy.bats, line 21) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed MongoDB service l already exists

1..4 (service_export.bats)

not ok 0 (mongo:export) error when there are no arguments in 2sec (from function `setup' in test file service_export.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed MongoDB service l already exists =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:export) error when service does not exist in 3sec (from function `setup' in test file service_export.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:export) success with SSH_TTY in 3sec (from function `setup' in test file service_export.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:export) success without SSH_TTY in 4sec (from function `setup' in test file service_export.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..4 (service_expose.bats)

not ok 0 (mongo:expose) error when there are no arguments in 3sec (from function `setup' in test file service_expose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:expose) error when service does not exist in 3sec (from function `setup' in test file service_expose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:expose) success when not providing custom ports in 4sec (from function `setup' in test file service_expose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:expose) success when providing custom ports in 3sec (from function `setup' in test file service_expose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..4 (service_import.bats)

not ok 0 (mongo:import) error when there are no arguments in 3sec (from function `setup' in test file service_import.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:import) error when service does not exist in 4sec (from function `setup' in test file service_import.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:import) error when data is not provided in 3sec (from function `setup' in test file service_import.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:import) success in 3sec (from function `setup' in test file service_import.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..6 (service_info.bats)

not ok 0 (mongo:info) error when there are no arguments in 4sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:info) error when service does not exist in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:info) success in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:info) replaces underscores by dash in hostname in 4sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 4 (mongo:info) success with flag in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 5 (mongo:info) error when invalid flag in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..11 (service_link.bats)

not ok 0 (mongo:link) error when there are no arguments in 6sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 1 (mongo:link) error when the app argument is missing in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 2 (mongo:link) error when the app does not exist in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 3 (mongo:link) error when the service does not exist in 3sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 4 (mongo:link) error when the service is already linked to app in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 5 (mongo:link) exports MONGO_URL to app in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 6 (mongo:link) generates an alternate config url when MONGO_URL already in use in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 7 (mongo:link) links to app with docker-options in 3sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 8 (mongo:link) uses apps MONGO_DATABASE_SCHEME variable in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 9 (mongo:link) adds a querystring in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 10 (mongo:link) uses a specified config url when alias is specified in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist

1..4 (service_list.bats)

not ok 0 (mongo:list) with no exposed ports, no linked apps in 3sec (from function `setup' in test file service_list.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:list) with exposed ports in 3sec (from function `setup' in test file service_list.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:list) with linked app in 4sec (from function `setup' in test file service_list.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:list) when there are no services in 3sec (from function `setup' in test file service_list.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..4 (service_logs.bats)

not ok 0 (mongo:logs) error when there are no arguments in 3sec (from function `setup' in test file service_logs.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:logs) error when service does not exist in 3sec (from function `setup' in test file service_logs.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:logs) success when not tailing in 4sec (from function `setup' in test file service_logs.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:logs) success when tailing in 3sec (from function `setup' in test file service_logs.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..8 (service_promote.bats)

not ok 0 (mongo:promote) error when there are no arguments in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 1 (mongo:promote) error when the app argument is missing in 3sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 2 (mongo:promote) error when the app does not exist in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 3 (mongo:promote) error when the service does not exist in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 4 (mongo:promote) error when the service is already promoted in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 5 (mongo:promote) changes MONGO_URL in 3sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 6 (mongo:promote) creates new config url when needed in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 7 (mongo:promote) uses MONGO_DATABASE_SCHEME variable in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist

1..3 (service_restart.bats)

not ok 0 (mongo:restart) error when there are no arguments in 3sec (from function `setup' in test file service_restart.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:restart) error when service does not exist in 4sec (from function `setup' in test file service_restart.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:restart) success in 3sec (from function `setup' in test file service_restart.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_start.bats)

not ok 0 (mongo:start) error when there are no arguments in 3sec (from function `setup' in test file service_start.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:start) error when service does not exist in 4sec (from function `setup' in test file service_start.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:start) success in 3sec (from function `setup' in test file service_start.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_stop.bats)

not ok 0 (mongo:stop) error when there are no arguments in 3sec (from function `setup' in test file service_stop.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:stop) error when service does not exist in 3sec (from function `setup' in test file service_stop.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:stop) success in 4sec (from function `setup' in test file service_stop.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_unexpose.bats)

not ok 0 (mongo:unexpose) error when there are no arguments in 3sec (from function `setup' in test file service_unexpose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:unexpose) error when service does not exist in 3sec (from function `setup' in test file service_unexpose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:unexpose) success in 4sec (from function `setup' in test file service_unexpose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..7 (service_unlink.bats)

not ok 0 (mongo:unlink) error when there are no arguments in 6sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 1 (mongo:unlink) error when the app argument is missing in 5sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 2 (mongo:unlink) error when the app does not exist in 6sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 3 (mongo:unlink) error when the service does not exist in 6sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 4 (mongo:unlink) error when service not linked to app in 6sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 5 (mongo:unlink) removes link from docker-options in 5sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 6 (mongo:unlink) unsets config url from app in 6sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
dokku-bot commented 5 years ago

DOKKU_VERSION=v0.17.0

Build Url

1..1 (hook_pre_delete.bats)

not ok 0 (mongo:hook:pre-delete) removes app from links file when destroying app in 4sec (from function `setup' in test file hook_pre_delete.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready Not linked to app my_app =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..5 (service_clone.bats)

not ok 0 (mongo:clone) error when there are no arguments in 3sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:clone) error when service does not exist in 4sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:clone) error when new service isn't provided in 3sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:clone) error when new service already exists in 3sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 4 (mongo:clone) success in 3sec (from function `setup' in test file service_clone.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_connect.bats)

not ok 0 (mongo:connect) error when there are no arguments in 5sec (from function `setup' in test file service_connect.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:connect) error when service does not exist in 3sec (from function `setup' in test file service_connect.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:connect) success in 3sec (from function `setup' in test file service_connect.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_connect_admin.bats)

not ok 0 (mongo:connect-admin) error when there are no arguments in 3sec (from function `setup' in test file service_connect_admin.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:connect-admin) error when service does not exist in 4sec (from function `setup' in test file service_connect_admin.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:connect-admin) success in 3sec (from function `setup' in test file service_connect_admin.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..4 (service_create.bats)

not ok 0 (mongo:create) success in 2sec (from function `assert_contains' in file test_helper.bash, line 13, in test file service_create.bats, line 6) `assert_contains "${lines[*]}" "container created: l"' failed expected container created: l to be in: Waiting for container to be ready
not ok 1 (mongo:create) service with dashes in 2sec (from function `assert_contains' in file test_helper.bash, line 13, in test file service_create.bats, line 12) `assert_contains "${lines[*]}" "container created: service-with-dashes"' failed expected container created: service-with-dashes to be in: Waiting for container to be ready

1..4 (service_destroy.bats)

not ok 0 (mongo:destroy) success with --force in 0sec (in test file service_destroy.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed MongoDB service l already exists
not ok 3 (mongo:destroy) error when container is linked to an app in 0sec (in test file service_destroy.bats, line 21) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed MongoDB service l already exists

1..4 (service_export.bats)

not ok 0 (mongo:export) error when there are no arguments in 1sec (from function `setup' in test file service_export.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed MongoDB service l already exists =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:export) error when service does not exist in 3sec (from function `setup' in test file service_export.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:export) success with SSH_TTY in 4sec (from function `setup' in test file service_export.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:export) success without SSH_TTY in 3sec (from function `setup' in test file service_export.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..4 (service_expose.bats)

not ok 0 (mongo:expose) error when there are no arguments in 3sec (from function `setup' in test file service_expose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:expose) error when service does not exist in 4sec (from function `setup' in test file service_expose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:expose) success when not providing custom ports in 3sec (from function `setup' in test file service_expose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:expose) success when providing custom ports in 3sec (from function `setup' in test file service_expose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..4 (service_import.bats)

not ok 0 (mongo:import) error when there are no arguments in 3sec (from function `setup' in test file service_import.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:import) error when service does not exist in 3sec (from function `setup' in test file service_import.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:import) error when data is not provided in 4sec (from function `setup' in test file service_import.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:import) success in 3sec (from function `setup' in test file service_import.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..6 (service_info.bats)

not ok 0 (mongo:info) error when there are no arguments in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:info) error when service does not exist in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:info) success in 4sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:info) replaces underscores by dash in hostname in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 4 (mongo:info) success with flag in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 5 (mongo:info) error when invalid flag in 3sec (from function `setup' in test file service_info.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..11 (service_link.bats)

not ok 0 (mongo:link) error when there are no arguments in 6sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 1 (mongo:link) error when the app argument is missing in 3sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 2 (mongo:link) error when the app does not exist in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 3 (mongo:link) error when the service does not exist in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 4 (mongo:link) error when the service is already linked to app in 3sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 5 (mongo:link) exports MONGO_URL to app in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 6 (mongo:link) generates an alternate config url when MONGO_URL already in use in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 7 (mongo:link) links to app with docker-options in 3sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 8 (mongo:link) uses apps MONGO_DATABASE_SCHEME variable in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 9 (mongo:link) adds a querystring in 4sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 10 (mongo:link) uses a specified config url when alias is specified in 3sec (from function `setup' in test file service_link.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready MongoDB service m does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist

1..4 (service_list.bats)

not ok 0 (mongo:list) with no exposed ports, no linked apps in 4sec (from function `setup' in test file service_list.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:list) with exposed ports in 3sec (from function `setup' in test file service_list.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:list) with linked app in 3sec (from function `setup' in test file service_list.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:list) when there are no services in 3sec (from function `setup' in test file service_list.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..4 (service_logs.bats)

not ok 0 (mongo:logs) error when there are no arguments in 3sec (from function `setup' in test file service_logs.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:logs) error when service does not exist in 4sec (from function `setup' in test file service_logs.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:logs) success when not tailing in 3sec (from function `setup' in test file service_logs.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 3 (mongo:logs) success when tailing in 3sec (from function `setup' in test file service_logs.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..8 (service_promote.bats)

not ok 0 (mongo:promote) error when there are no arguments in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 1 (mongo:promote) error when the app argument is missing in 3sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 2 (mongo:promote) error when the app does not exist in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 3 (mongo:promote) error when the service does not exist in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 4 (mongo:promote) error when the service is already promoted in 3sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 5 (mongo:promote) changes MONGO_URL in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 6 (mongo:promote) creates new config url when needed in 4sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist
not ok 7 (mongo:promote) uses MONGO_DATABASE_SCHEME variable in 3sec (from function `setup' in test file service_promote.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready App my_app does not exist =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l App my_app does not exist

1..3 (service_restart.bats)

not ok 0 (mongo:restart) error when there are no arguments in 4sec (from function `setup' in test file service_restart.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:restart) error when service does not exist in 3sec (from function `setup' in test file service_restart.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:restart) success in 3sec (from function `setup' in test file service_restart.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_start.bats)

not ok 0 (mongo:start) error when there are no arguments in 4sec (from function `setup' in test file service_start.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:start) error when service does not exist in 3sec (from function `setup' in test file service_start.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:start) success in 3sec (from function `setup' in test file service_start.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_stop.bats)

not ok 0 (mongo:stop) error when there are no arguments in 3sec (from function `setup' in test file service_stop.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:stop) error when service does not exist in 3sec (from function `setup' in test file service_stop.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:stop) success in 4sec (from function `setup' in test file service_stop.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..3 (service_unexpose.bats)

not ok 0 (mongo:unexpose) error when there are no arguments in 3sec (from function `setup' in test file service_unexpose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 1 (mongo:unexpose) error when service does not exist in 3sec (from function `setup' in test file service_unexpose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l
not ok 2 (mongo:unexpose) success in 3sec (from function `setup' in test file service_unexpose.bats, line 5) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l

1..7 (service_unlink.bats)

not ok 0 (mongo:unlink) error when there are no arguments in 6sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 1 (mongo:unlink) error when the app argument is missing in 5sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 2 (mongo:unlink) error when the app does not exist in 6sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 3 (mongo:unlink) error when the service does not exist in 5sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 4 (mongo:unlink) error when service not linked to app in 5sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 5 (mongo:unlink) removes link from docker-options in 6sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed
not ok 6 (mongo:unlink) unsets config url from app in 5sec (from function `setup' in test file service_unlink.bats, line 6) `dokku "$PLUGIN_COMMAND_PREFIX:create" l' failed -----> Creating my_app... done Waiting for container to be ready =====> Deleting l =====> Stopping container Container stopped Removing container Removing data =====> MongoDB container deleted: l Destroying my_app (including all add-ons) App image (dokku/my_app:latest) not found Unlinking from service-with-dashes App my_app has not been deployed