Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Integration test test_can_downgrade_to_current_version fails #207

Open
StykMartin opened this issue Jan 21, 2024 · 0 comments
Open
Assignees
Labels

Comments

@StykMartin
Copy link
Contributor

StykMartin commented Jan 21, 2024

Describe the bug

FAIL: test_can_downgrade_to_current_version (bkr.inttest.server.test_database_migration.MigrationTest)

Traceback (most recent call last):
File "/__w/beaker/beaker/IntegrationTests/src/bkr/inttest/server/test_database_migration.py", line 147, in test_can_downgrade_to_current_version
self.check_migrated_schema()
File "/__w/beaker/beaker/IntegrationTests/src/bkr/inttest/server/test_database_migration.py", line 374, in check_migrated_schema
self.assertItemsEqual(expected_columns, actual_columns)
AssertionError: Element counts were not equal:
First has 1, Second has 0: 'image_path'

Version-Release number
develop 29
To Reproduce
Steps to reproduce the behavior:
Run integration tests

Actual behavior
Errors

Expected behavior
No errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants