Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-03 | s4-test-fsmo.py: Implement kind of busy-wait for role transfer | Kamen Mazdrashki | 1 | -18/+36 | |
This allows us not to hard code timeout we are going to wait for before failing the test - if DCs are not very busy, we won't wait at all (speeds up 'make test' by a minute also) Maximum timeout to wait for is set to 20 secs currently, which should be enough even for slow machines and tested DCs being under load | |||||
2010-10-03 | s4-test-fsmo.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 1 | -8/+2 | |
2010-10-03 | s4-test-delete_object.py: Use common implementation for env_get_var_value() | Kamen Mazdrashki | 1 | -8/+2 | |
2010-10-03 | s4-test-fsmo.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 1 | -22/+2 | |
Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs | |||||
2010-10-03 | s4-test-delete_object.py: Use common implementation for connect_samdb() | Kamen Mazdrashki | 1 | -20/+2 | |
Connections are restricted to LDAP only (remote), as this test can't be run against local LDBs | |||||
2010-10-01 | delete_object: Remove unnecessary pass calls. | Jelmer Vernooij | 1 | -7/+0 | |
2010-09-26 | s4-fsmo.py: Fix usage of 'paged_search' module for remote LDB connections | Kamen Mazdrashki | 1 | -2/+3 | |
2010-09-26 | s4-delete_object.py: Fix usage of 'paged_search' module for remote LDB ↵ | Kamen Mazdrashki | 1 | -2/+3 | |
connections | |||||
2010-09-22 | s4-drs-test: Relax a check that may possibly fail | Kamen Mazdrashki | 1 | -1/+7 | |
This check may fail due to automatic replication between DCs during the test execution. Ideally we should block automatic replications (somehow) during this test. But until then, we need just to skip this check, it is not *that* important anyway | |||||
2010-09-19 | s4/fsmo: Naming master support added | Anatoliy Atanasov | 1 | -0/+4 | |
Test suite for fsmo is extended with a test case for naming master too. | |||||
2010-09-15 | s4/fsmo: Extended fsmo test with infrastructure, pdc and rid roles | Anatoliy Atanasov | 1 | -21/+44 | |
2010-09-10 | s4/fsmo: Added python tests for schema master transfer op | Anatoliy Atanasov | 1 | -0/+152 | |
2010-08-30 | s4-drs-test: Skip a check that may possibly fail | Kamen Mazdrashki | 1 | -1/+7 | |
This check may fail due to automatic replication between DCs during the test execution. Ideally we should block automatic replications (somehow) during this test. But until then, we need just to skip this check, it is not *that* important anyway | |||||
2010-08-30 | s4-drs-test: Use dns hostnames to run 'net drs replicate' command | Kamen Mazdrashki | 1 | -5/+5 | |
2010-06-28 | s4/drs-test: Add few comments in DrsDeleteObjectTestCase test | Kamen Mazdrashki | 1 | -3/+10 | |
Also remove unused code | |||||
2010-06-26 | s4/drs-test: Fix whitespaces and permissions for delete_object.py test | Kamen Mazdrashki | 1 | -5/+5 | |
Sorry I've missed to do this before | |||||
2010-06-25 | s4/drs-test: Tests Deleted objects replication | Kamen Mazdrashki | 1 | -0/+222 | |
Tests how deleted objects are replicated between two DCs. Currently the test exploits following vulnerabilities: - DsReplicaSync is not correctly implemented - a 'deleted object' is restored (kind of) in case DC1 replicates from DC2 before the 'deleted object' is replicated |