-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fixes for Frigg CI #313
base: main
Are you sure you want to change the base?
Fixes for Frigg CI #313
Conversation
Quality Gate passedIssues Measures |
Hey @seanspeaks or @MichaelRyanWebber, I'm trying to make the CI pass. Do you have any idea why this test is failing?
|
@igorschechtel I wonder if perhaps the in-memory mongo is not working in CI. It's passing for me when I run it (thanks to your fixes to the imports), is that the same for you? Mm, on second thought, if the Looking more closely it must be failing on line 108 in
which just means it's not finding the entity in the previous line. My first thought is that there is a version mismatch in the CI environement around mongo or mongoose, but it could be something else. Naively, if I were troubleshooting I'd try to log out the params being passed in, to start. |
@MichaelRyanWebber yes, this test is also passing when I run it locally. It seems to me that the issue is that
If this is true I think the origin for the error is line 105:
Not sure why this would return null though... maybe an error in the constructor? The fact that it passes locally but not in the workflow makes it even weirder. |
The 'Frigg CI' workflow is currently failing, this PR is supposed to fix the errors