Evan Rittenhouse
Evan Rittenhouse
@fzn0x so it seems to come from the `Model.js` constructor, found [here](https://github.com/sequelize/sequelize/blob/af0f024acdcb4f885b9969a958c5fb4752abfff8/src/model.js#L890-L905). What's tripping me up is that this behavior is actually already covered by unit tests, which you can...
@WikiRik Unit tests with custom names pass, but an integration test (with the exact same test body, I might add) fails. Bizarre - do integration tests call some extra constructor...
@WikiRik I can take a look at this!
@WikiRik sounds good. I am a little new to open-source contributing - is there somewhere I should check first in the codebase?
@WikiRik excellent, will jump on this tonight after work - thank you for the help! Very excited.
@WikiRik Hi Rik. Spent most of the day trying to solve this, but have there been any errors with node-gyp while installing with yarn before? I can't install dependencies because...
[sequelize_yarn_install_log.txt](https://github.com/sequelize/sequelize/files/8147827/sequelize_yarn_install_log.txt) @WikiRik Sure, here they are. Appreciate the help.
@WikiRik awesome - that got me past that step, thank you! I'm now seeing a failing test (before I've modified anything). 1) [SQLITE] Transaction fails with SQLITE_BUSY when retry.match is...
@ephys cool, thank you. I rebased my branch on top of main today, and am now getting this error when running `yarn test-unit-sqlite`. Is this behavior known? `❯ yarn test-unit-sqlite...
Awesome @ephys thank you. I'm not seeing the error mentioned in the bug report - the SSCCE doesn't compile, so I've tried to replicate that behavior with unit tests. I...