mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Violette Roche-Montane
23.51.2013 2bdda99416ddf25d1122d376cfd474ce31451b8a
15.09.2013 Jean-Noel Rouvignac
TaskBackendTestCase.java: Automated refactorings.
tree@ d44799 commitdiff
15.09.2013 Jean-Noel Rouvignac
AssuredReplicationServerTest.java: Code cleanup.
tree@ 56db0b commitdiff
12.54.2013 Jean-Noel Rouvignac
Fixing the build.
tree@ 7c1607 commitdiff
11.30.2013 Jean-Noel Rouvignac
Fixed typo.
tree@ c74b51 commitdiff
11.15.2013 Jean-Noel Rouvignac
Decouple some tests from running the server.
tree@ 1a5143 commitdiff
10.05.2013 Jean-Noel Rouvignac
*.java: Replaced collection concrete classes with interfaces. Used javadocs...
tree@ 37c1e3 commitdiff
09.38.2013 Jean-Noel Rouvignac
TestBackendImpl.java: Extracted methods assertIndexContainsID() to remove d...
tree@ d1c2db commitdiff
09.09.2013 Jean-Noel Rouvignac
TestBackendImpl.java: In initMatchedDNs(), fixed the test (variables were i...
tree@ 2c5237 commitdiff
09.46.2013 Jean-Noel Rouvignac
ExternalChangeLogTest.java: Used StaticUtils.close()
tree@ 848daf commitdiff
09.28.2013 Jean-Noel Rouvignac
Remove try / catch / throw anti-pattern
tree@ 107531 commitdiff
04.55.2013 Jean-Noel Rouvignac
AttrInfoTest.java: Code cleanup.
tree@ 470364 commitdiff
04.45.2013 Christophe Sovant
Backport: Replaced paralleliterate with iterate which does not work in some...
tree@ 4fbed1 commitdiff
03.39.2013 Jean-Noel Rouvignac
EntryHistorical.java: In encodeAndPurge(), made the code more readable by e...
tree@ ffeb69 commitdiff
03.43.2013 Jean-Noel Rouvignac
First stab at having debuggable ACIs. Modified the code after feedback from...
tree@ b8d4d2 commitdiff
03.03.2013 Jean-Noel Rouvignac
First stab at having debuggable ACIs.
tree@ 56e752 commitdiff
01.45.2013 Christophe Sovant
Backport: Added known issue for replication/changelog test on Windows and f...
tree@ 5fa835 commitdiff
29.33.2013 Christophe Sovant
Backport: Fixed setup testsuite for 2.6.0
tree@ c3f8af commitdiff
28.53.2013 Christophe Sovant
Backport: Fixed replication tests (regression introduced by my previous com...
tree@ 3d022d commitdiff
27.51.2013 Jean-Noel Rouvignac
DirectoryEnvironmentConfig.java: Extracted methods setPathProperty(), setBo...
tree@ 24d870 commitdiff
27.58.2013 Jean-Noel Rouvignac
*.java: More javadoc/code cleanup. Switched (excluded)serviceIDs/excludedDo...
tree@ 0c830d commitdiff
27.39.2013 Christophe Sovant
Backport: Fixed for upgrade to 2.6.0
tree@ 55193a commitdiff
27.10.2013 Christophe Sovant
Backport: Updated functional tests for 2.6 version
tree@ f4dda3 commitdiff
26.52.2013 Jean-Noel Rouvignac
Operation.java: Removed unused methods getCommonLogElements(), getRequestLo...
tree@ 2f4e0b commitdiff
25.09.2013 Christophe Sovant
CR-1908 Added basic stress on replicated topology and added add/del operati...
tree@ 7d59da commitdiff
25.33.2013 Jean-Noel Rouvignac
TestModifyDNOperation.java: Made the test code (hopefully) more readable.
tree@ eb6fec commitdiff
25.07.2013 Jean-Noel Rouvignac
TestSynchronousRelayQueue.java: Implemented several methods, removed TODOs,...
tree@ 5f81f8 commitdiff
25.06.2013 Matthew Swift
Speed up unit test by using memory backend and avoiding repeatedly clearing...
tree@ 277650 commitdiff
25.42.2013 Matthew Swift
Fix unit test broken in commit r9044.
tree@ 989aec commitdiff
25.41.2013 Matthew Swift
Second attempt at fixing unit tests broken in commit r9044.
tree@ c7729f commitdiff
25.34.2013 Matthew Swift
Fix unit tests broken in commit r9044.
tree@ 27f47f commitdiff
25.34.2013 Christophe Sovant
CR-1896 Uncomment replication testcase
tree@ 845aac commitdiff
25.28.2013 Christophe Sovant
CR-1908 Added basic stress on replicated topology and added add/del operation
tree@ edb3f7 commitdiff
24.12.2013 Ludovic Poitou
Fix broken build due to missing method signature change.
tree@ 609a36 commitdiff
24.20.2013 Jean-Noel Rouvignac
OPENDJ-885 (CR-1909) Replication replay may lose changes if it can't acquir...
tree@ 856fdd commitdiff
24.56.2013 Jean-Noel Rouvignac
OPENDJ-885 - Replication replay may lose changes if it can't acquire a writ...
tree@ af76a3 commitdiff
24.22.2013 Jean-Noel Rouvignac
Removed unused import. Converted comments to javadocs.
tree@ bbf1a4 commitdiff
20.02.2013 Ludovic Poitou
Fix for OPENDJ-846, Intermittent Replication failure. The issue was trigger...
tree@ 9e1f37 commitdiff
20.41.2013 Christophe Sovant
CR-1896 Updated replication/ecl testsuite: re-create topology before runnin...
tree@ 4802b8 commitdiff
19.33.2013 Jean-Noel Rouvignac
Removed unused imports
tree@ 20a76d commitdiff
19.36.2013 Matthew Swift
Fix OPENDJ-986: Exception when reading messages from Replication server RS
tree@ 41bef7 commitdiff
18.36.2013 Violette Roche-Montane
Modified test cases on upgrade tool.
tree@ 8312e8 commitdiff
13.03.2013 Christophe Sovant
CR-1845 Added debug traces in replication tests and fixed importldif/many_...
tree@ fbde99 commitdiff
11.38.2013 Matthew Swift
Partial fix for OPENDJ-885: Replication replay may lose changes if it can't...
tree@ 7bcb81 commitdiff
11.13.2013 Manuel Gaupp
CR-1822 Fix issue OPENDJ-962: Subject Attr To User Attr Cert Mapper has wro...
tree@ 5eb5d1 commitdiff
10.30.2013 Christophe Sovant
CR-1828 Updated import_ldif and operations stress tests
tree@ 32bcf2 commitdiff
10.36.2013 Christophe Sovant
CR-1826 Updated global aci when running in upgrade mode
tree@ 9e2c4e commitdiff
07.08.2013 Ludovic Poitou
Fix for OPENDJ-925, OPENDJ-926, and overall schema management. Review CR-18...
tree@ 0d97a7 commitdiff
06.39.2013 Christophe Sovant
CR-1807 Updated fractional replication tests following fix for issue OPENDJ...
tree@ 6ffee9 commitdiff
05.53.2013 Christophe Sovant
CR-1789 Added mode to run tests from upgraded instance => fixed regression ...
tree@ 9329db commitdiff
04.57.2013 Christophe Sovant
CR-1789 Added mode to run tests from upgraded instance => fix for replicati...
tree@ f5248e commitdiff
first | « prev | next »