-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Flaky(UI) : Bulk import #25653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Flaky(UI) : Bulk import #25653
Conversation
🔍 CI failure analysis for 8437eea: 272 total test failures across 5 CI jobs show exponential growth pattern (10→16→20→74→152). Only 2 failures are PR-related (missing await in importUtils.ts). The other 270 failures indicate severe CI infrastructure degradation.Issue272 Playwright E2E test failures across five CI jobs with exponential escalation:
Root CausePR-Related Failures (2 out of 272)File: This causes 2 BulkImport test failures in Job 4:
The solution is: Add // Current (broken):
page.waitForTimeout(500)
// Should be:
await page.waitForTimeout(500);Infrastructure Failures (270 out of 272)Exponential failure growth: 10 → 16 → 20 → 74 → 152 This pattern indicates severe CI environment degradation, not code issues. All 270 failures are in test files that were NOT modified by this PR. DetailsJob 5 (152 failures) - All unrelated to PR:
Error patterns in unrelated tests: Evidence of CI infrastructure failure:
Likely causes: Resource exhaustion, memory leaks, browser instability, or test interference in the CI environment. Code Review
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
|



Describe your changes:
Fixes

I worked on ... because ...
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>Summary by Gitar
manage-buttoninBulkImport.spec.tsupload-file-widgethidden statenetworkidlewait and scoped locator inDatabaseSchemaClass.visitEntityPage()to prevent clicking breadcrumb elementsThis will update automatically on new commits.