Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests are failing #453

Open
akshatdubeysf opened this issue Aug 18, 2021 · 3 comments
Open

Tests are failing #453

akshatdubeysf opened this issue Aug 18, 2021 · 3 comments
Labels

Comments

@akshatdubeysf
Copy link
Contributor

akshatdubeysf commented Aug 18, 2021

Steps to reproduce

  1. Clone the project.
  2. npm install
  3. setup a mysql server with a fresh db
  4. config the database parameters in env.
  5. npm run test
  6. 7 of the tests cases fail.

Current Behavior

7 test cases fail -

Screenshot from 2021-08-18 15-52-57
Screenshot from 2021-08-18 15-53-22
Screenshot from 2021-08-18 15-53-41
Screenshot from 2021-08-18 15-53-58
Screenshot from 2021-08-18 15-54-12
Screenshot from 2021-08-18 15-54-30
Screenshot from 2021-08-18 15-57-55

Expected Behavior

The test cases should pass by default

Additional Context

MySQL version -
Server version: 5.7.35 MySQL Community Server (GPL)

@mrmodise
Copy link

Just had a look at the last pipeline and all tests passed. Can you look at github actions to reference setup

@akshatdubeysf
Copy link
Contributor Author

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.

@stale stale bot added the stale label Oct 18, 2021
@achrinza achrinza removed the stale label Oct 18, 2021
@loopbackio loopbackio deleted a comment from stale bot Oct 18, 2021
@samarpanB
Copy link
Collaborator

Its happening due to timezone settings at local machines. Github actions are on UTC and hence works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants