1. Deployment projects
  2. Deploy Trunk Nightly
  3. Releases

Release: openmrs-trunk-409_(8)

INCOMPLETE
Deploys nightly Demo and publishes nightly to sourceforge

Commits

Comparison is available only for releases created from the same branch as this release.

This release
Author Commit Message Commit date
Daniel Kayiwa Daniel Kayiwa 103f9f75b9b6c844a61efdf0f72e1bfb8608b703 Merge pull request #911 from anotherdave/TRUNK-4212
TRUNK-4212 SchedulerServiceTest fails depending on thread scheduling
David Churcher <anotherdave@users.noreply.github.com> David Churcher <anotherdave@users.noreply.github.com> 27b97426ce2c4135fa676507c1e1788381303451 TRUNK-4212: Fix race conditions that were causing this test to fail on systems under heavy CPU load.
Speed up the test by using CountDownLatch instead of arbitrary
Thread.sleep() delays.

Fix database unique identifier issues by removing hardcoded ids and saving
tasks before scheduling to generate unique IDs.