-
-
Notifications
You must be signed in to change notification settings - Fork 595
test: Change tests to use native MongoDB aggregation pipeline syntax #1654
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
Conversation
Bumps [parse-server](https://github.com/parse-community/parse-server) from `d19acf1` to `62b3426`. - [Release notes](https://github.com/parse-community/parse-server/releases) - [Commits](parse-community/parse-server@d19acf1...62b3426) --- updated-dependencies: - dependency-name: parse-server dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Thanks for opening this pull request!
|
Not sure when |
Codecov ReportBase: 99.89% // Head: 99.89% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## alpha #1654 +/- ##
=======================================
Coverage 99.89% 99.89%
=======================================
Files 61 61
Lines 5973 5973
Branches 1367 1367
=======================================
Hits 5967 5967
Misses 6 6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Maybe this is because of parse-community/parse-server#8381 and we may have to add the same git protocol fix to the CI workflow here? |
Tests a bit flaky |
The issue seems to be solved with the recent commit; rerunning the CI. |
🎉 This change has been released in version 4.0.0-beta.1 |
🎉 This change has been released in version 4.0.0 |
🎉 This change has been released in version 4.0.0-alpha.6 |
New Pull Request Checklist
Issue Description
CI is failing on latest Parse Server as the aggregate syntax has changed
Closes: #1637
Approach
Changes syntax
TODOs before merging