Skip to content
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

Add dummy migration for migration rollback testing #132

Open
wants to merge 1 commit into
base: develop-multisite
Choose a base branch
from

Conversation

zubair-arbi
Copy link

@zubair-arbi zubair-arbi commented Aug 7, 2020

Jira Ticket: EDLY-1708
Related Ticket: EDLY-911

This branch was create to create a dummy migration which can be used by the devops to test release rollback including the migrations.

Testing Instructions:

  1. Create a new dummy release tag for testing this change on stage multisites edly-test-1.1.0
  2. Devops will deploy this release tag
  3. Verify that changes are on stage (the dummy_field in EdlyUserProfile model)
  4. Devops will rollback this release by reverting to previous stable release tag edly-2.3.0 (https://github.com/edly-io/edx-platform/releases/tag/edly-2.3.0)
  5. Verify that ansible playbook for rollback is successfully commpleted without any error
  6. Verify that the changes are stage (the dummy_field in EdlyUserProfile model) were reverted

Note: Don't merge this PR. Its created for testing purpose only.

@zubair-arbi
Copy link
Author

@ziafazal @NIXKnight @jamshedali20 I have created this PR with a test migration for release rollback testing.

I have also create the test release https://github.com/edly-io/edx-platform/releases/tag/edly-test-1.0.0 against it.

Sign up for free to 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