summaryrefslogtreecommitdiff
path: root/ctdb/tests
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-tests: Be more efficient about starting/stopping local daemonsMartin Schwenke2018-10-081-10/+4
* ctdb-tests: Do not use ctdbd_wrapper in local daemon testsMartin Schwenke2018-10-081-6/+2
* ctdb-tests: Don't remove non-existent test database directoryMartin Schwenke2018-10-081-2/+0
* ctdb-tests: Drop unused function maybe_stop_ctdb()Martin Schwenke2018-10-082-11/+0
* ctdb-tests: Explicitly check for local daemons when shutting downMartin Schwenke2018-10-081-3/+3
* ctdb-tests: Drop functions daemons_start(), daemons_stop()Martin Schwenke2018-10-081-13/+3
* ctdb-tests: Don't used daemons_start()/daemons_stop() directly in testsMartin Schwenke2018-10-082-7/+7
* ctdb-tests: Rename _ctdb_start_all() -> ctdb_start_all()Martin Schwenke2018-10-082-3/+3
* ctdb-tests: Rename ctdb_start_all() -> ctdb_init()Martin Schwenke2018-10-083-6/+6
* ctdb-tests: Drop ps_ctdbd()Martin Schwenke2018-10-083-14/+0
* ctdb-tests: Drop code for RECEIVE_RECORDS controlAmitay Isaacs2018-10-081-20/+0
* ctdb-tests: Add recovery record resurrection test for volatile databasesMartin Schwenke2018-10-081-0/+84
* ctdb-tests: Fix CTDB -O3 --picky-developer build on CentOS 7Martin Schwenke2018-09-071-1/+1
* ctdb-tests: Check result of write() in ARP and TCP testsMartin Schwenke2018-09-061-2/+8
* ctdb-tests: Don't run valgrind or other tracing in simple_test_command()Martin Schwenke2018-09-031-1/+1
* ctdb-tests: Use known install paths in local daemon testsMartin Schwenke2018-09-031-13/+10
* ctdb-tests: If bin/ isn't in ctdb/ then look one level higherMartin Schwenke2018-09-032-6/+8
* ctdb-common: Process the whole config file even if an error occursMartin Schwenke2018-09-032-0/+7
* ctdb-common: Avoid ENOENT for unknown conf optionsMartin Schwenke2018-09-032-2/+2
* ctdb-common: Log a message for unknown conf optionMartin Schwenke2018-09-032-0/+2
* ctdb-common: Fix log message for conf option with unknown sectionMartin Schwenke2018-09-031-1/+1
* ctdb-tests: Extend TCP packet test to also do packet extractionMartin Schwenke2018-08-301-0/+48
* ctdb-tests: Add tests for TCP packet marshallingMartin Schwenke2018-08-302-0/+132
* ctdb-tests: Add tests for ARP and IPv6 NA marshallingMartin Schwenke2018-08-302-0/+125
* ctdb-tests: Add basic test to sanity check types in socket marshallingMartin Schwenke2018-08-302-0/+69
* ctdb-tests: Check that no IPs are assigned when failover is disabledMartin Schwenke2018-08-242-1/+31
* ctdb-tests: Add an extra conf loading test caseMartin Schwenke2018-08-241-0/+20
* ctdb-config: Switch tunable DisableIPFailover to a config optionMartin Schwenke2018-08-241-1/+0
* ctdb-config: Integrate failover options into conf-toolMartin Schwenke2018-08-242-0/+26
* ctdb-tests: Drop DisableIPFailover simple testMartin Schwenke2018-08-241-28/+1
* ctdb-daemon: Pass DisableIPFailover tunable via environment variableMartin Schwenke2018-08-241-2/+2
* ctdb-config: Switch tunable TDBMutexEnabled to a config optionMartin Schwenke2018-08-244-4/+1
* ctdb-config: Change option "no realtime" option to "realtime scheduling"Martin Schwenke2018-08-242-3/+3
* ctdb-event: Implement event tool "script list" commandMartin Schwenke2018-07-2811-0/+160
* ctdb-common: Use script abstraction in run_eventMartin Schwenke2018-07-281-0/+1
* ctdb-common: Factor out basic script abstractionMartin Schwenke2018-07-282-0/+244
* ctdb-tests: Strip all spaces from od outputAmitay Isaacs2018-07-281-1/+1
* ctdb-tests: Fix a typoAmitay Isaacs2018-07-281-1/+1
* ctdb-tests: Use errcode to translate ETIMEDOUTAmitay Isaacs2018-07-287-22/+22
* ctdb-tests: Replace md5sum with posix cksumAmitay Isaacs2018-07-282-5/+5
* ctdb-scripts: date "+%N" is non-portableAmitay Isaacs2018-07-282-2/+2
* ctdb-tests: Simplify pattern matching for ctime outputAmitay Isaacs2018-07-281-3/+3
* ctdb-tests: Do not try to match pstree output in eventd testsAmitay Isaacs2018-07-282-2/+1
* ctdb-common: Add fd argument to ctdb_connection_list_read()Amitay Isaacs2018-07-281-12/+6
* ctdb-common: Add line based I/OAmitay Isaacs2018-07-282-0/+192
* ctdb-tests: Porting tests should ignore unsupported featuresAmitay Isaacs2018-07-282-7/+16
* ctdb-tests: Use sigcode to match signalsAmitay Isaacs2018-07-281-13/+13
* ctdb-tests: Add signal code matching utilityAmitay Isaacs2018-07-281-0/+120
* ctdb-tests: Add ps output filter for freebsdAmitay Isaacs2018-07-281-1/+2
* ctdb-client: Switch to ETIMEDOUT instead of ETIMEAmitay Isaacs2018-07-281-1/+1