Skip to content

chore(celery) Broaden the scope of pickle parameter checks #90378

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

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

markstory
Copy link
Member

While we don't have any more tasks accepting application types, there is usage of django and other library objects in task parameters.

This won't be merged, I'm just trying to understand which tasks need changes made.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 25, 2025
Copy link

codecov bot commented Apr 25, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
25430 1 25429 325
View the top 1 failed test(s) by shortest run time
tests.sentry.relocation.tasks.test_process.UploadingStartTest::test_success_saas_to_saas
Stack Traces | 2.54s run time
#x1B[1m#x1B[.../relocation/tasks/test_process.py#x1B[0m:279: in test_success_saas_to_saas
    assert uploading_complete_mock.call_count == 1
#x1B[1m#x1B[31mE   AssertionError: assert 0 == 1#x1B[0m
#x1B[1m#x1B[31mE    +  where 0 = <MagicMock name='apply_async' id='140230070268464'>.call_count#x1B[0m

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

markstory added 4 commits May 2, 2025 15:25
While we don't have any more tasks accepting application types, there
is usage of django and other library objects in task parameters.

This won't be merged, I'm just trying to understand which tasks need
changes made.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant