sentry icon indicating copy to clipboard operation
sentry copied to clipboard

chore(control_silo): Move User model to new home in users package

Open Christinarlong opened this issue 1 year ago • 1 comments

Part of consolidating (user) control silo resources to be located with other user related models.

Ref(#73856)

Christinarlong avatar Aug 05 '24 18:08 Christinarlong

Test Failures Detected: Due to failing tests, we cannot provide coverage reports at this time.

:x: Failed Test Results:

Completed 21745 tests with 1 failed, 21543 passed and 201 skipped.

View the full list of failed tests

pytest

  • Class name: tests.sentry.hybridcloud.tasks.test_backfill_outboxes
    Test name: test_control_processing[CONTROL] Flags:
    • backend

    #x1B[1m#x1B[.../hybridcloud/tasks/test_backfill_outboxes.py#x1B[0m:159: in test_control_processing
    assert get_processing_state(AuthIdentity._meta.db_table)[1] == 10001
    #x1B[1m#x1B[31mE assert 10000 == 10001#x1B[0m

codecov[bot] avatar Aug 06 '24 00:08 codecov[bot]

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ IntegrityError: UniqueViolation('duplicate key value violates unique constraint "auth_user_username_key"\nDETAIL:... pytest.runtest.protocol tests/sentry/tasks/test... View Issue
  • ‼️ IntegrityError: UniqueViolation('duplicate key value violates unique constraint "auth_user_username_key"\nDETAIL:... pytest.runtest.protocol tests/sentry/api/endpoi... View Issue
  • ‼️ IntegrityError: UniqueViolation('duplicate key value violates unique constraint "auth_user_username_key"\nDETAIL:... pytest.runtest.protocol tests/sentry/integratio... View Issue
  • ‼️ IntegrityError: UniqueViolation('duplicate key value violates unique constraint "auth_user_username_key"\nDETAIL:... pytest.runtest.protocol tests/sentry/api/endpoi... View Issue
  • ‼️ IntegrityError: UniqueViolation('duplicate key value violates unique constraint "auth_user_username_key"\nDETAIL:... pytest.runtest.protocol tests/sentry/api/endpoi... View Issue

Did you find this useful? React with a 👍 or 👎

sentry[bot] avatar Aug 13 '24 21:08 sentry[bot]