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

Remove flaky tests #2129

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Remove flaky tests #2129

merged 1 commit into from
Jul 10, 2024

Conversation

nfx
Copy link
Collaborator

@nfx nfx commented Jul 10, 2024

Fix #1930

@nfx nfx added the internal this pull request won't appear in release notes label Jul 10, 2024
@nfx nfx requested review from a team and vsevolodstep-db July 10, 2024 12:11
@nfx nfx temporarily deployed to account-admin July 10, 2024 12:11 — with GitHub Actions Inactive
Copy link

✅ 71/71 passed, 3 flaky, 4 skipped, 2h33m4s total

Flaky tests:

  • 🤪 test_migrate_view (1m36.685s)
  • 🤪 test_migrate_table_in_mount (26.115s)
  • 🤪 test_create_catalog_schema_with_principal_acl_CLOUD_ENV (37.629s)

Running from acceptance #4526

Copy link
Member

@JCZuurmond JCZuurmond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment

@@ -356,74 +354,6 @@ def test_check_inventory_database_exists(ws, installation_ctx):
installation_ctx.workspace_installer.configure()


@retried(on=[NotFound], timeout=timedelta(minutes=5))
@pytest.mark.parametrize('prepare_tables_for_migration', [('regular')], indirect=True)
def test_table_migration_job(ws, installation_ctx, env_or_skip, prepare_tables_for_migration):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where do these tests go?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they are failing too much in our test runs and they don't cover any critical scenario that is already covered by other tests.

@nfx nfx merged commit f52a018 into main Jul 10, 2024
4 checks passed
@nfx nfx deleted the chore/slow-tests4 branch July 10, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal this pull request won't appear in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure: test_table_migration_job[regular]
2 participants