Skip to content

Commit

Permalink
[#175098075] test db cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernie Billing committed Nov 12, 2020
1 parent ef0122f commit 16b2c74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion acceptance-tests/azure/cf-test-masb-sql-db-subsume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SERVER_RESOURCE_GROUP=$2
SERVER_ADMIN_USER_NAME=$3
SERVER_ADMIN_PASSWORD=$4
DB_NAME=sdb-$$
SUBSUMED_INSTANCE_NAME=masb-sql-db-subsume-test-$$
SUBSUMED_INSTANCE_NAME=masb-sql-db-$$

MASB_SQLDB_INSTANCE_NAME=mssql-db-$$
MASB_DB_CONFIG="{ \
Expand Down
6 changes: 3 additions & 3 deletions acceptance-tests/azure/cf-test-masb-sql-fog-db-subsume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ shift
SERVER_ADMIN_PASSWORD=$1
shift

DB_NAME=testdb-$$
DB_NAME=subsume-db-$$

RESULT=1
MASB_SQLDB_INSTANCE_NAME=mssql-db-$$
Expand Down Expand Up @@ -96,8 +96,8 @@ if create_service azure-sqldb StandardS0 "${MASB_SQLDB_INSTANCE_NAME}" "${MASB_D
echo "subsumed masb fog instance test failed"
fi
delete_service "${SUBSUMED_INSTANCE_NAME}"
cf purge-service-instance -f "${MASB_FOG_INSTANCE_NAME}"
cf purge-service-instance -f "${MASB_SQLDB_INSTANCE_NAME}"
delete_service "${MASB_FOG_INSTANCE_NAME}"
delete_service "${MASB_SQLDB_INSTANCE_NAME}"
fi
else
echo spring music test failed on masb fog
Expand Down

0 comments on commit 16b2c74

Please sign in to comment.