rucio/rucio
Should Alembic migration tests only be run if there's a diff in the alembic folder?
开放
#7,009 创建于 2024年8月7日
DatabaseTestinggood first issue
仓库指标
- 星标
- (305 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
For reference:
- https://github.com/rucio/rucio/tree/master/lib/rucio/db/sqla/migrate_repo/versions
- https://github.com/rucio/rucio/blob/8c4672c64b8784fd9f9cdc9e3516d7d83ecd22c9/tools/run_tests.sh#L32
These tests are always run at the beginning of every run_tests.sh call so far, which seems unnecessary.