about summary refs log tree commit homepage
path: root/test/cmogstored-cfg.rb
DateCommit message (Expand)
2014-02-22support "daemonize = 0|1" in the config file
2013-02-07cfg: disallow trailing ':' in PATH with daemonize
2013-02-07forbid relative paths with daemonization
2013-01-31implement nginx-style binary upgrade via SIGUSR2
2012-12-12test/cmogstored-cfg: better race avoidance
2012-12-05test_worker_processes_mgmt_shutdown: wait for children to die v0.9.0
2012-11-14mgmt: support "shutdown" command (from Perlbal)
2012-10-31test/*.rb: fix ambiguous argument warnings from Ruby
2012-10-30die() using error() from glibc/gnulib
2012-05-03test/cmogstored-cfg: remove unused variable in test
2012-04-18avoid usage file if mgmt sidechannel is inactive
2012-03-27test/cmogstored-cfg: remove unused variable v0.3.0
2012-03-16cmogstored: disable short non-standard CLI switches
2012-03-14test/cmogstored-cfg: fix test with broken ps
2012-03-14test/cmogstored-cfg: fix missing require under 1.8
2012-03-14test handling of the "server" configuration option
2012-03-14cfg: test for --multi feature
2012-03-14optional --worker-processes=NUM feature
2012-02-25test/cmogstored-cfg: fix test when running under valgrind
2012-02-23test/cmogstored-cfg: fix tests for systems w/o /var/mogdata
2012-02-23pidfile: fix assertion failure triggered by stale PID files
2012-02-17tests: minor refactoring to reduce common code
2012-02-06tests: fix running tests from a subdirectory
2012-02-06tests: better parallelization of slow Ruby tests
2012-02-05tests: centralize some test logic in test/helper
2012-01-12test/*.rb: fix missing fileutils require
2012-01-11initial commit