Skip to content

Commit

Permalink
chore: Reenable SQLite tests which leverage foreign key constraints e…
Browse files Browse the repository at this point in the history
…t al. (apache#24605)
  • Loading branch information
john-bodley authored and sfirke committed Mar 22, 2024
1 parent 4ddcf13 commit e0ac3e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 168 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/superset-python-integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ jobs:
SUPERSET_CONFIG: tests.integration_tests.superset_test_config
REDIS_PORT: 16379
SUPERSET__SQLALCHEMY_DATABASE_URI: |
sqlite:///${{ github.workspace }}/.temp/unittest.db
sqlite:///${{ github.workspace }}/.temp/superset.db?check_same_thread=true
SUPERSET__SQLALCHEMY_EXAMPLES_URI: |
sqlite:///${{ github.workspace }}/.temp/examples.db?check_same_thread=true
services:
redis:
image: redis:7-alpine
Expand Down
Loading

0 comments on commit e0ac3e2

Please sign in to comment.