Skip to content
Success

Changes

Summary

  1. AssuredReplicationPluginTest.java: Used ReplicationTestCase.waitForSpecificMsg*(). Code cleanup ReplicationTestCase.java: In waitForSpecificMsgs() and calling methods, let exceptions go up.
  2. EntryHistorical.java: Use HistAttrModificationKey instead of raw string. Code cleanup
  3. Try to fix randomly failing test. JmxTestCase.java: In getJmxConnectionHandler(), increase maximum wait time from 6s to 10s.
  4. JmxPrivilegeTestCase.java: Extracted methods assertSuccess() Code cleanup
  5. HistAttrModificationKey.java: Renamed DELATTR to ATTRDEL to match string representation.
Revision 12776 by JnRouvignac:
AssuredReplicationPluginTest.java:
Used ReplicationTestCase.waitForSpecificMsg*().
Code cleanup

ReplicationTestCase.java:
In waitForSpecificMsgs() and calling methods, let exceptions go up.
Change TypePath in RepositoryPath in Workspace
The file was modified/trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/replication/ReplicationTestCase.javaopendj-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.javaopendj-server-legacy/src/test/java/org/opends/server/replication/plugin/AssuredReplicationPluginTest.java
Revision 12775 by JnRouvignac:
EntryHistorical.java:
Use HistAttrModificationKey instead of raw string.
Code cleanup
Change TypePath in RepositoryPath in Workspace
The file was modified/trunk/opendj/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/EntryHistorical.javaopendj-server-legacy/src/main/java/org/opends/server/replication/plugin/EntryHistorical.java
Revision 12774 by JnRouvignac:
Try to fix randomly failing test.

JmxTestCase.java:
In getJmxConnectionHandler(), increase maximum wait time from 6s to 10s.
Change TypePath in RepositoryPath in Workspace
The file was modified/trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxTestCase.javaopendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxTestCase.java
Revision 12773 by JnRouvignac:
JmxPrivilegeTestCase.java:
Extracted methods assertSuccess()
Code cleanup
Change TypePath in RepositoryPath in Workspace
The file was modified/trunk/opendj/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.javaopendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/JmxPrivilegeTestCase.java
Revision 12772 by JnRouvignac:
HistAttrModificationKey.java:
Renamed DELATTR to ATTRDEL to match string representation.
Change TypePath in RepositoryPath in Workspace
The file was modified/trunk/opendj/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/AttrHistoricalMultiple.javaopendj-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.javaopendj-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.javaopendj-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.javaopendj-server-legacy/src/main/java/org/opends/server/replication/plugin/HistoricalAttributeValue.java