-
-
Notifications
You must be signed in to change notification settings - Fork 856
Update AppVeyor image #10088
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
base: development
Are you sure you want to change the base?
Update AppVeyor image #10088
Conversation
|
Now too many tests are still in the default senario. I can fix this by moving more tests to SINGLE or MULTIPLE, which is the plan anyway. But before I do this: @potatoqualitee - Do we want to move to the new image and versions 2017 and 2019? |
|
not sure LESS lines by default is the correct direction. Nobody looks at the logs, the important bit is the result of the checks. |
|
We missed a lot of bugs because tests were green and nobody looked at all the warnings in the AppVeyor output. In my local tests, I capture all the warnings and fail my tests if the output contains warnings. So I would like to have a clean and readable output with green and cyan and only yellow if its important. But anyway: We sure can discuss if all my changes go to in the right direction. And as always: We can pick only some of the changes. I can not get this branch to pass all tests, because I would need to change some tests to go into the correct scenario. But if I change tests, only those tests run and you cannot tell if the changes to the infrastructure work. So I will stop here and we can discuss the changes while I open another branch to move some more tests to the new scenarios. |
|
we kinda are saying the same things. Log doesn't matter, the only thing that matters is the test results. IMHO a verbose(r) log helps to identify root causes better than a slim(mer) one. |


This will probably fail as it's the first try and I can not test this locally.
But let's try to update the AppVeyor image to "Visual Studio 2022" to have SQL Server 2017 and 2019.