mirror of https://github.com/VinGarcia/ksql.git
Improve README
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
|
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
|
### TODO List
|
||||||
|
|
||||||
- Add tests for tables using composite keys
|
- Add tests for tables using composite keys
|
||||||
|
|
Loading…
Reference in New Issue