Lines Matching refs:NOW
112 echo "Create shared connection towards remote LDAP (time_t now=$CONN_BEGINS timeout=$CONN_EXPIRES)"
140 echo "Checking that proxy has created connections towards backend (time_t now=`date +%s`)"
169 NOW=`date +%s`
170 sleep `expr $CONN_EXPIRES - $NOW + 2`
172 echo "Checking that proxy has closed expired connections towards the remote LDAP server (time_t now=`date +%s`)"
204 echo "Create private connection towards remote LDAP (time_t now=$CONN_BEGINS timeout=$CONN_EXPIRES)"
236 echo "Checking that proxy has created connections towards backend (time_t now=`date +%s`)"
265 NOW=`date +%s`
266 sleep `expr $CONN_EXPIRES - $NOW + 2`
268 echo "Checking that proxy has closed expired connections towards the remote LDAP server (time_t now=`date +%s`)"
306 echo "Create cached connection: idle-timeout timeout starts (time_t now=$CONN_BEGINS, original_timeout=$CONN_EXPIRES)"
320 NOW=`date +%s`
321 sleep `expr $CONN_EXPIRES - $NOW - 2`
325 echo "Do another search to reset the timeout (time_t now=$CONN_BEGINS, new_timeout=$CONN_EXPIRES)"
339 NOW=`date +%s`
340 sleep `expr $CONN_EXPIRES - $NOW - 2`
341 echo "Check that connection is still alive due to idle-timeout reset (time_t now=`date +%s`)"
354 NOW=`date +%s`
355 sleep `expr $CONN_EXPIRES - $NOW + 2`
356 echo "Check that connection is closed after extended idle-timeout has passed (time_t now=`date +%s`)"