loopback-connector-mysql
loopback-connector-mysql copied to clipboard
Tests are failing
Steps to reproduce
- Clone the project.
-
npm instal
l - setup a mysql server with a fresh db
- config the database parameters in env.
-
npm run test
- 7 of the tests cases fail.
Current Behavior
7 test cases fail -
Expected Behavior
The test cases should pass by default
Additional Context
MySQL version - Server version: 5.7.35 MySQL Community Server (GPL)
Just had a look at the last pipeline and all tests passed. Can you look at github actions to reference setup
Hi @mrmodise ,
I just checked the github actions, it has the exact same version of MySQL as mine, but the tests are passing in the pipeline, so I suspect it might be a platform difference, I'll have to dig a little deeper.
Its happening due to timezone settings at local machines. Github actions are on UTC and hence works.