bind9/bin/tests/virtual-time
2012-06-29 11:44:33 +10:00
..
autosign reverse bad copyright update 2012-06-29 11:44:33 +10:00
autosign-ksk reverse bad copyright update 2012-06-29 11:44:33 +10:00
autosign-zsk reverse bad copyright update 2012-06-29 11:44:33 +10:00
common update copyright notice 2012-03-10 23:45:19 +00:00
slave reverse bad copyright update 2012-06-29 11:44:33 +10:00
.cvsignore 2917. [func] Virtual time test framework. [RT #20801 2010-06-17 05:43:52 +00:00
cleanall.sh reverse bad copyright update 2012-06-29 11:44:33 +10:00
conf.sh.in reverse bad copyright update 2012-06-29 11:44:33 +10:00
Makefile.in reverse bad copyright update 2012-06-29 11:44:33 +10:00
README update copyright notice 2012-03-10 23:45:19 +00:00
run.sh reverse bad copyright update 2012-06-29 11:44:33 +10:00
runall.sh reverse bad copyright update 2012-06-29 11:44:33 +10:00
setup.sh reverse bad copyright update 2012-06-29 11:44:33 +10:00
start.pl reverse bad copyright update 2012-06-29 11:44:33 +10:00
start.sh reverse bad copyright update 2012-06-29 11:44:33 +10:00
stop.pl reverse bad copyright update 2012-06-29 11:44:33 +10:00
stop.sh reverse bad copyright update 2012-06-29 11:44:33 +10:00
testsock.pl reverse bad copyright update 2012-06-29 11:44:33 +10:00
vtwrapper.c update copyright notice 2012-03-10 23:45:19 +00:00

Copyright (C) 2010, 2012  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$