-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Fix: Fix the AUT flakiness for CustomPropertyAdvancedSearch spec #25519
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?
Conversation
…lter custom property data
🔍 CI failure analysis for aeedacc: Five CI failures detected: Jobs 4,5,6 recovered on retry (infrastructure issues resolved). Job 3 had 2 test failures. Job 2 experienced catastrophic failure with 205 failed tests (42% failure rate) due to application server unresponsiveness causing widespread page load timeouts. All are infrastructure/stability issues unrelated to PR changes.Summary of All CI FailuresJobs 4, 5, 6: Infrastructure issues that resolved on retry ✅
Job (3, 6): 2 test failures, 7 flaky, 586 passed
Job (2, 6): CATASTROPHIC FAILURE - 205 failed, 38 flaky, 242 passed Issue 5: playwright-ci-postgresql (2, 6) - Application Server FailureMassive test failure affecting 205 tests (42% failure rate) over 3 hour runtime. Root Cause: Application server became unresponsive or extremely slow, causing widespread page navigation timeouts: Impact:
Affected Test Areas:
Example Errors:
Root Cause Analysis:
This is NOT a flaky test issue but a complete application infrastructure failure during the test run. DetailsAll five failures are completely unrelated to the PR changes:
ConclusionFive infrastructure/stability issues detected:
The job (2, 6) failure is a severe infrastructure issue where the application server became unresponsive during the test run, causing 42% of tests to fail with timeout errors. This is a transient infrastructure problem that should be resolved by retrying the CI job, as it is not caused by the PR changes. Code Review
|
| Auto-apply | Compact |
|
|
Was this helpful? React with 👍 / 👎 | Gitar
|



This pull request improves the setup process for advanced search tests involving custom properties by making the retrieval and filtering of custom properties more precise and maintainable. The changes ensure that only custom properties created during the test setup are used in subsequent steps, reducing the risk of interference from pre-existing data.
Enhancements to custom property test setup: