Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 9de85b68a7eee2fdf274b19899981f9bf005f233 https://github.com/openSUSE/open-build-service/commit/9de85b68a7eee2fdf274b1... Author: Dani Donisa <dani.doni@gmail.com> Date: 2024-10-02 (Wed, 02 Oct 2024) Changed paths: M src/api/spec/support/capybara.rb Log Message: ----------- Fix capybara session errors When running feature specs sometimes chromium crashes. One of the several errors that pop up is this one: 1.3) Failure/Error: Unable to infer file and line number from backtrace Selenium::WebDriver::Error::InvalidSessionIdError: invalid session id Disabling the use of shared memory seems to fix this error because Chrome does not use /dev/shm which can be tight on memory on CI Pipelines or containers, and uses files in /tmp which can be a bit more forgiving in tight environments at the expense of some performance. Commit: cde1918e206bb87b79858b56cded7da77c961b92 https://github.com/openSUSE/open-build-service/commit/cde1918e206bb87b79858b... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2024-10-02 (Wed, 02 Oct 2024) Changed paths: M src/api/spec/support/capybara.rb Log Message: ----------- Merge pull request #16906 from danidoni/fix-capybara-session-errors Fix capybara session errors Compare: https://github.com/openSUSE/open-build-service/compare/5f9bc8468573...cde191... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications