summaryrefslogtreecommitdiff
path: root/tests/ovsdb-cluster.at
Commit message (Expand)AuthorAgeFilesLines
* treewide: Don't use non-portable '==' with test command.Ilya Maximets2023-01-061-7/+7
* ovsdb: Add Local_Config schema.Terry Wilson2022-06-301-7/+35
* ovsdb: raft: Fix transaction double commit due to lost leadership.Ilya Maximets2022-05-261-6/+21
* ovsdb-cluster.at: Avoid test failures due to different hashing.Ilya Maximets2022-03-111-6/+4
* ovsdb: raft: Fix inability to join the cluster after interrupted attempt.Ilya Maximets2022-02-251-0/+55
* python: idl: Allow retry even when using a single remote.Ilya Maximets2021-06-111-2/+12
* ovsdb-idl.at: Make test outputs more predictable.Dumitru Ceara2021-04-011-1/+1
* ovsdb-cluster.at: Fix infinite loop in torture tests.Ilya Maximets2020-12-041-1/+1
* ovsdb-server: Replace in-memory DB contents at raft install_snapshot.Dumitru Ceara2020-08-061-3/+29
* raft: Fix the problem of stuck in candidate role forever.Han Zhou2020-03-061-0/+55
* raft: Fix raft_is_connected() when there is no leader yet.Han Zhou2020-03-061-0/+35
* ovsdb-server: Don't disconnect clients after raft install_snapshot.Han Zhou2020-03-061-0/+56
* ovsdb raft: Fix the problem when cluster restarted after DB compaction.Han Zhou2019-12-201-8/+0
* ovsdb-cluster.at: Wait until leader is elected before DB compact.Han Zhou2019-12-201-8/+5
* ovsdb raft: Fix election timer parsing in snapshot RPC.Han Zhou2019-11-211-0/+49
* tests: Get rid of timeout options for control utilities.Ilya Maximets2019-10-161-4/+4
* ovsdb-cluster: Use ovs-vsctl instead of ovn-nbctl and ovn-sbctl.Ben Pfaff2019-09-301-19/+18
* ovsdb raft: Support leader election time change online.Han Zhou2019-08-211-0/+56
* raft.c: Set candidate_retrying if no leader elected since last election.Han Zhou2019-08-211-13/+51
* raft.c: Stale leader should disconnect from cluster.Han Zhou2019-08-211-50/+73
* ovsdb-idl.c: Allows retry even when using a single remote.Han Zhou2019-08-211-0/+57
* ovsdb raft: Avoid unnecessary reconnecting during leader election.Han Zhou2019-04-221-6/+0
* ovsdb raft: Fix duplicated transaction execution when leader failover.Han Zhou2019-04-151-4/+0
* ovsdb raft: Test cases for cluster failures when there are pending transactions.Han Zhou2019-04-151-0/+173
* ovsdb raft: Sync commit index to followers without delay.Han Zhou2019-04-151-5/+11
* ovsdb-cluster.at: Make torture tests BSD compliant.Ilya Maximets2018-12-201-2/+2
* ovsdb-client: Make "wait" command logging more sensible.Ben Pfaff2018-08-171-3/+3
* ovsdb-cluster: Add comment to test.Ben Pfaff2018-08-031-0/+1
* tests: Suppress "long poll interval" messages for ovsdb-cluster tests.Ben Pfaff2018-08-031-2/+2
* tests: Fix use of variable in cluster torture test.Ben Pfaff2018-08-031-1/+1
* tests: Fix cluster torture test.Ben Pfaff2018-08-031-6/+6
* treewide: Convert leading tabs to spaces.Ben Pfaff2018-06-111-63/+63
* ovsdb: Improve timing in cluster torture test.Ben Pfaff2018-05-251-3/+2
* ovsdb: Improve torture test for clusters.Ben Pfaff2018-05-251-6/+6
* ovsdb: Introduce experimental support for clustered databases.Ben Pfaff2018-03-241-0/+281