-
Notifications
You must be signed in to change notification settings - Fork 453
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. #4149
Closed
andrewmains12
wants to merge
1
commit into
uber/20220830-grpc_update
from
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
Closed
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
This was referenced Aug 29, 2022
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
from
August 30, 2022 14:44
e0944c8
to
914ac93
Compare
andrewmains12
changed the title
Incorporate docker based etcd approach into docker integration tests.
etcd_docker 5: Incorporate docker based etcd approach into docker integration tests.
Aug 30, 2022
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd
branch
from
August 30, 2022 15:16
8445afb
to
e639964
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
2 times, most recently
from
August 30, 2022 16:04
78835f0
to
cb8db85
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd
branch
from
August 30, 2022 16:52
50a14e2
to
77ca046
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
from
August 30, 2022 16:52
cb8db85
to
0ef0995
Compare
justinjc
reviewed
Aug 30, 2022
scripts/docker-integration-tests/prometheus_replication/test.sh
Outdated
Show resolved
Hide resolved
scripts/docker-integration-tests/prometheus_replication/docker-compose.yml
Outdated
Show resolved
Hide resolved
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
from
August 30, 2022 17:31
0ef0995
to
73e9f32
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd
branch
from
August 30, 2022 17:47
77ca046
to
d7b617c
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
3 times, most recently
from
August 30, 2022 21:28
87111b2
to
364111f
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd
branch
from
August 30, 2022 21:47
16b5b60
to
6910f1e
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
from
August 30, 2022 21:47
364111f
to
2b6636a
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd
branch
from
August 30, 2022 22:01
6910f1e
to
c8b6a12
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
2 times, most recently
from
August 30, 2022 22:13
6d9b5bd
to
c165783
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd
branch
from
August 30, 2022 22:57
0580883
to
b47a381
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
from
August 30, 2022 22:57
c165783
to
18efb5b
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd
branch
from
August 31, 2022 14:38
b47a381
to
9398782
Compare
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
2 times, most recently
from
August 31, 2022 15:18
12ed8fb
to
f41faba
Compare
justinjc
reviewed
Aug 31, 2022
|
||
function defer { | ||
docker-compose -f ${COMPOSE_FILE} down || echo "unable to shutdown containers" # CI fails to stop all containers sometimes | ||
: | ||
# docker-compose -f ${COMPOSE_FILE} down || echo "unable to shutdown containers" # CI fails to stop all containers sometimes |
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.
Do we not need this anymore? If not, why not just remove the entire function the the trap defer EXIT
below?
Base automatically changed from
pr/andrewmains12/amains/grpc-update/etcd_tests.review/3ae12ffd
to
uber/20220830-grpc_update
September 2, 2022 14:50
andrewmains12
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
from
September 2, 2022 14:50
f41faba
to
8778662
Compare
justinjc
approved these changes
Sep 2, 2022
…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
force-pushed
the
pr/andrewmains12/amains/grpc-update/etcd_tests.review/e67a5172
branch
from
September 2, 2022 16:17
8778662
to
4b8bede
Compare
✓ Commit merged in pull request #4150 |
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.
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: