DO NOT REVIEW - chore(cypress): Try to analyze failures#61985
DO NOT REVIEW - chore(cypress): Try to analyze failures#61985DerDreschner wants to merge 5 commits into
Conversation
d6d9efb to
f44077c
Compare
Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
1417f2e to
4e89b8e
Compare
|
Solved. Here's the complete story and where everything stands: Root cause (proven, not theorized)The instrumented floating-vue call log settled it: the actions menu was never "stuck" — it was just slow, and every recovery strategy attacked it mid-opening.
The fix (in your working tree,
|
Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
|
Here's the summary of the progressbar issue in SymptomThe test flakes on CI (seen on runner 0 of the PR #61984 cypress run, and reproduced locally at a 100% rate with the browser CPU-throttled 6× and the test server pinned to 1 CPU). Two different error signatures appear depending on timing:
Root causeThe test uploads two files and deliberately holds the second upload's response inside a The gating assertion was The second error signature is downstream of the first: because the assertion dead-ends, FixReplace the singular query with Evidence
The change is uncommitted in |
|
To summarize where we are while the instrumented runs go: I reproduced the flake locally (renderer ×10 + server 0.5 CPU — |
Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
Summary
This PR is only for pushing some possible fixes and see if they actually change the flaky behavior. DO NOT REVIEW RIGHT NOW, the to review label is only to let the cypress tests actually run!
AI (if applicable)