We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AppVeyerを使用し、Windows向けのCIビルド環境を用意する。
既存のTravis CI 上でも、SQL Server on Linux のDockerイメージを利用したテストを行いたいが 現時点で試した方の記載をみる限り、実行タイムアウト等の問題があるらしいので対応は保留。
The text was updated successfully, but these errors were encountered:
AppVeyor用のCIビルドは動作確認済み。
以下、作業内容メモ
テスト実行時のJVMのオプションに"jna.nosys=true"を追加することで解決 環境にインストール済のJNIのバージョン競合を起こすことが原因らしい <https://github.com/java-native-access/jna/issues/384>
<https://github.com/java-native-access/jna/issues/384>
AppVeyor上では規定でUACが無効になっており、昇格済みの状態でコマンドが実行される。 このため、Postgres側のポリシーにより、コマンド実行がブロックされる。
この問題を回避するのは難しそうなためEmbeddedのDB利用をあきらめ、AppVeyor側でインストール済みのサービスを利用する方針に変更。また、この対応によりテストコード側で一部修正が必要となった。
Sorry, something went wrong.
No branches or pull requests
AppVeyerを使用し、Windows向けのCIビルド環境を用意する。
TODO
その他
既存のTravis CI 上でも、SQL Server on Linux のDockerイメージを利用したテストを行いたいが
現時点で試した方の記載をみる限り、実行タイムアウト等の問題があるらしいので対応は保留。
The text was updated successfully, but these errors were encountered: