kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
64 stars 63 forks source link

Fix coding style issues and update maven-checkstyle-plugin and its dependencies #6135

Closed stweil closed 2 months ago

stweil commented 4 months ago

The CI build fails randomly with this error which is not related to my changes (see other build which did not fail):

Error:  Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 47.778 s <<< FAILURE! - in org.kitodo.selenium.ImportingST
Error:  checkHierarchyImport  Time elapsed: 19.359 s  <<< ERROR!
org.openqa.selenium.StaleElementReferenceException: 
stale element reference: stale element not found in the current frame
  (Session info: chrome=126.0.6478.182)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/stale_element_reference.html

I get this error from time to time even with unmodified code from Git master. So it looks like there is a general issue somewhere in the code which needs to be fixed.