generated from delphix/.github
-
Notifications
You must be signed in to change notification settings - Fork 10
CE-332 Disable python2.7 unit tests on couchbase repository #41
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
Merged
ayesharustgi-delphix
merged 6 commits into
select-connector
from
dlpx/pr/ayesharustgi-delphix/81db99d4-de0c-4c92-bda3-955f70d8ca05
May 25, 2023
Merged
CE-332 Disable python2.7 unit tests on couchbase repository #41
ayesharustgi-delphix
merged 6 commits into
select-connector
from
dlpx/pr/ayesharustgi-delphix/81db99d4-de0c-4c92-bda3-955f70d8ca05
May 25, 2023
Conversation
This file contains hidden or 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
533a6f8 to
aa27c69
Compare
ankurtyagi-sdk
approved these changes
May 24, 2023
ayesharustgi-delphix
added a commit
that referenced
this pull request
May 25, 2023
…#42) * DXE-683 Rename Select Connector - CouchBase * Version 1.1.1 (#31) * initial support for using non couchbase user through sudo * issue #22 - initial deployment, index support changes for backup ingestion, various fixes * partial work * cbbackupmgr working with sudo, bucket list in snapshot in JSON * version 1.0.2 * fixing uid/gid regex * version 1.0.3 - error messages fix * ver 1.0.3.1 * ver 1.0.3.2 - sudo for all * resync of xdcr and backupmgr OK * workinf with copy config * working with indexes - tested with backup only - ee, analytics removed from schema * add end of multi cluster * working multinode * checks added, upgrade added * version 1.1.0 build 0 * check mount points / doc updates * cbbackup exit code check * xdcr fixed for multi IP, and different scenarios * v1.1.1 build 1.1.0.2 * v1.1.0 build 1.1.0.2 * version 1.1.1 - added field for hostname * Issue #32 - multinode start * version 1.1.2 * Set theme jekyll-theme-minimal * doc fixes * new logo * proper style * docs with multi node Co-authored-by: Marcin Przepiorowski <[email protected]> Co-authored-by: ayesharustgi-delphix <[email protected]> * DXE-988 Couchbase - VDB failed to enable (#36) * CE-59 Couchbase Plugin : Conversion of python2 to python3 (#38) * CE-332 Disable python2.7 unit tests on couchbase repository (#41) * unit test upgrade to python3.8 PR URL: https://www.github.com/delphix/couchbase-plugin/pull/41 * unit test upgrade to python3.8 * removing python2.7 tests * fixing python version to python3.8 for pytest * disabling unit tests in github workflows * reverting changes in test --------- Co-authored-by: atyagi <[email protected]> Co-authored-by: Marcin Przepiorowski <[email protected]> Co-authored-by: Marcin Przepiorowski <[email protected]>
ayesharustgi-delphix
added a commit
that referenced
this pull request
May 25, 2023
CE-337 Creation and updation of 'develop' branch with latest codebase (#42) * DXE-683 Rename Select Connector - CouchBase * Version 1.1.1 (#31) * initial support for using non couchbase user through sudo * issue #22 - initial deployment, index support changes for backup ingestion, various fixes * partial work * cbbackupmgr working with sudo, bucket list in snapshot in JSON * version 1.0.2 * fixing uid/gid regex * version 1.0.3 - error messages fix * ver 1.0.3.1 * ver 1.0.3.2 - sudo for all * resync of xdcr and backupmgr OK * workinf with copy config * working with indexes - tested with backup only - ee, analytics removed from schema * add end of multi cluster * working multinode * checks added, upgrade added * version 1.1.0 build 0 * check mount points / doc updates * cbbackup exit code check * xdcr fixed for multi IP, and different scenarios * v1.1.1 build 1.1.0.2 * v1.1.0 build 1.1.0.2 * version 1.1.1 - added field for hostname * Issue #32 - multinode start * version 1.1.2 * Set theme jekyll-theme-minimal * doc fixes * new logo * proper style * docs with multi node * DXE-988 Couchbase - VDB failed to enable (#36) * CE-59 Couchbase Plugin : Conversion of python2 to python3 (#38) * CE-332 Disable python2.7 unit tests on couchbase repository (#41) * unit test upgrade to python3.8 PR URL: https://www.github.com/delphix/couchbase-plugin/pull/41 * unit test upgrade to python3.8 * removing python2.7 tests * fixing python version to python3.8 for pytest * disabling unit tests in github workflows * reverting changes in test --------- Co-authored-by: atyagi <[email protected]> Co-authored-by: Marcin Przepiorowski <[email protected]> Co-authored-by: Marcin Przepiorowski <[email protected]>
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.
Problem
Provide a clear description of the high-level problem you are trying to
solve. The problem statement should be written in terms of a specific
symptom that affects users or the business. The problem statement should
not be written in terms of the solution. If possible, include a minimal
reproducible example (MRE) with steps to reproduce, expected results,
and actual results.
Solution
Provide a clear description of the high-level solution you have chosen.
If there were other possible solutions that you considered and rejected,
mention those along with the corresponding reasoning. Do not describe
implementation details when writing about the solution; these should go
into the implementation section instead.
Testing Done
Provide a clear description of how this change was tested. At minimum
this should include proof that a computer has executed the changed
lines. Ideally this should include an automated test or an explanation
as to why this pull request has no tests.