Skip to content
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 mongodb to 4.4 #1567

Merged
merged 1 commit into from
Oct 28, 2022
Merged

Conversation

longrunningprocess
Copy link
Contributor

@longrunningprocess longrunningprocess commented Oct 27, 2022

Fixes #1520

Description

There is a desire to utilize aggregation pipelines and take advantage of possible perf improvements.

Type of Change

  • infrastructure upgrade

Screenshots

N/A

Checklist

  • I have performed a self-review of my own code
  • I have reviewed the title/description of this PR which will be used as the squashed PR commit message
  • Create an issue for the upgrade to 5.0 and reference https://www.mongodb.com/docs/v5.0/release-notes/4.4-upgrade-standalone/
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works

How to test

Please describe how to test and/or verify your changes. Provide instructions so we can reproduce. Please also provide relevant test data as necessary. These instructions will be used for QA testing below.

  • A general smoke test in addition to successful automated tests should be enough to move forward with this one. upgrade mongo to 4.2 is a good reference as well.

qa.languageforge.org testing

Testers: Check the box and put in a date/time to sign-off/attest the feature works as expected on qa.languageforge.org

  • Tester1 (YYYY-MM-DD HH:MM)
  • Tester2 (YYYY-MM-DD HH:MM)

@longrunningprocess longrunningprocess self-assigned this Oct 27, 2022
@github-actions
Copy link

Unit Test Results

368 tests   368 ✔️  10s ⏱️
    1 suites      0 💤
    1 files        0

Results for commit c4479ad.

@longrunningprocess longrunningprocess enabled auto-merge (squash) October 27, 2022 20:05
@megahirt
Copy link
Collaborator

I read the documentation on upgrading to 4.4 from 4.2 and there doesn't seem to be anything actionable, so seeing how the tests pass, this looks good to go

Copy link
Collaborator

@megahirt megahirt left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

@longrunningprocess longrunningprocess merged commit 9c8aebf into develop Oct 28, 2022
@longrunningprocess longrunningprocess deleted the chore/upgrade-to-mongo-4.4 branch October 28, 2022 09:16
@longrunningprocess
Copy link
Contributor Author

I read the documentation on upgrading to 4.4 from 4.2 and there doesn't seem to be anything actionable, so seeing how the tests pass, this looks good to go

Agreed, it seemed the same to me

@longrunningprocess longrunningprocess mentioned this pull request Oct 28, 2022
6 tasks
@longrunningprocess
Copy link
Contributor Author

created #1568

@megahirt
Copy link
Collaborator

megahirt commented Nov 1, 2022

I tested this by verifying that QA is functioning normally (utilizing the mongodb database as expected)

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

Successfully merging this pull request may close these issues.

Upgrade mongo to 4.4
2 participants