-
Notifications
You must be signed in to change notification settings - Fork 87
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
Adds existing fixtures to context and change usages accordingly #3437
base: main
Are you sure you want to change the base?
Conversation
✅ 65/65 passed, 1 flaky, 3 skipped, 1h9m30s total Flaky tests:
Running from acceptance #7820 |
The pylint disable is unavoidable here as we are adding more fixtures to the context. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM; have another request. See #3429 (not much context there though)
@gueniai can bypass the CI to circumvent the "no-cheat" one. (After we reviewed and approved the code.) |
04643a7
to
b0c37db
Compare
## Changes Exclude TACL migration in table migration integration tests because these were not asserted, and to speed up the tests and reduce flakiness ### Linked issues Attempt to reduce flakiness blocking CI in #3239 Similar to #3437 in the sense that both PR scope integration tests to a smaller set of resources ### Tests - [x] modified integration tests
b0c37db
to
560cbb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comments
5857e30
to
691cbcf
Compare
691cbcf
to
190df76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, before merging make sure to run the full integration test suite for your branch as these changes effect many tests:
- Go to https://github.com/databrickslabs/ucx/actions/workflows/nightly.yml
- Use the "Run workflow" drop down
- Select your branch
- Run the CI
f8e20ab
to
82248cb
Compare
…isting in installation context
…xt and refactor usage in tests
82248cb
to
623205e
Compare
Nightly passed on 2nd attempt https://github.com/databrickslabs/ucx/actions/runs/12435607581
@gueniai need your approval to bypass the "no-check" check |
Changes
Add fixtures to context and change usages accordingly
Linked issues
Resolves #3428 and #3429
Functionality
Tests