You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
* @todo #309:30min Run Etcd in windows containers while testing on windows.
* Currently, when we try to run integration tests based on testcontainers within a platform
* windows, we notice that Etcd container (presently based on Linux) doesn't work. We have to build
* and publish an Etcd docker image based on windows to avoid this issue.
* Please, build an Etcd image for windows (version 3.5.1) and write tests so as to detect before
* running integration tests, the type of platform (linux or windows) in order to pull the right
* docker image. After that, enable the test below for windows by removing
* {@code @DisabledOnOs(OS.WINDOWS)}.
The puzzle was created by @baudoliver7 on 29-Nov-21.
Estimate: 30 minutes, role: DEV.
If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.