2/1/2013 9:00:08 PM
Meyer <pierre@ning.com>
|
2/1/2013 8:59:33 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 8:38:20 PM
injected VersionedCatalogLoader
* Update copyright
* Optimize imports
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 8:21:00 PM
not a test.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 8:18:04 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:58:05 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:54:59 PM
Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:44:35 PM
make sure to decrement the number of active threads before
calling notify(). Otherwise, we may end up with the following scenario: Thread A Thread B curActiveThreads > 0 == true wait(1000) notify curActiveThreads > 0 == true wait(1000) curActiveThreads-- wait timeout curActiveThreads > 0 == false
This change speeds up account tests by 25s (from 1m10s down to
45s).
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:13:12 PM
is useful for tests to override properties without having to
override System-wide properties.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
2/1/2013 7:11:43 PM
is useful for tests to override properties without having to
override System-wide properties.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|