Skip to content

v1.9

Compare
Choose a tag to compare
@ShockwaveNN ShockwaveNN released this 22 Nov 09:24
· 2242 commits to master since this release

New features

  • Use --shm-size option for docker run for increasing it. Remove old code for increase shm by runtime.
    Need to use docker v1.10.0 or newer for it (moby/moby#16168)
  • Increase shm-size to 2 gigabyte
  • Docker rm executed containers after finish task
  • Add ability to send custom portal name to spec. It use enviroment variable SPEC_SERVER_IP.
    You should implement parsing it in your tests, to correctly run tests on customs ip.
  • Add single button to destroy all unbooked servers
  • Add ability to run before spec any command from /before-run.sh, not only sudo mount -a
  • Add button to remove duplicates from Test Queue
  • Remove all internal global variables
  • Do not try to mount /mnt/data_share inside docker. This cause error mentioned in #158
  • Better logging of error in HTMLResultManager
  • Hide exceeding log output on production environment

Changes

  • Add button for spec file now adds it to beginning of queue, instead of end. Behaviour not changed if add folder
  • Remove setting @create_portal flag in portal_data_docs. It broke stuff if there is custom portal
  • Remove not-helpful logging of Thread events

Fixes

  • Fix problem with checkout of tag and running git pull after that
  • Fix showing Already up-to-date in branches list
  • Fix fetching branch info for TeamLab project
  • Fix issue with new lin of Server list (#149)
  • Fix hanging page issue while pull branches of projects
  • Fix not hiding overlay for changing branches
  • Do not change position of test progress if user unbook server
  • All stderr output should be in log file