You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix image tests to pass against Firebird 6 snapshots
FIREBIRD_DATABASE_PAGE_SIZE test:
- Change from 4096 to 8192 as the small page size under test
Firebird 6 raised the minimum page size to 8192 (4096 is rounded up silently)
FIREBIRD_CONF_can_change_any_setting test:
- Replace FileSystemCacheThreshold (removed in FB6) with TempCacheLimit
TempCacheLimit exists in all supported versions (3, 4, 5, 6)
- Also remove the duplicate DefaultDbCachePages env var in the container params
Tag_correctness_via_docker_inspect test:
- Accept snapshot version labels (e.g. '5-snapshot') in addition to semver
Snapshot images have FIREBIRD_VERSION set to the tag name, not a semver
0 commit comments