Index of /archives/net/bind/9.9.0rc1/bind-9.9.0rc1/bin/tests/virtual-time

Icon  Name                                                 Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] Makefile.in 2012-01-10 06:47 1.3K [TXT] README 2012-01-10 06:47 751 [DIR] autosign-ksk/ 2017-06-15 23:37 - [DIR] autosign-zsk/ 2017-06-15 23:37 - [   ] cleanall.sh 2012-01-10 06:47 1.2K [DIR] common/ 2017-06-15 23:37 - [TXT] conf.sh.in 2012-01-10 06:47 1.8K [   ] run.sh 2012-01-10 06:47 2.4K [   ] runall.sh 2012-01-10 06:47 1.1K [   ] setup.sh 2012-01-10 06:47 1.1K [DIR] slave/ 2017-06-15 23:37 - [TXT] start.pl 2012-01-10 06:47 4.4K [   ] start.sh 2012-01-10 06:47 871 [TXT] stop.pl 2012-01-10 06:47 3.9K [   ] stop.sh 2012-01-10 06:47 872 [TXT] testsock.pl 2012-01-10 06:47 1.5K [TXT] vtwrapper.c 2012-01-10 06:47 6.8K
Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.

This is copied from ../system.

This test suite uses a virtual time, gettimeofday(), select(),
poll(), kevent() and epoll_wait() Unix system calls are redirected:
gettimeofday() returns a date in virtual/exponentially inflated
delay from an epoch, select(), poll(), kevent() and epoll_wait()
timeouts are deflated down to at least 10ms.

These tests depends on LD_PRELOAD being supported by the runtime
loader.

Beware BIND clock uses unsigned integer, in 22 seconds isc_time_now()
overflows and breaks assertions. Note 22 real seconds is 136 virtual
years...

$Id: README,v 1.2 2010-06-17 05:38:04 marka Exp $