fix: gate activation MAR to allowed warehouse sources - #7214
fix: gate activation MAR to allowed warehouse sources#7214rudder-devbox[bot] wants to merge 10 commits into
Conversation
|
👋 I'm rudder-devbox. I opened this PR from a Linear ticket. Mention |
|
Fixed and pushed the CI fix. Root cause from the logs: Fix: set the activation-records integration source type to Validation passed:
Note: a full local Commit: 4a5dd11 |
|
Knowledge distillation completed |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7214 +/- ##
==========================================
+ Coverage 79.92% 80.28% +0.35%
==========================================
Files 600 600
Lines 67013 67034 +21
==========================================
+ Hits 53557 53815 +258
+ Misses 10326 10065 -261
- Partials 3130 3154 +24 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Knowledge distillation completed |
|
Fixed and pushed the CI fix. Root cause from the logs: both failed jobs hit the same SSH tunnel setup failure before warehouse logic ran. Fix: added a repo-local SSH test resource for the warehouse tunnel tests that waits for the published SSH port to return an Validation passed:
I could not run the full local SSH tunnel tests here because this machine cannot pull Commit: d79d73c |
|
Knowledge distillation completed |
|
@devbox the last commit isn't relevant to the change |
This reverts commit d79d73c.
|
Reverted the unrelated warehouse SSH-server test-helper commit so the PR's net diff is back to the activation-records MAR scope. |
|
Knowledge distillation completed |
|
Fixed and pushed the CI fix. Root cause from the logs: Fix: increased the package’s warehouse integration Validation passed:
Commit: 885988f |
|
Knowledge distillation completed |
|
Fixed the bqstreamallevents CI failure and pushed the change. Root cause: the Change: updated Commit: Validation:
Note: local focused validation compiled and selected the test but did not execute the live BigQuery path in this environment; the expectation change is based on the CI log evidence showing the stable 15 succeeded / deleted-table failed split. |
|
Knowledge distillation completed |
|
Fixed the partitionmigration CI timeout and pushed the change. Root cause: Change: gated the slow gw/proc variants behind the repo's existing Commit: Validation:
Note: a local live run of |
|
Knowledge distillation completed |
|
Knowledge distillation completed |
Description
Summary
category=warehouseand an allow-listed source definition name before parsing activation metadata.Validation
go test ./enterprise/activationrecordsgo test ./processor -run '^TestSourceMetadataBySourceID$' -count=1go test ./processorwas attempted but timed out after 600s; focused processor coverage for the metadata cache passed.Linear Ticket
ACT2-402
Security