Open khitrenovich opened 6 years ago
Hi
the current algorithm can't detect this kind of errors as this error happened (before/during) the instance creation , and the current mechanism to detect errors is happening (at/during) the test level - instance is up and running at this point -
will do some investigation to see if we can detect this kind of errors if i got some time
Thanks for using the package and hope that its helping you so far
Thank you for maintaining that, it is really helpful!
I have a similar behavior in case of compilation errors for testcases. The failing testcases will not be re-run even though compilation fails.
Logs build 14-Aug-2018 09:39:51 [chrome #01-13] Specs: somefile.ts build 14-Aug-2018 09:39:51 [chrome #01-13] build 14-Aug-2018 09:39:51 [chrome #01-13] (node:165) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. build 14-Aug-2018 09:39:51 [chrome #01-13] [07:39:41] I/hosted - Using the selenium server at http://server:port/wd/hub build 14-Aug-2018 09:39:51 [chrome #01-13] [07:39:51] I/runnerCli - ⨯ Unable to compile TypeScript: build 14-Aug-2018 09:39:51 [chrome #01-13] somefile.ts(121,69): error TS2339: Property 'property' does not exist on type 'typeHelper'. ... Would this have the same cause as mentioned above or is there a possibility curently of passing this over as an error for a retry?
From time to time I see that Chrome fails to start in our Jenkins server. It looks like
protractor-retry
does not recognize such cases as build failures and does not re-run those specs. Is there anything that can be done for those failures too?Sample logs: