This issue has been created
There are 11 updates.
 
 
XWiki Platform / cid:jira-generated-image-avatar-8cdb7ff9-bd3f-4bf3-8484-2636a03a2a68 XWIKI-22831 Closed

PDFExportIT#exportHiddenPageAsPDF is flickering

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-41460a1c-e9aa-444f-93e1-caaedd7cd4cd Marius Dumitru Florea created this issue on 28/Jan/25 13:59
 
Summary: PDFExportIT#exportHiddenPageAsPDF is flickering
Issue Type: cid:jira-generated-image-avatar-8cdb7ff9-bd3f-4bf3-8484-2636a03a2a68 Bug
Affects Versions: 16.10.3
Assignee: Unassigned
Components: Development Issues only
Created: 28/Jan/25 13:59
Labels: flickering
Priority: cid:jira-generated-image-static-major-1cc840b0-7ac3-4440-87c6-34d07f21ba59 Major
Reporter: Marius Dumitru Florea
 
 

11 updates

 
cid:jira-generated-image-avatar-41460a1c-e9aa-444f-93e1-caaedd7cd4cd Changes by Marius Dumitru Florea on 28/Jan/25 14:02
 
Fix Version: 17.0.1
Fix Version: 16.10.4
Fix Version: 17.1.0-rc-1
Documentation in Release Notes: N/A
Documentation: N/A
Flickering Test: org.xwiki.export.pdf.test.ui.AllIT$NestedPDFExportIT#exportHiddenPageAsPDF(TestUtils, TestConfiguration)
Description: Stacktrace:

{noformat}
org.openqa.selenium.WebDriverException:
aborted by navigation: loader has changed while resolving nodes
  (Session info: chrome=132.0.6834.110)
Build info: version: '4.26.0', revision: '8ccf0219d7'
System info: os.name: 'Linux', os.arch: 'amd64', os.version: '6.1.0-21-cloud-amd64', java.version: '17.0.13'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [b5cd139eb49e8546aba1b12c6f43cfd5, getCurrentUrl {}]
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 132.0.6834.110, chrome: {chromedriverVersion: 132.0.6834.110 (df453a35f09..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:37669}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:cdp: ws://172.17.0.7:4444/sessio..., se:cdpVersion: 132.0.6834.110, se:containerName: , se:gridWebSocketUrl: ws://localhost:15793/sessio..., se:noVncPort: 7900, se:vnc: ws://172.17.0.7:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.7:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webSocketUrl: ws://172.17.0.7:4444/sessio..., webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}
Session ID: b5cd139eb49e8546aba1b12c6f43cfd5
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:190)
at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:53)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:545)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:618)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:622)
at org.openqa.selenium.remote.RemoteWebDriver.getCurrentUrl(RemoteWebDriver.java:325)
at org.xwiki.test.ui.XWikiWebDriver.getCurrentUrl(XWikiWebDriver.java:658)
at org.xwiki.export.pdf.test.po.PDFExportOptionsModal.lambda$export$0(PDFExportOptionsModal.java:169)
at org.openqa.selenium.support.ui.FluentWait.until(FluentWait.java:203)
at org.xwiki.export.pdf.test.po.PDFExportOptionsModal.export(PDFExportOptionsModal.java:169)
at org.xwiki.export.pdf.test.ui.PDFExportIT.export(PDFExportIT.java:1321)
at org.xwiki.export.pdf.test.ui.PDFExportIT.exportOnlyContent(PDFExportIT.java:1331)
at org.xwiki.export.pdf.test.ui.PDFExportIT.exportHiddenPageAsPDF(PDFExportIT.java:373)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
{noformat}
Assignee: Marius Dumitru Florea
Resolution: Fixed
Tests: Integration
Status: Open Closed