Skip to content

Investigate xqueue CI failure in run_ci (ubuntu-latest, 3.11) - #230

Draft
vgulati-apphelix with Copilot wants to merge 1 commit into
masterfrom
copilot/fix-github-actions-job-run-ci
Draft

Investigate xqueue CI failure in run_ci (ubuntu-latest, 3.11)#230
vgulati-apphelix with Copilot wants to merge 1 commit into
masterfrom
copilot/fix-github-actions-job-run-ci

Conversation

Copilot AI commented Aug 4, 2026

Copy link
Copy Markdown

Description

The failing run_ci (ubuntu-latest, 3.11, xqueue) job was traced to an import failure inside the mounted xqueue service code, not to a breakage in edx/devstack itself. The crash occurs during Django URL loading with ModuleNotFoundError for django.views.decorators.csrf.

  • Root cause identified

    • CI job 91987318527 fails in xqueue startup path:
      • submission_queue/views.py imports csrf_exempt
      • runtime raises ModuleNotFoundError: No module named 'django.views.decorators.csrf'
    • Stack trace points to /edx/app/xqueue/xqueue/... (workspace-mounted xqueue repo code).
  • Repository impact

    • No in-repo devstack code path was found that can directly patch this import failure.
    • Failure is attributable to upstream xqueue checkout/version compatibility in CI.
# failing import in xqueue service code (outside this repo)
from django.views.decorators.csrf import csrf_exempt

I've completed each of the following or determined they are not applicable:

  • Made a plan to communicate any major developer interface changes (or N/A)
Copilot AI changed the title [WIP] Fix failing GitHub Actions job run_ci on ubuntu-latest Aug 4, 2026
Copilot AI requested a review from vgulati-apphelix August 4, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants