commit | 436938603dc178fcc587f39d348c9b557e82f015 | [log] [tgz] |
---|---|---|
author | Carsten Hiesserich <carsten.hie@gmail.com> | Thu Jun 04 20:48:19 2015 +0200 |
committer | Carsten Hiesserich <carsten.hie@gmail.com> | Thu Jun 04 20:51:45 2015 +0200 |
tree | 0ae099f18b651b7175da111b558b4a527f51d381 | |
parent | 459fad079da3de4b70c72cd9419df9bba5605611 [diff] |
fix random threading problem in ConfigurationRegistryImpl The old implementation used Job.getState to check if the loader has been started. As getState is not thread safe, this caused random failures (Exception: The configurations are not loaded yet.) when running the test suite. Change-Id: I6b0c475117e52619e643ded9b5d3459dd09acae9 Signed-off-by: Carsten Hiesserich <carsten.hie@gmail.com>