Summary
- AssuredReplicationPluginTest.java: Used ReplicationTestCase.waitForSpecificMsg*(). Code cleanup ReplicationTestCase.java: In waitForSpecificMsgs() and calling methods, let exceptions go up.
- EntryHistorical.java: Use HistAttrModificationKey instead of raw string. Code cleanup
- Try to fix randomly failing test. JmxTestCase.java: In getJmxConnectionHandler(), increase maximum wait time from 6s to 10s.
- JmxPrivilegeTestCase.java: Extracted methods assertSuccess() Code cleanup
- HistAttrModificationKey.java: Renamed DELATTR to ATTRDEL to match string representation.
Change Type | Path in Repository | Path in Workspace |
---|---|---|
The file was modified | /trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/replication/ReplicationTestCase.java | opendj-server-legacy/src/test/java/org/opends/server/replication/ReplicationTestCase.java |
The file was modified | /trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AssuredReplicationPluginTest.java | opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AssuredReplicationPluginTest.java |
Change Type | Path in Repository | Path in Workspace |
The file was modified | /trunk/opendj/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/EntryHistorical.java | opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/EntryHistorical.java |
Change Type | Path in Repository | Path in Workspace |
The file was modified | /trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxTestCase.java | opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxTestCase.java |
Change Type | Path in Repository | Path in Workspace |
The file was modified | /trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java | opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java |
Change Type | Path in Repository | Path in Workspace |
The file was modified | /trunk/opendj/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalMultiple.java | opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalMultiple.java |
The file was modified | /trunk/opendj/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalSingle.java | opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalSingle.java |
The file was modified | /trunk/opendj/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/HistAttrModificationKey.java | opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/HistAttrModificationKey.java |
The file was modified | /trunk/opendj/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/HistoricalAttributeValue.java | opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/HistoricalAttributeValue.java |