voidmatcha commented on PR #5304: URL: https://github.com/apache/zeppelin/pull/5304#issuecomment-4994483482
Added 039c6869a: `isRetryableError` in the shared notebook-creation helper now also retries browser-internal crashes (`WebKit encountered an internal error` / `Target crashed`). Running repeated flake loops on my fork, the one remaining failure was webkit-only and hit this suite's setup — `createTestNotebookWithName` failed with `page.goto: WebKit encountered an internal error` ([run](https://github.com/voidmatcha/zeppelin/actions/runs/29471081012)). This matches microsoft/playwright#34450 (closed as not planned): a transient WebKit-on-Linux crash that passes on retry, so it is absorbed in the helper's existing retry loop. Left a TODO to drop the pattern once it is fixed upstream. -- 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]
