-
Notifications
You must be signed in to change notification settings - Fork 17
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
Upgrade to MongoDB 7.0.4 #715
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #715 +/- ##
==========================================
Coverage 87.66% 87.66%
- Complexity 5328 5329 +1
==========================================
Files 228 228
Lines 17646 17648 +2
Branches 2573 2573
==========================================
+ Hits 15469 15471 +2
Misses 1714 1714
Partials 463 463 |
@MrCreosote |
It looks like the authcontroller isn't starting up properly. Does everything work with Mongo 3? If not we may need to update the auth jar once it's released before the tests will pass |
Everything works with Mongo 3. |
wait, are you saying we should use new auth2 jar to test? |
If tests pass w/ mongo 3 and fail with 7 it looks like we'll need the new auth jar, yeah. Check the auth server logs to be sure |
I'm not sure why any changes are needed - I got the WS tests to pass with the new auth jar.
|
May I know how did you import AuthController class from the new auth jar? |
I didn't have to change the imports at all from what I recall - unfortunately I deleted the changes once I confirmed it worked. Let me know if you can't get things working and I'll set things up again |
Here is what I am struggling:
I would love to know how did you make it work. Ah, us.kbase.test is not even inside the new auth2 jar. |
You need to use the fatTestJar target: https://github.com/kbase/auth2/blob/develop/build.gradle#L111 |
@MrCreosote |
Updated as the last commit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good, just some minor comments
Looks good, but I just realized it needs release notes & a version bump to 0.14.3 |
No description provided.