pve-manager/bin/test
Wolfgang Bumiller 12c206a5ab tests: mock PVE::Cluster::get_members and adapt fail test
Commit 3385399339c94 ("replication: keep retrying every 30 minutes in
error state") changed the retry behavior to not stop after the 3rd error
and then stick to half-hour intervals. This needs to be reflected in the
tests. The numbers here match. (1900 + 30*60 = 3700).

Commit fd844180a7efa ("replication: don't sync to offline targets on
error states) changed the retry behavior to check whether the target
node is online. If this is not the case we fail right away. This
introduced a dependency on PVE::Cluster::get_members which we now need
to mock. Tests currently use node names "node{1,2,3}", so I just mock
those 3.
2017-06-28 06:05:44 +02:00
..
balloontest.pl implement new auto balloon algorithm 2012-12-28 12:50:13 +01:00
Makefile replication: use a dedicated lock file 2017-06-02 06:10:55 +02:00
perftest2.pl perftest2.pl: use -k (keepalive) to show max performance 2016-12-28 12:06:27 +01:00
perftest3.pl code cleanup 2016-12-28 11:34:01 +01:00
replication_test1.pl add regression test environment for replication 2017-05-31 08:23:46 +02:00
replication_test2.pl PVE::Replication - remove dependency to PVE::LXC/PVE::QemuServer 2017-06-12 05:59:51 +02:00
replication_test3.pl PVE::Replication - remove dependency to PVE::LXC/PVE::QemuServer 2017-06-12 05:59:51 +02:00
replication_test4.log tests: mock PVE::Cluster::get_members and adapt fail test 2017-06-28 06:05:44 +02:00
replication_test4.pl replication_test4.pl: Test replication job failure 2017-05-31 08:23:46 +02:00
replication_test5.log replication: improve stale volume detection, allow sync from parent snapshot 2017-06-07 17:26:56 +02:00
replication_test5.pl use new replication helpers from pve-guest-common 2017-06-12 06:59:21 +02:00
replication_test6.log replication - allow removal of jobs with target on local node 2017-05-31 13:54:40 +02:00
replication_test6.pl use new replication helpers from pve-guest-common 2017-06-12 06:59:21 +02:00
ReplicationTestEnv.pm tests: mock PVE::Cluster::get_members and adapt fail test 2017-06-28 06:05:44 +02:00