ctdb-tests: Clean database before the test
[amitay/samba.git] / ctdb / tests / src /
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364526 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364525 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364524 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364523 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364522 (Argument cannot be negative)
2016-07-28 Amitay Isaacsctdb-tests: Fix CID 1364521 (Argument cannot be negative)
2016-07-25 Martin Schwenkectdb-tests: Implement database related controls in...
2016-07-25 Martin Schwenkectdb-tests: Implement MODIFY_FLAGS control in fake_ctdbd
2016-07-25 Martin Schwenkectdb-tests: Implement SET_BAN_STATE control in fake_ctdbd
2016-07-25 Martin Schwenkectdb-tests: Implement TAKEOVER_RUN message in fake_ctdbd
2016-07-25 Martin Schwenkectdb-tests: Implement STOP_NODE and CONTINUE_NODE contr...
2016-07-25 Martin Schwenkectdb-tests: Implement GET_RECLOCK_FILE control in fake_...
2016-07-25 Amitay Isaacsctdb-tests: Add monitoring related controls in fake_ctdbd
2016-07-25 Amitay Isaacsctdb-tests: Implement SET_IFACE_LINK_STATE control...
2016-07-25 Amitay Isaacsctdb-tests: Implement controls related to tunables...
2016-07-25 Amitay Isaacsctdb-tests: Implement GET_RUNSTATE control in fake_ctdbd
2016-07-25 Amitay Isaacsctdb-tests: Implement GET_DEBUG and SET_DEBUG controls...
2016-07-25 Martin Schwenkectdb-tests: Error on invalid destnode in fake_ctdbd
2016-07-25 Martin Schwenkectdb-tests: Have fake_ctdbd log request IDs
2016-07-25 Amitay Isaacsctdb-protocol: Drop marshalling code for set/get_db_pri...
2016-07-25 Amitay Isaacsctdb-protocol: Drop marshalling code for THAW control
2016-07-22 Amitay Isaacsctdb-tests: Add torture test for fetch functions
2016-07-22 Amitay Isaacsctdb-tests: Remove unused tests code
2016-07-22 Amitay Isaacsctdb-tests: Rename ctdb_porting_tests to porting_tests
2016-07-22 Amitay Isaacsctdb-tests: Rename ctdb_lock_tdb to lock_tdb
2016-07-22 Amitay Isaacsctdb-tests: Convert rb_test into a unit test
2016-07-22 Amitay Isaacsctdb-tests: Replace ctdb_update_record_persistent with...
2016-07-22 Amitay Isaacsctdb-tests: Replace ctdb_update_record with update_reco...
2016-07-22 Amitay Isaacsctdb-tests: Replace ctdb_transaction with transaction_l...
2016-07-22 Amitay Isaacsctdb-tests: Replace ctdb_fetch_readonly_loop with fetch...
2016-07-22 Amitay Isaacsctdb-tests: Replace ctdb_fetch_readonly_once with fetch...
2016-07-22 Amitay Isaacsctdb-tests: Replace ctdb_fetch_one with fetch_loop...
2016-07-22 Amitay Isaacsctdb-tests: Replace ctdb_fetch with fetch_ring using...
2016-07-22 Amitay Isaacsctdb-tests: Replace ctdb_bench with message_ring using...
2016-07-22 Amitay Isaacsctdb-tests: Add torture test for g_lock functions
2016-07-22 Amitay Isaacsctdb-tests: Common code to process commandline options
2016-07-22 Amitay Isaacsctdb-tests: Common code to wait for synchronization...
2016-07-04 Martin Schwenkectdb-tests: Link to ctdb-ipalloc instead of using ctdbd...
2016-07-04 Martin Schwenkectdb-tests: Drop use of CTDB context from takeover...
2016-07-04 Martin Schwenkectdb-ipalloc: ipalloc() returns public IP list
2016-07-04 Martin Schwenkectdb-ipalloc: Move set_ipflags_internal() to ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: Switch set_ipflags_internal() to use...
2016-07-04 Martin Schwenkectdb-ipalloc: Pass extra data to IP allocation state...
2016-07-04 Martin Schwenkectdb-ipalloc: Move create_merged_ip_list() into ipalloc
2016-07-04 Martin Schwenkectdb-ipalloc: New function ipalloc_set_public_ips()
2016-07-04 Martin Schwenkectdb-ipalloc: Don't build a global IP tree
2016-07-04 Martin Schwenkectdb-tests: Drop CTDB_TEST_MAX_NODES
2016-07-04 Martin Schwenkectdb-tests: Build a node map instead of a hacky node...
2016-07-04 Martin Schwenkectdb-tests: Assign known and available arrays via pointers.
2016-07-04 Martin Schwenkectdb-tests: read_ctdb_public_ip_info() reads all test...
2016-07-04 Martin Schwenkectdb-tests: Drop CTDB_TEST_MAX_IPS
2016-07-04 Martin Schwenkectdb-tests: Drop all_ips argument from read_ctdb_public...
2016-07-04 Martin Schwenkectdb-tests: Don't bother setting all_ips
2016-07-04 Martin Schwenkectdb-tests: Simplify read_ctdb_public_ip_info() using...
2016-07-04 Martin Schwenkectdb-tests: Remove unused tests from IP takeover test...
2016-06-18 Amitay Isaacsctdb-tests: Improve ctdb protocol tests
2016-06-08 Amitay Isaacsctdb-daemon: Use lib/util functions instead of redefini...
2016-06-08 Amitay Isaacsctdb-tests: Re-use set_blocking instead of re-definition
2016-06-08 Amitay Isaacsctdb-tests: Re-use async accept wrapper from async_req
2016-06-07 Martin Schwenkectdb-protocol: Drop support for SET_RECLOCK
2016-05-17 Volker Lendeckectdb: Fix CID 1327222 Copy into fixed size buffer
2016-05-17 Volker Lendeckectdb: Fix CID 1361817 Dereference after null check
2016-05-16 Volker Lendeckectdb: Fix the O3 developer build
2016-05-10 Amitay Isaacsctdb-tests: Remove ctdb tool stub code
2016-05-10 Amitay Isaacsctdb-tests: Add fake ctdb daemon implementation for...
2016-05-10 Amitay Isaacsctdb-tests: Get rid of ctdb func tests
2016-05-03 Amitay Isaacsctdb-protocol: Return required buffer size in push...
2016-05-03 Amitay Isaacsctdb-protocol: Drop buffer allocation from protocol...
2016-05-03 Amitay Isaacsctdb-tests: Make sure the packet length matches the...
2016-05-03 Amitay Isaacsctdb-protocol: Expose function to allocate a packet
2016-05-03 Amitay Isaacsctdb-protocol: Use ctdb_req_header marshalling
2016-04-28 Martin Schwenkectdb-cluster-mutex: Factor out cluster mutex code
2016-04-26 Robin Hackctdb-tests: Fix CID 1358704 use of "=" where "==" may...
2016-04-23 Amitay Isaacsctdb-protocol: Remove data structures for obsolete...
2016-04-23 Amitay Isaacsctdb-daemon: Remove unused controls related to server_id
2016-04-23 Amitay Isaacsctdb-tests: Improve code coverage in tests
2016-04-23 Amitay Isaacsctdb-tests: Update tests to include new controls
2016-04-15 Martin Schwenkectdb-daemon: Drop --lvs option and support for CTDB_CAP_LVS
2016-04-01 Martin Schwenkectdb-protocol: Drop killtcp protocol support
2016-04-01 Martin Schwenkectdb-daemon: Remove implementation of CTDB_CONTROL_KILL_TCP
2016-04-01 Martin Schwenkectdb-killtcp: Factor out killtcp code into separate...
2016-04-01 Martin Schwenkectdb-tests: Link ctdb-util instead of including
2016-03-25 Amitay Isaacsctdb-protocol: Add file IO functions for ctdb_rec_buffer
2016-03-25 Amitay Isaacsctdb-protocol: Add new controls DB_PULL and DB_PUSH_STA...
2016-03-17 Amitay Isaacsctdb-tests: Add a utility to parse ctdb packets
2016-02-12 Martin Schwenkectdb-ipalloc: Remove most uses of struct ctdb_public_ip...
2016-01-27 Martin Schwenkectdb-protocol: Drop protocol support for setting NAT...
2016-01-25 Martin Schwenkectdb-tools: Drop support for setting and viewing NAT...
2016-01-18 Amitay Isaacsctdb-build: Fix -O3 developer build
2016-01-13 Martin Schwenkectdb-ipalloc: Split IP allocation into its own build...
2016-01-12 Martin Schwenkectdb-tests: Fix some incorrect memory allocations
2015-12-04 Martin Schwenkectdb-ipalloc: Rename ctdb_takeover_run_core() to ipalloc()
2015-12-04 Martin Schwenkectdb-ipalloc: Fold force_rebalance_candidates into...
2015-12-04 Martin Schwenkectdb-ipalloc: Fold all IPs list into IP allocation...
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling for struct ctdb_rec_data
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling of struct ctdb_public_ip...
2015-11-25 Amitay Isaacsctdb-protocol: Fix marshalling of struct ctdb_addr_info
2015-11-23 Martin Schwenkectdb-ipalloc: Have set_ipflags_internal() set ipalloc_s...
2015-11-23 Martin Schwenkectdb-ipalloc: Fold IP flags into IP allocation state
2015-11-23 Martin Schwenkectdb-ipalloc: Allocate memory off IP allocation state
next