-
Notifications
You must be signed in to change notification settings - Fork 38
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
Major version bump 3.0.0 #104
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…mongodb into TDL-22154-upgrade-pymongo
* - set maxDiff to None to reset dict comparison limit - sort the dictionary before assertion * fix uuid transformation * upgrade pymongo version in cci configuration * fix cci configuration * upgrade pip and setuptools * update cci config to run on latest python version * fix linting issues * fix uuid bookmarking * fix integration tests * remove debugger import * fix integration test compatibility issues with pymongo v4.3+ and mongoddb v6.0 * - fix transaction life time limit - improve integration testlogging * fix typo * remove f-string from logger statements * minor code cleanup * Changes: 1) Upgrade pymongo to 4.4.0 2) Added condition to handle DatetimeMS binary date values. * - set maxDiff to None to reset dict comparison limit - sort the dictionary before assertion * fix uuid transformation * upgrade pymongo version in cci configuration * fix cci configuration * upgrade pip and setuptools * update cci config to run on latest python version * fix linting issues * fix uuid bookmarking * fix integration tests * remove debugger import * fix integration test compatibility issues with pymongo v4.3+ and mongoddb v6.0 * - fix transaction life time limit - improve integration testlogging * fix typo * remove f-string from logger statements * minor code cleanup * [Tdl 23471] Fix circle ci config (#101) * Added CircleCI config for mongodb 6.0. * Added Ciall testsoin CCI for ngodb 6.5.0 & 6.0 * Fixed CCI config and added all tests for mongodb 4.4 * Removed mongodb 4.2 testing from CCi as it has reached end of life. * Fixed redundant statement to include all integration tests. * Changes: 1) Upgrade pymongo to 4.4.0 2) Added condition to handle DatetimeMS binary date values. * - set maxDiff to None to reset dict comparison limit - sort the dictionary before assertion * fix uuid transformation * upgrade pymongo version in cci configuration * fix cci configuration * upgrade pip and setuptools * update cci config to run on latest python version * fix linting issues * fix uuid bookmarking * fix integration tests * remove debugger import * fix integration test compatibility issues with pymongo v4.3+ and mongoddb v6.0 * - fix transaction life time limit - improve integration testlogging * Added CircleCI config for mongodb 6.0. * Added Ciall testsoin CCI for ngodb 6.5.0 & 6.0 * Fixed CCI config and added all tests for mongodb 4.4 * Removed mongodb 4.2 testing from CCi as it has reached end of life. * Fixed redundant statement to include all integration tests. * Removed glob & for loop statements as all integration tests are running in CCi. --------- Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com> * Tdl 23609 fix empty projection (#102) * projection test change * - fix the emtpy projection issue - fix the integration tests * minor integration test fixes * remove redundant comments * Force {} projection to be None * Changes: 1) Upgrade pymongo to 4.4.0 2) Added condition to handle DatetimeMS binary date values. * - set maxDiff to None to reset dict comparison limit - sort the dictionary before assertion * fix uuid transformation * upgrade pymongo version in cci configuration * fix cci configuration * upgrade pip and setuptools * update cci config to run on latest python version * fix linting issues * fix uuid bookmarking * fix integration tests * remove debugger import * fix integration test compatibility issues with pymongo v4.3+ and mongoddb v6.0 * - fix transaction life time limit - improve integration testlogging * projection test change * - fix the emtpy projection issue - fix the integration tests * minor integration test fixes * remove redundant comments * fix typo * remove f-string from logger statements * Force {} projection to be None --------- Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com> Co-authored-by: shantanu73 <shantanudhiman25@gmail.com> --------- Co-authored-by: RushiT0122 <rtodkar@stitchdata-talend.com> Co-authored-by: shantanu73 <shantanudhiman25@gmail.com>
…db into major-version-bump-3
shantanu73
changed the base branch from
master
to
TDL-21055/test-mongo-new-versions
July 27, 2023 17:18
shantanu73
changed the base branch from
TDL-21055/test-mongo-new-versions
to
master
July 27, 2023 17:18
RushiT0122
requested review from
luandy64 and
RushiT0122
and removed request for
luandy64
July 27, 2023 17:53
RushiT0122
approved these changes
Jul 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change
Testing has completed, releasing current code as a major version 3.
QA steps
Risks
Medium, any issues not uncovered in testing will need to be weighed against a major version from this point on.
Rollback steps