-
Improvement
-
Resolution: Fixed
-
Normal
-
NGS - RC1
-
None
-
None
The replication tests depend on an external source and usually timeout rather than actually running, but the timeout is quite long. Because it is long and because the updater package gets built before the servlet package this means that if you modify the servlet code you either have to wait some time for the build or you have to do -DskipTests meaning your not testing against the changes you've made.
Suggestions for resolution:
1. Change Replication Tests so that do not rely on an external source and hence should always be able to run (Best but hardest soln)
2. Do not run the replication tests by default, so they only get run by special maven task
3. Build updater package after servlet package so if not interested in it can cnlt-c to build at that point.