github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/database/drop_database.test (about)

     1  -- @suite
     2  -- @setup
     3  drop database if exists test01;
     4  drop database if exists drop_database;
     5  -- @case
     6  -- @desc:test for drop database
     7  -- @label:bvt
     8  create database test01;
     9  drop database test01;
    10  show databases;