1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-13 10:22:42 +01:00
phorge-phorge/src/infrastructure/storage/management/workflow
Edward Speyer fe8351c930 Delete stale fixtures with bin/storage destroy
Summary:
When a PhabricatorTestCase dies after creating storage fixtures, it leaves
those storage fixtures around.  This doesn't happen often, but when it does
happen it's a pain to cleanup.  The --unittest-fixtures option helps automate
that cleanup.

Test Plan:
Ran it with --dryrun, then for real.  Became overwhelmed with a Zen like peace
after regarding the tidiness and beauty of SHOW DATABASES.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3858
2012-10-31 18:36:38 -07:00
..
PhabricatorStorageManagementDatabasesWorkflow.php Minor, move all storage/query/db code to src/infrastructure/storage 2012-07-02 10:49:00 -07:00
PhabricatorStorageManagementDestroyWorkflow.php Delete stale fixtures with bin/storage destroy 2012-10-31 18:36:38 -07:00
PhabricatorStorageManagementDumpWorkflow.php Minor, MySQL requires -pxxx, not -p xxx for passwords. 2012-08-17 08:17:23 -07:00
PhabricatorStorageManagementStatusWorkflow.php Minor, move all storage/query/db code to src/infrastructure/storage 2012-07-02 10:49:00 -07:00
PhabricatorStorageManagementUpgradeWorkflow.php Minor, move all storage/query/db code to src/infrastructure/storage 2012-07-02 10:49:00 -07:00
PhabricatorStorageManagementWorkflow.php Minor, move all storage/query/db code to src/infrastructure/storage 2012-07-02 10:49:00 -07:00