-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Re-enable Firebird tests (Issue178_Firebird) #1917
base: main
Are you sure you want to change the base?
Conversation
Well, it looks like running Firebird in a docker container on AppVeyor is not as easy as it ought to be. 😣 Downloading and configuring and running Firebird could also be a possibility, but that's quite a lot of code. |
I'm fine with it, but appveyor says "nope" specifically it says:
|
Unfortunately I'm not familiar enough with AppVeyor. There's this //./pipe/docker_engine access denied? discussion on the AppVeyor forum but it doesn't seem to really offer a solution. Alternatively, Firebird could probably be downloaded, configured and executed with scripts, like nhibernate-core does. But that's too much YAML and PowerShell for me. 😅 |
Me too :) I think this is one of those things where if it is going to fight us, it is going to stay disabled (unless @NickCraver has some magic CI-jitsu to employ) |
Indeed this isn't something we can really pull in unless the platform already runs the server, we just don't have the test environment from it. Even in say GitHub Actions we have another version of the problem: we can't build and test .NET Framework (Windows) because service containers can only run on Ubuntu. Clients testing against server bits isn't something well supported on most test platforms, unfortunately :( |
No description provided.