new disable tunnel tests option
This commit is contained in:
@ -309,7 +309,8 @@ public class TunnelPoolManager implements TunnelManagerFacade {
|
|||||||
void buildComplete(PooledTunnelCreatorConfig cfg) {
|
void buildComplete(PooledTunnelCreatorConfig cfg) {
|
||||||
//buildComplete();
|
//buildComplete();
|
||||||
if (cfg.getLength() > 1 &&
|
if (cfg.getLength() > 1 &&
|
||||||
!_context.router().gracefulShutdownInProgress()) {
|
(!_context.router().gracefulShutdownInProgress()) &&
|
||||||
|
!Boolean.valueOf(_context.getProperty("router.disableTunnelTesting")).booleanValue()) {
|
||||||
TunnelPool pool = cfg.getTunnelPool();
|
TunnelPool pool = cfg.getTunnelPool();
|
||||||
if (pool == null) {
|
if (pool == null) {
|
||||||
// never seen this before, do we reallly need to bother
|
// never seen this before, do we reallly need to bother
|
||||||
|
Reference in New Issue
Block a user