-
Steps to reproduce: We have our Katalon Test suites set up to run through GitLab-CI using the katalon docker container. Currently, our test suites are testing our browser-based experience against Chrome, Chromium, and Safari
-
Actual Results: As of recently, our test cases have been failing with a Chrome issue of ERR_INSUFFICIENT_RESOURCES - it happens sporadically and on different test cases each time *Expected Results: Ability to run tests successfully through the pipeline
Reason: Basically, Chrome can't handle a very large number of requests in a short period of time. Too many resource requests by renderer can cause memory exhaustion and eventual browser crash.
Solution: Upgrading GitLab to the latest version
Comments
0 comments
Please sign in to leave a comment.