mirror of
https://github.com/VinGarcia/ksql.git
synced 2025-07-13 07:38:21 +00:00
Improve README
This commit is contained in:
parent
70cfbccce2
commit
9a30559efa
13
README.md
13
README.md
@ -600,6 +600,19 @@ After that you can just run the tests by using:
|
||||
make test
|
||||
```
|
||||
|
||||
But it is recommended to first download the required images using:
|
||||
|
||||
```bash
|
||||
docker pull postgres:14.0
|
||||
docker pull mysql:8.0.27
|
||||
docker pull mcr.microsoft.com/mssql/server:2017-latest
|
||||
```
|
||||
|
||||
Otherwise the first attempt to run the tests
|
||||
will spend a long time downloading these images
|
||||
and then fail because the `TestMain()` function
|
||||
is configured to kill the containers after 20 seconds.
|
||||
|
||||
### TODO List
|
||||
|
||||
- Add tests for tables using composite keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user