You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/10/10 23:11:14 UTC

[GitHub] [incubator-superset] ktmud commented on a change in pull request #11228: test: add admin to the owners of birth_names slices

ktmud commented on a change in pull request #11228:
URL: https://github.com/apache/incubator-superset/pull/11228#discussion_r502842405



##########
File path: .github/workflows/bashlib.sh
##########
@@ -90,9 +90,11 @@ build-instrumented-assets() {
 setup-postgres() {
   say "::group::Initialize database"
   psql "postgresql://superset:superset@127.0.0.1:15432/superset" <<-EOF
-    DROP SCHEMA IF EXISTS sqllab_test_db;
+    DROP SCHEMA IF EXISTS superset CASCADE;
+    DROP SCHEMA IF EXISTS sqllab_test_db CASCADE;
+    DROP SCHEMA IF EXISTS admin_database CASCADE;

Review comment:
       This change shouldn't impact the CI, but they are useful when testing things locally.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org