Packages

An Elixir driver for ArangoDB, version published by mpoeter.

Current section

Files

Jump to
my_arangoex test arangoex replication_test.exs
Raw

test/arangoex/replication_test.exs

defmodule ReplicationTest do
use MyArangoex.TestCase
doctest MyArangoex
# test "Return configuration of replication applier", ctx do
# end
# test "Adjust configuration of replication applier", ctx do
# end
# test "Start replication applier", ctx do
# end
# test "State of the replication applier", ctx do
# end
# test "Stop replication applier", ctx do
# end
# test "Create new dump batch", ctx do
# end
# test "Deletes an existing dump batch", ctx do
# end
# test "Prolong existing dump batch", ctx do
# end
# test "Return cluster inventory of collections and indexes", ctx do
# end
# test "Return data of a collection", ctx do
# end
# test "Return inventory of collections and indexes", ctx do
# end
# test "Returns the first available tick value", ctx do
# end
# test "Returns log entries", ctx do
# end
# test "Return replication logger state", ctx do
# end
# test "Return the tick ranges available in the WAL logfiles", ctx do
# end
# test "Turn the server into a slave of another", ctx do
# end
# test "Return server id", ctx do
# end
# test "Synchronize data from a remote endpoint", ctx do
# end
end