Conversation
Code Review ✅ Approved 1 resolved / 1 findingsTest infrastructure for AUT is stabilized by replacing temporary entities in forEach loops with direct lookups. No further issues found. ✅ 1 resolved✅ Edge Case: Temporary entity created just for test name in forEach
OptionsDisplay: compact → Showing less information. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
|
🟡 Playwright Results — all passed (16 flaky)✅ 3695 passed · ❌ 0 failed · 🟡 16 flaky · ⏭️ 89 skipped
🟡 16 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 |
|
Failed to cherry-pick changes to the 1.12.6 branch. |
* Fix AUT failures * fix lint issue
* Fix AUT failures * fix lint issue



Describe your changes:
Fixed the playwright failure for serviceIngestion.spec and EntityVersionPage, other spec are failing due to test timeout, because the column profile api has very high latency, for now i have increase the timeout as per the max latency value we got in the grafana logs. Will decrease the timeout once it is fixed from the backend
Fixes
I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
EntityVersionPages.spec.ts:versionDetailResponselogic to check for the general/versionsendpoint rather than a specific patch version.ServiceIngestion.spec.tsfrom 8s to 5s.This will update automatically on new commits.