不要怂,就是干,撸起袖子干!

Commit cf121c61 by Sushant

docs(contribution): explain pitfalls of ram-disk for local tests

1 parent 0e7ce348
Showing with 2 additions and 0 deletions
...@@ -84,6 +84,8 @@ Then to run the tests simply run: ...@@ -84,6 +84,8 @@ Then to run the tests simply run:
npm run test-docker npm run test-docker
``` ```
**Note:** _Its possible that you wont be able to run both postgres and mysql containers at same time, this is because they share ram-disk partition. You can usually run either of them after running `sudo rm -rf /mnt/sequelize-ramdisk`_
If sequelize is unable to connect to mysql you might want to try running `sudo docker-compose up` in a second terminal window. If sequelize is unable to connect to mysql you might want to try running `sudo docker-compose up` in a second terminal window.
### 4. Run the tests ### ### 4. Run the tests ###
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!