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

CopilotAI 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)fromdjango.views.decorators.csrfimportcsrf_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)

CopilotAI changed the title [WIP] Fix failing GitHub Actions job run_ci on ubuntu-latestInvestigate xqueue CI failure in run_ci (ubuntu-latest, 3.11)Aug 4, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vgulati-apphelix