Fixes #29542#29680
Conversation
|
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! |
|
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! |
…b.com/Al-Zaytoun/OpenMetadata into fix/29542-case-insensitive-entitytype
|
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 findingsEnforces case-insensitive ✅ 2 resolved✅ Bug: toUpperCase() without Locale.ROOT can break in some locales
✅ Quality: Regression test is an empty placeholder with unresolved TODO
OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
1 similar comment
Code Review ✅ Approved 2 resolved / 2 findingsEnforces case-insensitive ✅ 2 resolved✅ Bug: toUpperCase() without Locale.ROOT can break in some locales
✅ Quality: Regression test is an empty placeholder with unresolved TODO
OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
|
Could a maintainer please add the safe to test label so CI can run. |
Describe your changes:
Fixes #29542
I worked on ... because ...
Type of change:
High-level design:
N/A — small change.
Tests:
Use cases covered
Unit tests
Backend integration tests
Ingestion integration tests
Playwright (UI) tests
Manual testing performed
UI screen recording / screenshots:
Not applicable.
Checklist:
Fixes <issue-number>: <short explanation>Fixes #<issue-number>above.Summary by Gitar
entityTypequery parameter is handled case-insensitively inTestDefinitionResourceby forcing it to uppercase usingLocale.ROOT.list_testDefinitionsByEntityType_caseInsensitiveinTestDefinitionResourceITto verify that mixed-case and lowercaseentityTypeinputs correctly retrieve the expected data.This will update automatically on new commits.