mikebridge commented on PR #39973: URL: https://github.com/apache/superset/pull/39973#issuecomment-4409341831
**Note: `playwright-tests (chromium, /app/prefix)` flake** This same job ran twice on the same SHA (`74040fcbb4`): | Run | Result | |---|---| | [actions/runs/25571381551](https://github.com/apache/superset/actions/runs/25571381551) | ✅ SUCCESS | | [actions/runs/25574299079](https://github.com/apache/superset/actions/runs/25574299079) | ❌ FAILURE | Same code, opposite outcomes — canonical flake signature. The failing tests are also in completely unrelated files (`dashboard-list.spec.ts` bulk delete, `dashboard/export.spec.ts`, `sqllab/sqllab.spec.ts` queries) — this PR only touches `superset/commands/report/execute.py`. All errors are `TimeoutError: page.waitForResponse: Timeout 15000ms exceeded`. The non-prefix variant `playwright-tests (chromium)` passed both times; the experimental playwright variants all passed too. I don't have rerun rights on this repo (fork PR). If a committer reviewing this could kick off a rerun, the flake should clear and the PR will be fully green. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
