-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Revert "Inform openassessment to clear submission" #11625
Conversation
This reverts commit 920cc3d.
Error trace:
Relevant code: Points:
|
@maxrothman heads up, we may be reverting the code with the edx-submissions migration we've been discussing. The error is above the edx-submissions API, so if you wanted, we could leave the edx-submissions version bump in this week's release and make next week's fix a code-only change. I'll leave that up to you. |
jenkins run lettuce |
@efischer19: In short: you're loading the XBlock from the modulestore ( You need to call https://github.com/edx/edx-platform/blob/master/common/lib/xmodule/xmodule/x_module.py#L572, or load the xblock using an api (like module_render) that already does. |
I think we need to take a longer look at this than the impending release will allow. I found this method, already in the same However, For the purposes of this RC, I'm going to revert the The big questions to answer before this behavior gets re-released:
|
jenkins run bokchoy |
The bokchoy run that just failed was https://build.testeng.edx.org/job/edx-platform-bok-choy-pr/14283/. I don't know why that would be related to anything in this PR. At least 1 other branched-on-master PR has failed on that recently, hopefully it's just flaky. https://build.testeng.edx.org/job/edx-platform-bok-choy-pr/14277/testReport/ The test in question is https://github.com/edx/edx-platform/blob/master/common/test/acceptance/tests/lms/test_lms_instructor_dashboard.py#L257, I've manually confirmed that functionality to be working on stage. |
@efischer19 is this ready to merge? |
Just now finished. The latest bokchoy run had one failure (https://build.testeng.edx.org/job/edx-platform-bok-choy-pr/14286/testReport/), but that's since been marked flaky on master (https://github.com/edx/edx-platform/pull/11629), so we're good to merge. |
Revert "Inform openassessment to clear submission"
This reverts commit 920cc3d.
@mikekatz I've run into an issue with a feature I fixed up as part of this PR, so I'm putting this up.
I may be able to fix things tomorrow morning, but if not I'd rather have this PR up and ready with tests passing so as not to slow anyone down. I'll touch base tomorrow.