mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-04 20:06:35 +03:00
server: add troubleshooting advice for make test-sqlserver
failure
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7663 GitOrigin-RevId: dfdfbcc0d36e67b6cb3b3b859d03c87f1153a980
This commit is contained in:
parent
7ff73d34c6
commit
221af57e53
@ -303,6 +303,14 @@ The DataConnector agent might be out of date. If you are getting a lot of test
|
||||
failures, first try rebuilding the containers with `docker compose build` to
|
||||
make sure you are using the latest version of the agent.
|
||||
|
||||
### `make test-sqlserver` fails with `Inconsistent object: mssql connection error`
|
||||
|
||||
Try updating the `mssql-tools` symlink:
|
||||
```sh
|
||||
brew install microsoft/mssql-release/mssql-tools@18
|
||||
brew unlink mssql-tools18 && brew link mssql-tools18
|
||||
```
|
||||
|
||||
### Microsoft SQL Server failures on Apple aarch64 chips
|
||||
|
||||
This applies to all Apple hardware that uses aarch64 chips, e.g. the MacBook M1
|
||||
|
Loading…
Reference in New Issue
Block a user