Tag unit tests which regularly cause Jenkins builds to fail (see OPENDJ-256). The following tests have been tagged:
org.opends.server.replication.server.ReplicationServerTest#replicationServerConnected
org.opends.server.replication.server.ReplicationServerTest#multipleWriterMultipleReader
org.opends.server.replication.server.AssuredReplicationServerTest#testSafeDataLevelOne
Other tests listed in OPENDJ-256 do not fail as frequently but may be disabled in a subsequent change.
| | |
| | | * - 1 optional other fake RS connected to RS, with same GID as RS or not |
| | | * All possible combinations tested thanks to the provider |
| | | */ |
| | | @Test(dataProvider = "testSafeDataLevelOneProvider", groups = "slow", enabled = true) |
| | | @Test(dataProvider = "testSafeDataLevelOneProvider", |
| | | groups = { "slow", "opendj-256" }, |
| | | enabled = true) |
| | | public void testSafeDataLevelOne( |
| | | int mainDsGid, boolean otherFakeDS, boolean fakeRS, |
| | | int otherFakeDsGid, int fakeRsGid) throws Exception |
| | |
| | | * This test is configured for a relatively low stress |
| | | * but can be changed using TOTAL_MSG and THREADS consts. |
| | | */ |
| | | @Test(enabled=true, dependsOnMethods = { "searchBackend"}) |
| | | @Test(enabled=true, dependsOnMethods = { "searchBackend"}, groups = "opendj-256") |
| | | public void multipleWriterMultipleReader() throws Exception |
| | | { |
| | | debugInfo("Starting multipleWriterMultipleReader"); |
| | |
| | | * - Make client 1 publish a change |
| | | * - Check that client 2 does not receive the change |
| | | */ |
| | | @Test(enabled=true, dependsOnMethods = { "searchBackend"}) |
| | | @Test(enabled=true, dependsOnMethods = { "searchBackend"}, groups = "opendj-256") |
| | | public void replicationServerConnected() throws Exception |
| | | { |
| | | replicationServer.clearDb(); |