Show testSuite field in the CheckCondition to evaluate the presence of Test Suite#28918
Show testSuite field in the CheckCondition to evaluate the presence of Test Suite#28918anuj-kumary wants to merge 8 commits into
Conversation
❌ PR checklist incompleteThis PR cannot be merged until the following are addressed on its linked issue:
The fields live on the linked issue in the Shipping project (open the issue → right sidebar → Projects). After you set them, re-run this check (or push a commit) — issue/project changes do not re-trigger it automatically. Maintainers can bypass this check by adding the |
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
Code Review ✅ Approved 2 resolved / 2 findingsExposes the ✅ 2 resolved✅ Bug: TEST_SUITE filter value will be displayName but matched against name
✅ Quality: Unused asyncFetch fieldSettings on presence-only TEST_SUITE field
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
🟡 Playwright Results — all passed (11 flaky)✅ 4273 passed · ❌ 0 failed · 🟡 11 flaky · ⏭️ 88 skipped
🟡 11 flaky test(s) (passed on retry)
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |



Describe your changes:
Fixes https://github.com/open-metadata/openmetadata-collate/issues/4491
Summary by Gitar
TEST_SUITEfield toCheckConditionto enable filtering by test suite.TEST_SUITEinEntityReferenceFieldsandTABLE_ENTITY_FIELDS_KEYSto support search integration.This will update automatically on new commits.