-
-
Notifications
You must be signed in to change notification settings - Fork 857
Just a test: Use 2008R2 as base version #10101
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?
Conversation
|
This PR shows that it is possible to test both against 2017/2019 with the latest image and also against 2008R2/2017 with the current image. It takes a long time to run all the tests, so this should not be used all the time. But we could just comment out the last two scenarios in the matrix-part of the appveyor.yml. Then we can include them from time to time or just run them on the merge to development or just before a new release. One test against 2019 is currently failing as there is not patch installed in the 2019 instance. We would have to change the test to accept that situation on appveyor. The two failing tests against 2008 in the last run are due to the instability of some tests - they both succeded in the previous run. Feedback is welcome. |
|
again, since I think 2-3 months, "normal" PRs do not run the whole suite, just the tests of the changed functions plus all dependencies. "Long runs" shouldn't be an issue since most PRs target 1 function. |
Just a test to see which commands would test successfully against the 2008R2 instance.
My plan is to tag those commands to be able to run an extra scenario with 2008R2.