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

[FEATURE]: Regression testing harness for post-migration validation of configurations (Workload Assets) #1122

Open
1 task done
Tracked by #926 ...
chase-edwards-db opened this issue Mar 26, 2024 · 0 comments
Labels
migrate/code Abstract Syntax Trees and other dark magic migrate/jobs Step 5 - Upgrading Jobs for External Tables migrate/managed go/uc/upgrade Upgrade Managed Tables and Jobs

Comments

@chase-edwards-db
Copy link

chase-edwards-db commented Mar 26, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Problem statement

Problem statement

Proposed Solution

The feature should:

  • Account for any workload assets being migrated, including dependencies (cluster configurations, policies, ...) - this should be handled by assessment job already.
  • Provide a useful changelog of asset changes made that can be analyzed further. Similar to a system table. Example rough schema (includes many optional fields, can be split into denormalized asset-specific tables):

For migration completeness:
asset_type | asset_name | migrated_flag

For migration workflow success:
workflow_name | execution_duration | success_flag | error_message

Additional Context

If any amount of rollback is possible in these kinds of migrations, that should also be considered in this feature's design.

Related issues

#2073

@chase-edwards-db chase-edwards-db added enhancement New feature or request needs-triage labels Mar 26, 2024
@github-project-automation github-project-automation bot moved this to Triage in UCX Mar 26, 2024
@nfx nfx added the migrate/code Abstract Syntax Trees and other dark magic label Apr 1, 2024
@nfx nfx moved this from Triage to Design in UCX Apr 22, 2024
@nfx nfx added migrate/jobs Step 5 - Upgrading Jobs for External Tables and removed enhancement New feature or request needs-triage labels Apr 22, 2024
@nfx nfx moved this from Design to Month Backlog in UCX May 2, 2024
@nfx nfx changed the title [FEATURE]: Regression testing harness for post-migration validation (Workload Assets) [FEATURE]: Regression testing harness for post-migration validation of managed tables (Workload Assets) May 6, 2024
@nfx nfx added the migrate/managed go/uc/upgrade Upgrade Managed Tables and Jobs label May 6, 2024
@nfx nfx changed the title [FEATURE]: Regression testing harness for post-migration validation of managed tables (Workload Assets) [FEATURE]: Regression testing harness for post-migration validation of configurations (Workload Assets) May 6, 2024
@nfx nfx moved this from Month Backlog to Quarter Backlog in UCX May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
migrate/code Abstract Syntax Trees and other dark magic migrate/jobs Step 5 - Upgrading Jobs for External Tables migrate/managed go/uc/upgrade Upgrade Managed Tables and Jobs
Projects
Status: No status
Development

No branches or pull requests

2 participants