-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accidental failures to login to SQL Server #2204
Comments
Given the fact that it is intermittent and that you start SQL right before tests, I would speculate that problem is that SQL is not completely started by the time test started (sometimes). |
@IlyaFinkelshteyn nevermind... I Just noticed the option for |
@photodude I did not mention this because you can get too much jobs you do not need. You can exclude them though. |
@IlyaFinkelshteyn Just ran a test with the matrix service start and it hung on the first test at 4% in phpunit https://ci.appveyor.com/project/photodude/dbal/build/1.0.305/job/brmknshwme5e1nlg I put the services in the matrix so only one service should be starting with each of the builds in the matrix https://github.com/photodude/dbal/blob/patch-2/.appveyor.yml |
@photodude oh, sorry, |
From time to time (e.g. doctrine/dbal#1.0.47, more can be added if needed), the following error appears in the build log:
I don't have any hard evidence that the problem is on the AppVeyor side but I see it only on AppVeyor (e.g. doesn't happen on 30+ different Travis CI configurations including SQL Server on Linux).
The text was updated successfully, but these errors were encountered: