Skip to content

Fork test: PR #1436 - Add is_valid_uuid row-level check - #1447

Closed
mwojtyczka wants to merge 4 commits into
mainfrom
fork-test/pr-1436
Closed

Fork test: PR #1436 - Add is_valid_uuid row-level check#1447
mwojtyczka wants to merge 4 commits into
mainfrom
fork-test/pr-1436

Conversation

@mwojtyczka

Copy link
Copy Markdown
Contributor

Automated sync from fork PR for CI testing.

Original PR: #1436

All tests, including unit and integration tests run on this PR (they are skipped for fork PRs).

Default is_valid_uuid to the canonical 8-4-4-4-12 hex shape so the Nil and Max UUIDs and legacy variant GUIDs pass, and gate version and variant enforcement behind a new strict flag (default False), per issue #1412. Split DQPattern.UUID into a shape-only pattern and UUID_STRICT, add test_col_is_valid_uuid_strict, and move the docs table row after is_valid_national_id.
@mwojtyczka
mwojtyczka requested a review from a team as a code owner August 10, 2026 11:45
@mwojtyczka mwojtyczka added do-not-merge The PR is blocked, e.g. being worked on and not ready. Not using draft to be able to test changes. fork-test labels Aug 10, 2026
@mwojtyczka
mwojtyczka requested review from gergo-databricks and removed request for a team August 10, 2026 11:45
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.86%. Comparing base (1c66d49) to head (7d30f86).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1447      +/-   ##
==========================================
- Coverage   93.14%   92.86%   -0.29%     
==========================================
  Files         103      104       +1     
  Lines       10919    10970      +51     
==========================================
+ Hits        10171    10187      +16     
- Misses        748      783      +35     
Flag Coverage Δ
anomaly 52.97% <80.00%> (-0.02%) ⬇️
anomaly-serverless 52.98% <80.00%> (-0.02%) ⬇️
integration 50.81% <20.00%> (-0.65%) ⬇️
integration-serverless 51.21% <20.00%> (-0.22%) ⬇️
unit 60.30% <100.00%> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

✅ 1/1 passed, 17m39s total

Running from mcp #294

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

✅ 925/925 passed, 1 flaky, 41 skipped, 5h32m29s total

Flaky tests:

  • 🤪 test_profiler_workflow_with_ai_rules_generation_and_model_api_keys_as_secrets (5m21.638s)

Running from acceptance #5543

@github-actions

github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

✅ 195/195 passed, 1 skipped, 7h5m1s total

Running from anomaly #1657

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge The PR is blocked, e.g. being worked on and not ready. Not using draft to be able to test changes. fork-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants