Add more items to Windows Containers release checklist

This commit is contained in:
Alex Clemmer 2017-02-16 13:07:21 -08:00
Родитель b0405ecd7a
Коммит 45a254f8a4
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -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.