janhoy commented on PR #4738: URL: https://github.com/apache/solr/pull/4738#issuecomment-5372065474
Heads-up on the latest commit (5df3e5d): a Chrome auto-update (151.0.7922.137 → .170) surfaced three timing races locally — a stale-element click on the logging screen's jstree, a data-loading race when the app boots directly on a deep link, and tight 15s waits under load. All clicks now retry via a `click(By)` helper, `openPage` boots the app on the default route and then navigates in-app like a user would, and the wait timeout is 30s. Validated with 5 consecutive full-suite runs plus beasting the worst classes — all green. The deep-link boot race itself is another Admin UI weakness for the SOLR-18347 list. -- 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]
