Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

fix: pass pytest common TestUserPostSaveCallback #94

Closed
7 tasks done
Carlos-Muniz opened this issue Sep 14, 2022 · 3 comments
Closed
7 tasks done

fix: pass pytest common TestUserPostSaveCallback #94

Carlos-Muniz opened this issue Sep 14, 2022 · 3 comments
Assignees

Comments

@Carlos-Muniz
Copy link

Carlos-Muniz commented Sep 14, 2022

As part of #36, several tests have been discovered that are not passing in tutor, but passing in devstack. The following tests may not be run by tutor, or may be failing in tutor.

common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::

  • test_paid_user_not_downgraded_on_activation_1_paid_bootcamp
  • test_paid_user_not_downgraded_on_activation_2_masters
  • test_paid_user_not_downgraded_on_activation_3_paid_executive_education
  • test_paid_user_not_downgraded_on_activation_4_professional
  • test_paid_user_not_downgraded_on_activation_5_verified
  • test_paid_user_not_downgraded_on_activation_7_no_id_professional
  • test_paid_user_not_downgraded_on_activation_8_credit

For more information about the tests that passed, failed, skipped, or never ran, see the spreadsheet with all the tests.

@Carlos-Muniz
Copy link
Author

All tests pass on tutor

common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_not_enrolled_student_is_enrolled PASSED [  9%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_paid_user_not_downgraded_on_activation__verified PASSED [ 18%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_paid_user_not_downgraded_on_activation__masters PASSED [ 27%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_paid_user_not_downgraded_on_activation__credit PASSED [ 36%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_is_marketable_set_to_false_for_user_created_via_management_command PASSED [ 45%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_paid_user_not_downgraded_on_activation__no_id_professional PASSED [ 54%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_verified_student_not_downgraded_when_changing_email PASSED [ 63%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_paid_user_not_downgraded_on_activation__executive_education PASSED [ 72%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_paid_user_not_downgraded_on_activation__professional PASSED [ 81%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_paid_user_not_downgraded_on_activation__paid_bootcamp PASSED [ 90%]
common/djangoapps/student/tests/test_models.py::TestUserPostSaveCallback::test_paid_user_not_downgraded_on_activation__paid_executive_education PASSED [100%]

Repository owner moved this from In Progress to Done in Axim Engineering Tasks Dec 13, 2022
@regisb
Copy link

regisb commented Dec 15, 2022

SERIOUSLY?! This is freaking cool! huge achievement, congrats!

@Carlos-Muniz
Copy link
Author

This test does pass in tutor. See #155 for more details.

@Carlos-Muniz Carlos-Muniz closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants