зеркало из https://github.com/microsoft/mesos-log.git
Add more items to Windows Containers release checklist
This commit is contained in:
Родитель
b0405ecd7a
Коммит
45a254f8a4
|
@ -4,11 +4,17 @@
|
|||
- [ ] Add `docker_containerizer_tests.cpp` to Windows build.
|
||||
- [ ] All warnings in Mesos code eliminated (warnings generated by third parties or the build system are _highly_ preferable to eliminate, but not blocking).
|
||||
- [ ] Fix the bug that user-specified environment variables are overridden on Windows paths.
|
||||
- [ ] Add to documentation instructions to point at a local copy of 3rdparty, and to install the multi-process debugger.
|
||||
|
||||
## Backlog
|
||||
|
||||
- [ ] Enable Mesos Containers.
|
||||
- [ ] Enable Mesos Containers (and decouple the Windows executor's kill-all-executors-on-failure problem)
|
||||
- [ ] Consider resolving long paths issue for Windows Server 2012.
|
||||
- [ ] Consider resolving the symlinks issue for Windows Server 2012.
|
||||
- [ ] Unify the separate Windows/Unix implementation of the command executor in the same way we did with the DefaultExecutor, _i.e._, use the parenthooks API to get rid of `launchTaskWindows`.
|
||||
- [ ] Consider forking the Windows isolators (_e.g._, filesystem).
|
||||
- [ ] Reduce time spent in tests. (Part of the problem seems to be a problem that the Windows Containers images are very very large, part of the problem is a ~45 second startup time for the test harness.)
|
||||
- [ ] We have about 50% of the tests lit up; light up the rest.
|
||||
- [ ] Remove Windows dependency on the CRT.
|
||||
- [ ] Enable Unicode support.
|
||||
- [ ] Enable Authentication.
|
||||
|
|
Загрузка…
Ссылка в новой задаче