m3 icon indicating copy to clipboard operation
m3 copied to clipboard

etcd_docker 1: Refactor resources/docker package into resources/dockerexternal, resources/dockerm3, x/dockertest (#4145)

Open andrewmains12 opened this issue 3 years ago • 0 comments

PR 1 of etcd test refactor

I am introducing a docker based etcd test framework. Overall structure I'm going for:

resources/dockerm3 -- m3 docker containers resources/dockerexternal -- dependencies (prometheus, etcd)

The reason I need this refactor: I'm going to pull the dockerexternal package into a bunch of internal tests. This introduces circular dependencies with the M3 resources, thus splitting out here.


Stack:

  • #4154
  • #4153 ⬅

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

andrewmains12 avatar Sep 09 '22 15:09 andrewmains12