Automated restore gives incorrect message says database was dropped. In fact the database was not dropped because it is currently in use
The reason the database is not dropped is due to the database currently being in use. This message is telling us that:
03:44.380 Main RowColumnInfo::getErro Status/Info/Error Msg='Cannot drop database "database_name" because it is currently in use.'
The message below is incorrect though:
<INFO>Database "database_name" was checked.
Target database "database_name" is dropped.
The “is dropped” message is incorrect since the database can’t be dropped (and isn’t dropped), because it is in use. This is a bug causing the Job to be reported as successful even when a database can't be dropped due to an open connection.