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

Some test fail #790

Closed
bnoufel opened this issue Feb 19, 2022 · 1 comment
Closed

Some test fail #790

bnoufel opened this issue Feb 19, 2022 · 1 comment

Comments

@bnoufel
Copy link
Contributor

bnoufel commented Feb 19, 2022

Prerequisites

We do our best to reply to all the issues on time. If you will follow the given guidelines, the turn around time will be faster.

  • Lots of raised issues are directly not bugs but instead are design decisions taken by us.
  • Make use of our forum, or discord server, if you are not sure that you are reporting a bug.
  • Ensure the issue isn't already reported.
  • Ensure you are reporting the bug in the correct repo.

Delete the above section and the instructions in the sections below before submitting

Package version

16.3.2

Node.js and npm version

node: 14.17.6-alpine
npm: 8.3.1

Some test fail.
The first one we got an error "replaceAll is not a function".
For this just update node version on Dockerfile to the lts version (16.14.0)
I can create a new PR for this error

After that we got a new error to test/command/wipe-fresh.spec.ts

  ✖ db:wipe should drop all tables
    Error: ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'groups,identities,posts,profiles,schema_users,skill_user,skills,users,uuid_users' at line 1

For the three tests

@Julien-R44
Copy link
Member

Julien-R44 commented Feb 19, 2022

Yep, that's my fault, sorry ! Already fixed here for the MySQL : 36e0e2e

and here for the replaceAll :
7c74fca

On that PR : #784

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

No branches or pull requests

3 participants