Sha256: 0aa595fb8a99d816f5586f0ea9a1f1bd6ce7792474a48763215c64258402bc68

Contents?: true

Size: 573 Bytes

Versions: 5

Compression:

Stored size: 573 Bytes

Contents

Feature:
  Scenario: a single database
    Given there is a mysql database (first)
    And backups for mysql are run
    When backup "0" for the "first" database is downloaded
    Then there is a backup file for the "first" database
    And the "first" mysql database is dropped

  Scenario: no database backup
    Given there is a mysql database (first)
    When backup "0" for the "first" database is downloaded
    Then there is no backup file for the "first" database
    And stderr contains "No backup found for database"
    And the "first" mysql database is dropped

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ey_cloud_server-1.5.0 features/downloading_a_mysql_backup.feature
ey_cloud_server-1.4.61 features/downloading_a_mysql_backup.feature
ey_cloud_server-1.4.60 features/downloading_a_mysql_backup.feature
ey_cloud_server-1.4.58 features/downloading_a_mysql_backup.feature
ey_cloud_server-1.4.54 features/downloading_a_mysql_backup.feature