Skip to content

fix: running single seeder is so slow #944

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

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

a60814billy
Copy link
Contributor

@a60814billy a60814billy commented Apr 13, 2021

Pull Request check-list

Please make sure to review and check all of these items:

  • Does npm run test pass with this change (including linting)?
  • Does the description below contain a link to an existing issue (Closes #[issue]) or a description of the issue you are solving?
  • Have you added new tests to prevent regressions?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

Description of change

fixed #943

about test failed

The npm run test has 2 faileds.
First one is on prettier (in file test/support/helpers.js), but I didn't change this file.
Second one is on 1) [SQLITE] lib/sequelize model:create -> attributes -> --attributes first_name:string,last_name:string,bio:text,role:enum:{Admin,"Guest User"},reviews:array:text exits with exit code 0:, but this test case also failed in master branch.

I think those test failed is not about my changes.

@a60814billy a60814billy changed the title fix: running one seed is so slow fix: running single seeder is so slow Apr 13, 2021
@romgrk
Copy link

romgrk commented May 24, 2021

/cc @sushantdhiman @sdepold Anything blocking this? Is the project still active?

@romgrk
Copy link

romgrk commented Sep 26, 2021

/cc @papb (as you seem to have the last active contributor)

Copy link
Member

@WikiRik WikiRik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sdepold this looks good to me, the tests also pass after rebasing on my fork; https://github.com/WikiRik/cli/actions/runs/1429024655

@sdepold
Copy link
Member

sdepold commented Nov 10, 2021

I wonder which option is turned off that I cannot rebase through the ui

@a60814billy
Copy link
Contributor Author

Hi @sdepold , I'm rebased to latest main branch.

@WikiRik WikiRik merged commit 36f41f1 into sequelize:main Nov 29, 2021
@github-actions
Copy link

🎉 This PR is included in version 6.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

sequelize-cli: running single seed file is slow
4 participants