Skip to content

20.03 release roadmap

Joachim Schiele edited this page Dec 17, 2023 · 12 revisions

branch: nixpkgs-20.03

some fixes are still needed:

  • fix manual build
  • consider fixing the warings in 20.03 already, those have to be fixed for 20.09 anyway
  • migrate tests from perl to python
  • write a section about tests
    • how to run them: nix-build -I nixpkgs=../nixpkgs release.nix
    • how to list all available tests (see tests/default.nix)
    • difference between unittests and vm tests, how unittests can be disabled

python test rewrite status

nix-build -A tests release.nix

these python tests work

  • check-test-environment
  • custom-webservice
  • dbshell
  • version
  • webservices.static-darkhttpd
  • webservices.static-nginx
  • webservices.apache
  • webservices.nginx
  • webservices.mediawiki
  • webservices.mattermost
  • webservices.leaps
  • TLS
  • reverse-proxy
  • user-allocation-uid-gid-test
  • webservices.hydra
  • ip2unix

what does not evaluate due to missing hardware virtualization:

  • container
  • email
  • messaging.rabbitmq

faulty:

  • mkunique
  • directories
Clone this wiki locally