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

etcd_docker 5: Incorporate docker based etcd approach into docker integration tests. #4207

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andrewmains12
Copy link
Contributor

@andrewmains12 andrewmains12 commented Mar 14, 2023

PR 5 for #4144

This PR makes the docker integration tests use containerized etcd.
Previously, these relied on M3DB running an embbeded etcd server.

There's no inherent need for this, and it opens us up to dependency issues as described
in the linked github issue.

Note: there are a handful that require multiple servers; these are currently "skipped" (commented). I intend to bring those
back at a later date..


Stack:

⚠️ Part of a stack created by spr. Do not merge manually using the UI - doing so may have unexpected results.

@andrewmains12 andrewmains12 force-pushed the pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd branch from 4e40e13 to 8277eef Compare March 24, 2023 16:36
@andrewmains12 andrewmains12 force-pushed the pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172 branch from b5a283c to 0bdd1bf Compare March 24, 2023 16:36
@andrewmains12 andrewmains12 changed the title etcd_docker 5: Incorporate docker based etcd approach into docker integration tests. etcd_docker 5: Incorporate docker based etcd approach into docker int… Mar 28, 2023
@andrewmains12 andrewmains12 changed the base branch from pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd to master March 28, 2023 14:17
@andrewmains12 andrewmains12 changed the title etcd_docker 5: Incorporate docker based etcd approach into docker int… etcd_docker 5: Incorporate docker based etcd approach into docker integration tests. Mar 28, 2023
@andrewmains12 andrewmains12 force-pushed the pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172 branch from 0bdd1bf to e6f1295 Compare March 28, 2023 14:17
@andrewmains12 andrewmains12 changed the base branch from master to pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd March 28, 2023 14:17
#4148)

PR 4 for #4144

High level approach is as described in #4144 .

This PR integrates docker based etcd into our Go integration tests. It removes the need to have the embed package running
in m3db for them, but doesn't yet touch that functionality.

commit-id:3ae12ffd
…egration tests.

PR 5 for #4144

This PR makes the docker integration tests use containerized etcd.
Previously, these relied on M3DB running an embbeded etcd server.

There's no inherent need for this, and it opens us up to dependency issues as described
in the linked github issue.

Note: there are a handful that require multiple servers; these are currently "skipped" (commented). I intend to bring those
back at a later date..

commit-id:e67a5172
@andrewmains12 andrewmains12 force-pushed the pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172 branch from e6f1295 to abd72e3 Compare March 30, 2023 14:17
Base automatically changed from pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd to master March 30, 2023 14:43
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.

2 participants